summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ruby/ipaddr] Raise if extra slashes followNobuyoshi Nakada2021-10-072-1/+2
* [ruby/ipaddr] Avoid reraising exceptionsJeremy Evans2021-10-071-18/+16
* [ruby/ipaddr] Removing superfluos assingments & returnEspartaco Palma2021-10-072-3/+19
* Merge if statementS-H-GAMELINKS2021-10-071-4/+1
* test/ruby/test_process (test_no_curdir): tentatively skipped on SolarisYusuke Endoh2021-10-071-0/+3
* Accommondate earlier reviews of RDoc for Enumerable (#4943)Burdette Lamar2021-10-061-8/+36
* Enhanced RDoc for Enumerable (#4941)Burdette Lamar2021-10-061-38/+40
* * 2021-10-07 [ci skip]git2021-10-071-1/+1
* Fix Ractor.make_shareable changing locals for ProcsAlan Wu2021-10-062-1/+23
* Add the dependency of GNUmakefile itself [ci skip]Nobuyoshi Nakada2021-10-061-0/+2
* Remove duplicate type qualifiersNobuyoshi Nakada2021-10-062-20/+20
* Remove the useless platform guardNobuyoshi Nakada2021-10-061-7/+5
* Fix filesystem dependent testsNobuyoshi Nakada2021-10-061-2/+2
* Enhanced RDoc for Enumerable (#4938)Burdette Lamar2021-10-051-110/+57
* Update to ruby/spec@ccf0d85Benoit Daloze2021-10-0528-31/+692
* marshal.c Marshal.load accepts a freeze: true option.Jean Boussier2021-10-057-30/+184
* Enhanced RDoc for Enumerable#slice_before (#4932)Burdette Lamar2021-10-051-17/+33
* * 2021-10-06 [ci skip]git2021-10-061-1/+1
* * remove trailing spaces. [ci skip]git2021-10-061-1/+1
* Fix documentation for String#{<<,concat,prepend}Jeremy Evans2021-10-051-9/+10
* debug.gem v1.2.4Koichi Sasada2021-10-051-1/+1
* [ruby/reline] Reduce window size so that it can be displayed in my desktopaycabta2021-10-051-3/+3
* [ruby/reline] The width of block elements is 1 on Windowsaycabta2021-10-051-1/+5
* [ruby/reline] Cyrillic chars are now forced to be displayed in full-width on ...aycabta2021-10-051-22/+0
* [ruby/reline] Change struct size correctlyaycabta2021-10-051-1/+1
* Fix a typo since 688f2e1a893e04457a1a5aa3577b13f74b2bc080Nobuyoshi Nakada2021-10-051-1/+1
* Adjust types to rb_enc_left_char_headNobuyoshi Nakada2021-10-052-6/+5
* Split parser_yyerror0 from parser_yyerrorNobuyoshi Nakada2021-10-051-8/+26
* Show the last line at unexpected end-of-input errorNobuyoshi Nakada2021-10-052-3/+5
* Remove a redundant cast between the exact same typesNobuyoshi Nakada2021-10-051-1/+1
* Replace inaccurate error messagesNobuyoshi Nakada2021-10-051-0/+3
* debug.gem 1.2.3Koichi Sasada2021-10-051-1/+1
* rb_enc_left_char_head(): take void*卜部昌平2021-10-052-2/+2
* downcase_single/upcase_single: assume ASCII卜部昌平2021-10-051-4/+2
* 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