aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/irb] Calculate right side doc dialog width correctlyaycabta2021-10-081-1/+1
* [ruby/irb] Specify whether to show the doc dialog on the left or right side b...aycabta2021-10-081-16/+20
* [ruby/irb] Display doc dialog in gaps on narrow screenaycabta2021-10-081-2/+23
* [ruby/reline] Add a test for narrow screen without scrollbaraycabta2021-10-081-0/+16
* [ruby/reline] Cut off the excess on narrow screenaycabta2021-10-082-0/+30
* [ruby/reline] Rename DIALOG_HEIGHT with DIALOG_DEFAULT_HEIGHTaycabta2021-10-081-2/+2
* Dump outer variables tables when dumping an iseq to binaryAaron Patterson2021-10-072-1/+64
* * 2021-10-08 [ci skip]git2021-10-081-1/+1
* Remove duplicate value checks on `mrhs` which always has the valueNobuyoshi Nakada2021-10-082-5/+8
* [ruby/irb] Update descriptions of methodsKaíque Kandy Koga2021-10-073-4/+5
* [ruby/irb] Make IRB::Context#exit call super if UncaughtThrowErrorJeremy Evans2021-10-071-0/+2
* Reuse ractor stderrNobuyoshi Nakada2021-10-071-7/+9
* Adjust styles [ci skip]Nobuyoshi Nakada2021-10-071-5/+8
* Followed up bd6e1a0f0883dba7b02f30cefe5ebec96d02cb90Hiroshi SHIBATA2021-10-071-12/+29
* [ruby/ipaddr] Support zone identifiers in IPv6 addressesJeremy Evans2021-10-072-5/+67
* [ruby/ipaddr] Add netmask method that returns net mask as string.Bogdan Irimie2021-10-072-0/+16
* [ruby/ipaddr] Disallow leading zeros in maskJeremy Evans2021-10-072-1/+6
* [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