aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Ensure the shortcut cached in the classNobuyoshi Nakada2020-08-172-2/+13
* Also escape DEL codeNobuyoshi Nakada2020-08-172-0/+4
* Fixed the radix for control charsNobuyoshi Nakada2020-08-172-1/+5
* Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams2020-08-184-0/+48
* Clarify coroutine implementation license.Samuel Williams2020-08-171-0/+5
* procnames-start-lines [ci skip]Nobuyoshi Nakada2020-08-172-6/+12
* Revisit "Refactor to reduce "swap" instruction of pattern matching"Nobuyoshi Nakada2020-08-171-3/+3
* * 2020-08-17 [ci skip]git2020-08-171-1/+1
* Revert "Refactor to reduce "swap" instruction of pattern matching"Kazuhiro NISHIYAMA2020-08-171-1/+2
* Remove the deprecated override of Kernel#open in open-uriJeremy Evans2020-08-162-36/+1