aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA2020-12-0850-233/+873
* test/fiddle/helper.rb: remove duplication (#3863)Kenta Murata2020-12-081-5/+1
* Made method-local instance variables local variablesNobuyoshi Nakada2020-12-081-24/+16
* memory_view.c: Add rb_memory_view_extract_item_members (#3855)Kenta Murata2020-12-081-0/+51
* Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis2020-12-082-13/+16
* [ruby/reline] Editing to initial content is not just cursor movingaycabta2020-12-081-0/+11
* Removed deprecated Time#succNobuyoshi Nakada2020-12-071-2/+1
* Revert getaddrinfo_a()Masaki Matsushita2020-12-071-10/+0
* Revert "memory_view.c: Add rb_memory_view_extract_item_members"Kenta Murata2020-12-071-51/+0
* memory_view.c: Add rb_memory_view_extract_item_membersKenta Murata2020-12-061-0/+51
* Reduce timeout of test_getaddrinfo_after_forkMasaki Matsushita2020-12-051-1/+1
* [ruby/matrix] Optimize **Marc-Andre Lafortune2020-12-051-0/+6
* [ruby/reline] Process insertion buffer forciblyaycabta2020-12-051-4/+4
* [ruby/reline] Support bracketed paste modeaycabta2020-12-051-0/+18
* [ruby/reline] Forced newline insertion is not just cursor movingaycabta2020-12-051-0/+13
* [ruby/reline] Drop prompt list cache when num of lines is changedaycabta2020-12-051-0/+12
* [ruby/reline] Key strokes like 2dl should behave d2laycabta2020-12-051-3/+3
* [ruby/reline] Add test `Reline::Unicode.test_get_mbchar_width`.manga_osyo2020-12-051-0/+12
* [ruby/reline] Add alias vi-movement-mode to vi-command-mode for compatibilityaycabta2020-12-051-0/+14
* [ruby/reline] Call process_insert when the end of pasting plural fullwidth charsaycabta2020-12-053-0/+55
* [ruby/reline] Motions e, E, t, f should include a char on cursor if follows o...aycabta2020-12-051-2/+61
* [ruby/reline] Implement vi_yankaycabta2020-12-051-0/+18
* [ruby/reline] Operator with arg need to make sure that they take arg to avoid...aycabta2020-12-051-0/+13
* [ruby/reline] Unimplemented vi command should be no-opaycabta2020-12-051-0/+13
* [ruby/reline] Keep operator proc as a local variable in the scopeaycabta2020-12-051-0/+13
* [ruby/reline] Skip em_exchange_mark without markaycabta2020-12-051-0/+20
* [ruby/reline] Bypass newline insertion at eol on command promptaycabta2020-12-051-21/+21
* [ruby/reline] Deduplicate completed itemsaycabta2020-12-051-0/+30
* [ruby/reline] Add tests about complicated renderingaycabta2020-12-051-0/+135
* [ruby/reline] Test prompt with escape sequenceaycabta2020-12-051-0/+28
* [ruby/reline] Use startup_option instead of startup waitaycabta2020-12-051-24/+12
* [ruby/reline] Wait for the process to be started in start_terminalaycabta2020-12-051-0/+3
* [ruby/reline] Add write_inputrcaycabta2020-12-051-36/+30
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-0414-35/+35
* Add a hook before fork() for getaddrinfo_a()Masaki Matsushita2020-12-041-0/+10
* [ruby/logger] Consider cygwin a Windows platformJeremy Evans2020-12-041-1/+1
* [ruby/mutex_m] Fix `Mutex_m#initialize` when the super's initialize has kwargsMasataka Pocke Kuwabara2020-12-041-0/+32
* SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2Hiroshi SHIBATA2020-12-041-4/+0
* [ruby/set] Add `Set#<=>`Marc-Andre Lafortune2020-12-041-0/+18
* [ruby/set] Remove SortedSet implementationsAkinori MUSHA2020-12-041-118/+0
* [ruby/set] Resurrect support for Ruby 2.xAkinori MUSHA2020-12-041-1/+1
* [ruby/zlib] Add Zlib::Inflate#inflate :buffer keyword argumentJeremy Evans2020-12-041-0/+59
* [ruby/zlib] Allow Zlib.crc32 and .adler32 to accept IO instanceJeremy Evans2020-12-041-0/+26
* memory_view.c: Fix endianness of n, N, v, VKenta Murata2020-12-041-4/+4
* test/ruby/test_io.rb: some test methods had been overwrittenYusuke Endoh2020-12-031-2/+2
* delete deprecated IO-like methods卜部昌平2020-12-032-48/+57
* Do not reduce quantifiers if it affects which text will be matchedJeremy Evans2020-12-021-0/+14
* ENV.index: delete卜部昌平2020-12-021-1/+0
* Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada2020-12-021-6/+2
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2020-12-021-2/+6