aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/irb] Version 1.2.5aycabta2020-09-141-2/+2
* [ruby/irb] Discard newlines at end of fileaycabta2020-08-2811-18/+0
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
* [ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta2020-08-181-1/+1
* [ruby/irb] Support shortening lambda notationaycabta2020-08-181-2/+2
* [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-181-1/+1
* [ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta2020-08-181-2/+2
* [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta2020-08-181-1/+6
* [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-181-0/+77
* Suppress "assigned but unused variable" warningsYusuke Endoh2020-07-231-1/+1
* Add require 'irb/ruby-lex' to use RubyLexaycabta2020-07-221-0/+1
* [ruby/irb] handle rescue modifier properlyNobuhiro IMAI2020-07-221-5/+9
* [ruby/irb] Fix error when `inspect` is called but not found in inspectorMasataka Pocke Kuwabara2020-07-221-0/+1
* [ruby/irb] Simplify RubyLex.compile_with_errors_suppressedaycabta2020-07-222-12/+11
* [ruby/irb] Suppress incomplete encoding magic comment erroraycabta2020-07-221-2/+3
* [ruby/irb] Suppress incomplete coding magic comment erroraycabta2020-07-222-21/+40
* [ruby/irb] Version 1.2.4aycabta2020-05-171-2/+2
* [ruby/irb] Suppress "method redefined" warningaycabta2020-04-291-3/+6
* [ruby/irb] Check existence of rc files in irb_info commandaycabta2020-04-292-9/+12
* [ruby/irb] Add irb_info commandaycabta2020-04-293-0/+62
* Support XDG_* (#2174)Hiroshi SHIBATA2020-04-231-0/+9
* [DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada2020-04-072-4/+4
* [ruby/irb] Require jruby lib to get JRuby.compile_irCharles Oliver Nutter2020-03-291-0/+1
* [ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta2020-03-261-0/+2
* [ruby/irb] Unnamed groups are not captured when named groups are usedNobuyoshi Nakada2020-03-261-1/+1
* Ignore incompatible convert of symbolsKoichi Sasada2020-03-031-0/+2
* Convert incompatible encoding symbol namesaycabta2020-03-031-1/+3
* [ruby/irb] Version 1.2.3aycabta2020-02-171-2/+2
* [ruby/irb] fix reserved words and completion for themNobuhiro IMAI2020-02-151-2/+3
* [ruby/irb] Include easter-egg.rb in gemspecNick Lewis2020-02-151-0/+1
* [ruby/irb] Version 1.2.2aycabta2020-02-151-2/+2
* [ruby/irb] Use 0.step instead of (..0).each for Ruby 2.5aycabta2020-02-121-1/+1
* [ruby/irb] Fix auto indent with closed braceaycabta2020-02-121-0/+1
* [ruby/irb] Check doc namespace correctlyaycabta2020-02-121-3/+3
* [ruby/irb] Exclude useless files from RDocNobuyoshi Nakada2020-02-021-1/+1
* [ruby/irb] Add a new easter egg: dancing rubyYusuke Endoh2020-02-022-5/+138
* [ruby/irb] Exclude useless files from RDocNobuyoshi Nakada2020-02-012-4/+1
* [ruby/irb] Add newline_before_multiline_outputKenta Murata2020-01-211-0/+20
* [ruby/irb] Fix compatibility with rails before 5.2Lars Kanis2020-01-201-1/+1
* Use Reline.encoding_system_needs if existsaycabta2020-01-144-7/+20
* Remove an unused setting variableaycabta2020-01-141-1/+0
* [ruby/irb] Fix crashing when multiple open braces per lineBen2020-01-141-1/+4
* [ruby/irb] Fix newline depth with multiple bracesBen2020-01-141-1/+4
* [ruby/irb] Version 1.2.1aycabta2019-12-241-2/+2