aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* Merge IRB 1.2.6aycabta2020-09-1623-88/+280
* Ruby 2.7 backport about IRB (#2990)aycabta2020-03-3012-30/+207
* [ruby/irb] Version 1.2.1aycabta2019-12-241-2/+2
* [ruby/irb] Remove warning message to bundle on Ruby 2.7.0aycabta2019-12-241-6/+0
* [ruby/irb] Make nesting level up for `1.times do`Yusuke Endoh2019-12-221-1/+1
* [ruby/irb] Fix auto-indent for `1.times do`Yusuke Endoh2019-12-221-1/+1
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* [ruby/irb] Version 1.2.0aycabta2019-12-071-2/+2
* [ruby/irb] New IRB needs Ruby 2.5 or lateraycabta2019-12-071-1/+1
* [ruby/irb] Revert "Reidline mode needs Reline what needs String#grapheme_clus...aycabta2019-12-071-1/+1
* [ruby/irb] Reidline mode needs Reline what needs String#grapheme_clustersaycabta2019-12-071-1/+1
* Fix auto-indent behavior correctlyaycabta2019-12-031-1/+1
* Use @eof variable for ReidlineInputMethod#eof?aycabta2019-11-301-1/+1
* Revert "Treat :@1, :@@1, @1, and @@1 correctly to check termination"aycabta2019-11-291-15/+0
* Fix regexp to complete complex literalaycabta2019-11-281-5/+3
* Remove two removed constantsaycabta2019-11-281-1/+1
* Remove an unnecessary variableaycabta2019-11-261-2/+1
* Slightly fix the warning message [ci skip]Takashi Kokubun2019-11-261-1/+1
* Suggest an alternative to suppress the irb warningTakashi Kokubun2019-11-261-1/+2
* Cache loaded module to suppress method redefined warningsaycabta2019-11-251-1/+5
* Remove e2mmap dependencyaycabta2019-11-2510-66/+157
* Remove lib/irb/slex.rbaycabta2019-11-252-283/+0
* Remove debug code...aycabta2019-11-241-1/+0
* Disable tracer ext of IRB when tracer doesn't foundaycabta2019-11-241-1/+15
* Use more strict regexp to avoid to match naninanirb.rbKazuhiro NISHIYAMA2019-11-211-2/+2
* Version 1.1.0aycabta2019-11-211-2/+2
* Add a warning message and --legacy of an alias of --singlelineaycabta2019-11-212-1/+7
* Refactor filter_backtraceY. Ushiki2019-11-211-13/+3
* Fix filter_backtrace for context-mode 0Y. Ushiki2019-11-211-1/+2
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-214-47/+57
* Replace typo "bock" with "block"aycabta2019-11-201-2/+2
* A preceding token of "do" of block has EXPR_CMDARG or EXPR_ENDFNaycabta2019-11-201-2/+2
* Number sign comment (# bla bla) is a kind of newline characteraycabta2019-11-201-2/+2
* Generate history file path correctly when $HOME/.irbrc doesn't existaycabta2019-11-201-5/+5
* [ruby/irb] Remove ruby-token.rb from spec.filesaycabta2019-11-171-1/+0
* [ruby/irb] Version 1.1.0.pre.4aycabta2019-11-171-1/+1
* Suppress warnings except for when last evaluationaycabta2019-11-132-4/+13
* Remove ruby-token.rbaycabta2019-11-111-267/+0
* qsymbols and symbols should be colored as SymbolTakashi Kokubun2019-11-101-1/+1
* Colorize on_symbols_beg (%I)Takashi Kokubun2019-11-101-0/+1
* Colorize string quotes as boldTakashi Kokubun2019-11-101-7/+7
* IRB: Document command evaluation history.zverok2019-10-261-8/+45
* Remove unsused output_method argumentJeremy Evans2019-10-241-7/+1
* Fixed the key to delete [Bug #16250]Nobuyoshi Nakada2019-10-151-1/+1
* Use compare_by_identity hash [Bug #16250]Nobuyoshi Nakada2019-10-151-3/+3
* Simplify circular reference check of IRB::ColorTakashi Kokubun2019-10-141-16/+14
* IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig2019-10-141-4/+18
* Folded files in gemspecNobuyoshi Nakada2019-09-161-1/+57
* IRB 1.1.0.pre.3aycabta2019-09-011-2/+2
* Adjusted indents and supplied last commasNobuyoshi Nakada2019-08-281-48/+70