summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-04The same warning for static symbol literalNobuyoshi Nakada
2021-10-04Fix the warning message for dynamic symbol literal in conditionNobuyoshi Nakada
2021-10-04Shorten timeouts on macOS and MinGWNobuyoshi Nakada
2021-10-04[ruby/irb] Fix typo of variableaycabta
2021-10-04Move rb_ractor_p definitionS.H
2021-10-04Function `w32_error` does not returnxtkoba
2021-10-04Clang never evaluates expr in `__builtin_assume`xtkoba
2021-10-04* 2021-10-04 [ci skip]git
2021-10-04[ruby/reline] Use default background color to erase on Windowsaycabta
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-10-03Remove unnecessary checks in `Range#each` [Bug #18237]Jörg W Mittag
2021-10-03Remove extraneous conversion to float [Bug #18236]Nobuyoshi Nakada
2021-10-03[ruby/irb] Remove `require` in signal handler to avoid ThreadErrorMasataka Pocke Kuwabara
2021-10-03[ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta
2021-10-03[ruby/irb] Version 1.3.8.pre.10aycabta
2021-10-03[ruby/irb] Update dependency, reline >= 0.2.8.pre.10aycabta
2021-10-03[ruby/reline] Version 0.2.8.pre.10aycabta
2021-10-03[ruby/reline] Initialize @trap_key to suppress warningaycabta
2021-10-03[ruby/reline] Add a comment to use "private alias_method" idiom after drop Ru...aycabta
2021-10-03Revert "mkmf.rb: try linking at try_var" [Bug #18235]Nobuyoshi Nakada
2021-10-03[ruby/reline] Add code block notation in docaycabta
2021-10-03[ruby/reline] Add doc for ed-unassigned and ed-insert macroaycabta
2021-10-03[ruby/reline] Add a test for rerendering arg prompt after pastingaycabta
2021-10-03[ruby/reline] Rerender whole buffer when argument editing finishedaycabta
2021-10-03[ruby/reline] Call LineEditor#resize on Windowsaycabta
2021-10-03[ruby/reline] Simplify SIGWINCH handler to avoid aborting when resizing.TOMITA Masahiro
2021-10-03[ruby/reline] Add newlines for readabilityaycabta
2021-10-03[ruby/reline] Use String#unpack1aycabta
2021-10-03[ruby/reline] Adjust border of scrollbar rendering calculationaycabta
2021-10-03[ruby/reline] The @block_elem_width shouldn't be used for height calculationaycabta
2021-10-03[ruby/reline] Stop using Ctrl+j to test on Windowsaycabta
2021-10-03Cast to void pointer to suppress -Wformat-pedantic in RUBY_DEBUG_LOGNobuyoshi Nakada
2021-10-02Avoid using the altzone variable in AIXRei Odaira
2021-10-03[DOC] fix small mistake in doc/marshal.rdoc [ci skip]mitsu-ksgr
2021-10-03Get rid of unused function warning for `_WIN32`xtkoba
2021-10-03* 2021-10-03 [ci skip]git
2021-10-02Temporarily skip test_no_curdir test to avoid CI failures on SolarisJeremy Evans
2021-10-02Do not load file with same realpath twice when requiringJeremy Evans
2021-10-02Make encoding loading not issue warningJeremy Evans
2021-10-02[Win32] Prefer Cryptography Next Generation APINobuyoshi Nakada
2021-10-02[ruby/reline] Refactoring Reline::Key.match? and add test.manga_osyo
2021-10-01Avoid race condition in Regexp#matchJeremy Evans
2021-10-02Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada
2021-10-02Add rb_ident_hash_new_with_sizeNobuyoshi Nakada
2021-10-02Suppress maybe-uninitialized warning on mingwNobuyoshi Nakada
2021-10-01Enhanced RDoc for Enumerable (#4922)Burdette Lamar
2021-10-01Enhanced RDoc for Enumerable (#4918)Burdette Lamar
2021-10-02* 2021-10-02 [ci skip]git
2021-10-01Fix typo in static function nameJeremy Evans
2021-10-01Introduce rb_vm_call_with_refinements to DRY up a few callsJeremy Evans