aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/racc] Fixed the licenses field of gemspecHiroshi SHIBATA2020-08-191-1/+1
* Skip Editline for history tests of IRBaycabta2020-08-191-0/+9
* RHASH_EMPTY_P: convert into an inline function卜部昌平2020-08-192-0/+12
* RHASH_TBL: is now ext-only卜部昌平2020-08-196-17/+10
* tool/update-deps -fix卜部昌平2020-08-191-0/+33
* ROBJECT_IV_INDEX_TBL: convert into an inline function卜部昌平2020-08-195-5/+55
* Skip irb/test_history on Solarisaycabta2020-08-191-1/+1
* Reset object allocation trace informationAaron Patterson2020-08-181-0/+1
* Use "in" and "out" options of "system" instead of "replace_stdio"aycabta2020-08-191-28/+1
* Update references when tracing allocationsAaron Patterson2020-08-182-4/+78
* * 2020-08-19 [ci skip]git2020-08-191-1/+1
* Do "write" to temp stdin before "reopen"aycabta2020-08-191-5/+5
* test/irb/test_history.rb: prevent warningsYusuke Endoh2020-08-181-4/+4
* Lounch external process on Windows correctlyaycabta2020-08-181-2/+1
* Fixed the invalid SPDX identifier on gemspecHiroshi SHIBATA2020-08-182-2/+2
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-1837-37/+37
* Added the missing licenses field to some default gemsHiroshi SHIBATA2020-08-188-0/+8
* Fixed the attribute name for multiple licenses.Hiroshi SHIBATA2020-08-182-2/+2
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-08-181-1/+1
* [ruby/irb] Change the way the IRB is invoked as an external processaycabta2020-08-181-2/+1
* [ruby/reline] Add require 'rbconfig' to use RbConfigaycabta2020-08-181-0/+1
* [ruby/reline] Get rid of loading pathname unnecessarilyNobuyoshi Nakada2020-08-182-4/+1
* [ruby/reline] Use the standard SPDX ID for license in gemspecMaciej Mensfeld2020-08-181-1/+1
* [ruby/reline] Remove duplicated line of codeaycabta2020-08-181-1/+0
* [ruby/reline] Keep original characters in inputrcaycabta2020-08-183-4/+107
* [ruby/reline] Support mode iconMark Delk2020-08-184-1/+82
* [ruby/reline] Call #start_terminal after generating temporary inputrcaycabta2020-08-181-6/+28
* [ruby/reline] Use single quotes for non-expanded string literalsaycabta2020-08-182-4/+17
* [ruby/reline] Use temporary dir with yamatanooroti testaycabta2020-08-181-2/+17
* [ruby/reline] Check Errno::EIOaycabta2020-08-182-0/+5
* [ruby/reline] Add home/end mapping for urxvt and relativesTomás Pollak2020-08-181-0/+4
* [ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta2020-08-182-6/+16
* [ruby/irb] Support shortening lambda notationaycabta2020-08-182-2/+18
* [ruby/irb] Expand path to run separated test correctlyaycabta2020-08-181-1/+1
* [ruby/irb] Workaround a bug of ruby-mode.elNobuyoshi Nakada2020-08-181-1/+1
* [ruby/irb] Yet another unnecessary readlineNobuyoshi Nakada2020-08-181-2/+0
* [ruby/irb] Directly check if the method is available instead of versionNobuyoshi Nakada2020-08-181-2/+1
* [ruby/irb] Get rid of loading readline unnecessarilyNobuyoshi Nakada2020-08-182-11/+9
* [ruby/irb] Prefer require_relative to load the files in this libraryNobuyoshi Nakada2020-08-182-10/+10
* [ruby/irb] Add require 'irb' to test separatelyaycabta2020-08-181-0/+1
* [ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta2020-08-182-2/+25
* [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta2020-08-182-1/+29
* [ruby/irb] Add tests about IRB historyaycabta2020-08-181-0/+131
* [ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or lateraycabta2020-08-181-10/+6
* [ruby/irb] Support oneline method definitionaycabta2020-08-182-0/+106
* test/fiber/test_backtrace.rb: prevent a warningYusuke Endoh2020-08-181-2/+2
* Disable debugging test.Koichi Sasada2020-08-181-1/+1
* Remove write barrier exemption for T_ICLASSAlan Wu2020-08-176-21/+35
* * 2020-08-18 [ci skip]git2020-08-181-1/+1
* Fix method name escaping in ObjectSpace.dumpJohn Hawthorn2020-08-172-1/+20