aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2021-10-04 [ci skip]git2021-10-041-1/+1
* [ruby/reline] Use default background color to erase on Windowsaycabta2021-10-041-1/+2
* Using NIL_P macro instead of `== Qnil`S.H2021-10-0318-43/+43
* Remove unnecessary checks in `Range#each` [Bug #18237]Jörg W Mittag2021-10-031-1/+0
* Remove extraneous conversion to float [Bug #18236]Nobuyoshi Nakada2021-10-032-21/+22
* [ruby/irb] Remove `require` in signal handler to avoid ThreadErrorMasataka Pocke Kuwabara2021-10-031-5/+0
* [ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta2021-10-033-0/+37
* [ruby/irb] Version 1.3.8.pre.10aycabta2021-10-031-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.10aycabta2021-10-031-1/+1
* [ruby/reline] Version 0.2.8.pre.10aycabta2021-10-031-1/+1
* [ruby/reline] Initialize @trap_key to suppress warningaycabta2021-10-031-0/+1
* [ruby/reline] Add a comment to use "private alias_method" idiom after drop Ru...aycabta2021-10-031-0/+1
* Revert "mkmf.rb: try linking at try_var" [Bug #18235]Nobuyoshi Nakada2021-10-032-26/+1
* [ruby/reline] Add code block notation in docaycabta2021-10-031-1/+1
* [ruby/reline] Add doc for ed-unassigned and ed-insert macroaycabta2021-10-031-0/+15
* [ruby/reline] Add a test for rerendering arg prompt after pastingaycabta2021-10-031-0/+11
* [ruby/reline] Rerender whole buffer when argument editing finishedaycabta2021-10-031-3/+12
* [ruby/reline] Call LineEditor#resize on Windowsaycabta2021-10-031-0/+1
* [ruby/reline] Simplify SIGWINCH handler to avoid aborting when resizing.TOMITA Masahiro2021-10-032-36/+43
* [ruby/reline] Add newlines for readabilityaycabta2021-10-031-1/+22
* [ruby/reline] Use String#unpack1aycabta2021-10-031-13/+13
* [ruby/reline] Adjust border of scrollbar rendering calculationaycabta2021-10-031-2/+2
* [ruby/reline] The @block_elem_width shouldn't be used for height calculationaycabta2021-10-031-2/+2
* [ruby/reline] Stop using Ctrl+j to test on Windowsaycabta2021-10-031-2/+2
* Cast to void pointer to suppress -Wformat-pedantic in RUBY_DEBUG_LOGNobuyoshi Nakada2021-10-033-6/+6
* Avoid using the altzone variable in AIXRei Odaira2021-10-021-1/+1
* [DOC] fix small mistake in doc/marshal.rdoc [ci skip]mitsu-ksgr2021-10-031-1/+1
* Get rid of unused function warning for `_WIN32`xtkoba2021-10-031-1/+1
* * 2021-10-03 [ci skip]git2021-10-031-1/+1
* Temporarily skip test_no_curdir test to avoid CI failures on SolarisJeremy Evans2021-10-021-0/+3
* Do not load file with same realpath twice when requiringJeremy Evans2021-10-024-3/+63
* Make encoding loading not issue warningJeremy Evans2021-10-023-12/+20
* [Win32] Prefer Cryptography Next Generation APINobuyoshi Nakada2021-10-023-3/+23
* [ruby/reline] Refactoring Reline::Key.match? and add test.manga_osyo2021-10-022-13/+62
* Avoid race condition in Regexp#matchJeremy Evans2021-10-012-27/+40
* Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada2021-10-025-6/+48
* Add rb_ident_hash_new_with_sizeNobuyoshi Nakada2021-10-022-0/+9
* Suppress maybe-uninitialized warning on mingwNobuyoshi Nakada2021-10-021-0/+3
* Enhanced RDoc for Enumerable (#4922)Burdette Lamar2021-10-011-29/+46
* Enhanced RDoc for Enumerable (#4918)Burdette Lamar2021-10-011-35/+80
* * 2021-10-02 [ci skip]git2021-10-021-1/+1
* Fix typo in static function nameJeremy Evans2021-10-011-3/+3
* Introduce rb_vm_call_with_refinements to DRY up a few callsJeremy Evans2021-10-012-27/+18
* Checks for CPU specific header on universal buildNobuyoshi Nakada2021-10-012-0/+33
* Prefer `printf` like the recent autoconfNobuyoshi Nakada2021-10-011-8/+2
* Associate the encoding to the found pathNobuyoshi Nakada2021-10-011-0/+4
* Skip broken strings as the locale encodingNobuyoshi Nakada2021-10-013-4/+14
* Replace expanded load path only when modifiedNobuyoshi Nakada2021-10-011-1/+5
* Copy path strings as interned stringsNobuyoshi Nakada2021-10-011-2/+10
* Fix the encoding of loaded feature names [Bug #18191]Nobuyoshi Nakada2021-10-012-1/+33