summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ruby tool/update-deps --fix卜部昌平2021-10-0528-1167/+2418
* include/ruby/encoding.h: convert macros into inline functions卜部昌平2021-10-057-120/+368
* split include/ruby/encoding.h卜部昌平2021-10-0510-2269/+2563
* rb_ractor_shareable_p(): fix doxygen卜部昌平2021-10-051-2/+3
* add undeclared variables卜部昌平2021-10-051-0/+2
* Fix regression on Solaris after change to use realpath on loaded featuresJeremy Evans2021-10-042-4/+27
* Enable inline assembly of SET_MACHINE_STACK_END on AIXRei Odaira2021-10-041-1/+3
* Revert rescue around internal realpath call on SolarisJeremy Evans2021-10-042-28/+4
* introduce debug.gemKoichi Sasada2021-10-054-2/+28
* remove lib/debug.rbKoichi Sasada2021-10-052-1128/+0
* Enabled to build extensions with the bundled gemsHiroshi SHIBATA2021-10-051-3/+0
* Only rescue realpath calls during require on SolarisJeremy Evans2021-10-042-4/+1
* Use a rescue around the internal realpath call for each loaded featureJeremy Evans2021-10-041-1/+28
* Expose instruction information for debuggers [Feature #18026]Nobuyoshi Nakada2021-10-043-31/+51
* * 2021-10-05 [ci skip]git2021-10-051-1/+1
* Enhanced RDoc for Enumerable#chunk (#4930)Burdette Lamar2021-10-041-45/+62
* Refactor ordering of testsNobuyoshi Nakada2021-10-044-78/+157
* Fix a typoNobuyoshi Nakada2021-10-041-1/+1
* Leave builddir absoluteNobuyoshi Nakada2021-10-041-0/+2
* Stop building extension gems for nowNobuyoshi Nakada2021-10-041-1/+1
* Relax time-out for bundlerNobuyoshi Nakada2021-10-041-1/+1
* The same warning for static symbol literalNobuyoshi Nakada2021-10-042-3/+7
* Fix the warning message for dynamic symbol literal in conditionNobuyoshi Nakada2021-10-042-2/+2
* Shorten timeouts on macOS and MinGWNobuyoshi Nakada2021-10-042-3/+3
* [ruby/irb] Fix typo of variableaycabta2021-10-041-1/+1
* Move rb_ractor_p definitionS.H2021-10-042-2/+1
* Function `w32_error` does not returnxtkoba2021-10-041-0/+2
* Clang never evaluates expr in `__builtin_assume`xtkoba2021-10-041-2/+4
* * 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