summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-08Remove duplicate value checks on `mrhs` which always has the valueNobuyoshi Nakada
2021-10-07[ruby/irb] Update descriptions of methodsKaíque Kandy Koga
2021-10-07[ruby/irb] Make IRB::Context#exit call super if UncaughtThrowErrorJeremy Evans
2021-10-07Reuse ractor stderrNobuyoshi Nakada
2021-10-07Adjust styles [ci skip]Nobuyoshi Nakada
2021-10-07Followed up bd6e1a0f0883dba7b02f30cefe5ebec96d02cb90Hiroshi SHIBATA
2021-10-07[ruby/ipaddr] Support zone identifiers in IPv6 addressesJeremy Evans
2021-10-07[ruby/ipaddr] Add netmask method that returns net mask as string.Bogdan Irimie
2021-10-07[ruby/ipaddr] Disallow leading zeros in maskJeremy Evans
2021-10-07[ruby/ipaddr] Raise if extra slashes followNobuyoshi Nakada
2021-10-07[ruby/ipaddr] Avoid reraising exceptionsJeremy Evans
2021-10-07[ruby/ipaddr] Removing superfluos assingments & returnEspartaco Palma
2021-10-07Merge if statementS-H-GAMELINKS
2021-10-07test/ruby/test_process (test_no_curdir): tentatively skipped on SolarisYusuke Endoh
2021-10-06Accommondate earlier reviews of RDoc for Enumerable (#4943)Burdette Lamar
2021-10-06Enhanced RDoc for Enumerable (#4941)Burdette Lamar
2021-10-07* 2021-10-07 [ci skip]git
2021-10-06Fix Ractor.make_shareable changing locals for ProcsAlan Wu
2021-10-06Add the dependency of GNUmakefile itself [ci skip]Nobuyoshi Nakada
2021-10-06Remove duplicate type qualifiersNobuyoshi Nakada
2021-10-06Remove the useless platform guardNobuyoshi Nakada
2021-10-06Fix filesystem dependent testsNobuyoshi Nakada
2021-10-05Enhanced RDoc for Enumerable (#4938)Burdette Lamar
2021-10-05Update to ruby/spec@ccf0d85Benoit Daloze
2021-10-05marshal.c Marshal.load accepts a freeze: true option.Jean Boussier
2021-10-05Enhanced RDoc for Enumerable#slice_before (#4932)Burdette Lamar
2021-10-06* 2021-10-06 [ci skip]git
2021-10-06* remove trailing spaces. [ci skip]git
2021-10-05Fix documentation for String#{<<,concat,prepend}Jeremy Evans
2021-10-05debug.gem v1.2.4Koichi Sasada
2021-10-05[ruby/reline] Reduce window size so that it can be displayed in my desktopaycabta
2021-10-05[ruby/reline] The width of block elements is 1 on Windowsaycabta
2021-10-05[ruby/reline] Cyrillic chars are now forced to be displayed in full-width on ...aycabta
2021-10-05[ruby/reline] Change struct size correctlyaycabta
2021-10-05Fix a typo since 688f2e1a893e04457a1a5aa3577b13f74b2bc080Nobuyoshi Nakada
2021-10-05Adjust types to rb_enc_left_char_headNobuyoshi Nakada
2021-10-05Split parser_yyerror0 from parser_yyerrorNobuyoshi Nakada
2021-10-05Show the last line at unexpected end-of-input errorNobuyoshi Nakada
2021-10-05Remove a redundant cast between the exact same typesNobuyoshi Nakada
2021-10-05Replace inaccurate error messagesNobuyoshi Nakada
2021-10-05debug.gem 1.2.3Koichi Sasada
2021-10-05rb_enc_left_char_head(): take void*卜部昌平
2021-10-05downcase_single/upcase_single: assume ASCII卜部昌平
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-10-05include/ruby/encoding.h: convert macros into inline functions卜部昌平
2021-10-05split include/ruby/encoding.h卜部昌平
2021-10-05rb_ractor_shareable_p(): fix doxygen卜部昌平
2021-10-05add undeclared variables卜部昌平
2021-10-04Fix regression on Solaris after change to use realpath on loaded featuresJeremy Evans
2021-10-04Enable inline assembly of SET_MACHINE_STACK_END on AIXRei Odaira