summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-18Update the license for the default gems to dual licensesHiroshi SHIBATA
2020-08-18Added the missing licenses field to some default gemsHiroshi SHIBATA
2020-08-18Fixed the attribute name for multiple licenses.Hiroshi SHIBATA
2020-08-18Strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-08-18[ruby/irb] Change the way the IRB is invoked as an external processaycabta
2020-08-18[ruby/reline] Add require 'rbconfig' to use RbConfigaycabta
2020-08-18[ruby/reline] Get rid of loading pathname unnecessarilyNobuyoshi Nakada
2020-08-18[ruby/reline] Use the standard SPDX ID for license in gemspecMaciej Mensfeld
2020-08-18[ruby/reline] Remove duplicated line of codeaycabta
2020-08-18[ruby/reline] Keep original characters in inputrcaycabta
2020-08-18[ruby/reline] Support mode iconMark Delk
2020-08-18[ruby/reline] Call #start_terminal after generating temporary inputrcaycabta
2020-08-18[ruby/reline] Use single quotes for non-expanded string literalsaycabta
2020-08-18[ruby/reline] Use temporary dir with yamatanooroti testaycabta
2020-08-18[ruby/reline] Check Errno::EIOaycabta
2020-08-18[ruby/reline] Add home/end mapping for urxvt and relativesTomás Pollak
2020-08-18[ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta
2020-08-18[ruby/irb] Support shortening lambda notationaycabta
2020-08-18[ruby/irb] Expand path to run separated test correctlyaycabta
2020-08-18[ruby/irb] Workaround a bug of ruby-mode.elNobuyoshi Nakada
2020-08-18[ruby/irb] Yet another unnecessary readlineNobuyoshi Nakada
2020-08-18[ruby/irb] Directly check if the method is available instead of versionNobuyoshi Nakada
2020-08-18[ruby/irb] Get rid of loading readline unnecessarilyNobuyoshi Nakada
2020-08-18[ruby/irb] Prefer require_relative to load the files in this libraryNobuyoshi Nakada
2020-08-18[ruby/irb] Add require 'irb' to test separatelyaycabta
2020-08-18[ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta
2020-08-18[ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta
2020-08-18[ruby/irb] Add tests about IRB historyaycabta
2020-08-18[ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or lateraycabta
2020-08-18[ruby/irb] Support oneline method definitionaycabta
2020-08-18test/fiber/test_backtrace.rb: prevent a warningYusuke Endoh
2020-08-18Disable debugging test.Koichi Sasada
2020-08-17Remove write barrier exemption for T_ICLASSAlan Wu
2020-08-18* 2020-08-18 [ci skip]git
2020-08-17Fix method name escaping in ObjectSpace.dumpJohn Hawthorn
2020-08-17Ensure the shortcut cached in the classNobuyoshi Nakada
2020-08-17Also escape DEL codeNobuyoshi Nakada
2020-08-17Fixed the radix for control charsNobuyoshi Nakada
2020-08-18Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams
2020-08-17Clarify coroutine implementation license.Samuel Williams
2020-08-17procnames-start-lines [ci skip]Nobuyoshi Nakada
2020-08-17Revisit "Refactor to reduce "swap" instruction of pattern matching"Nobuyoshi Nakada
2020-08-17* 2020-08-17 [ci skip]git
2020-08-17Revert "Refactor to reduce "swap" instruction of pattern matching"Kazuhiro NISHIYAMA
2020-08-16Remove the deprecated override of Kernel#open in open-uriJeremy Evans
2020-08-16Refactor to reduce "swap" instruction of pattern matchingwanabe
2020-08-16Adjust sp for `case ... in a: 0 ... end`wanabe
2020-08-16Adjust sp for `case ... in *, a, * end`wanabe
2020-08-16Adjust sp for `case ... in *v end`/`case ... in v1, v2 end`wanabe
2020-08-16Adjust sp for `case ... in v1 ... in v2 end`wanabe