aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Fix #256manga_osyo2021-07-231-1/+1
* [ruby/irb] Support non-English code page messageaycabta2021-07-201-1/+1
* [ruby/irb] Show code page by irb_info on Windowsaycabta2021-07-161-0/+4
* [ruby/irb] Add an explanation of default sub commands of "measure", which are...aycabta2021-07-131-0/+3
* [ruby/irb] Show LANG and LC_ALL env by irb_infoaycabta2021-07-111-0/+2
* [ruby/irb] Pass local variables from workspace binding to lexerJeremy Evans2021-07-101-17/+32
* [ruby/irb] Update ls.rb without requiring Set, because Set is one of standard...Keiko Kaneko2021-07-011-3/+4
* [ruby/irb] Rescue a specific errorTakashi Kokubun2021-06-301-1/+1
* [ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara2021-06-301-2/+3
* [ruby/irb] Optimize show_source command furtherTakashi Kokubun2021-06-271-1/+4
* [ruby/irb] Improve performance of `show_source` for large classMasataka Pocke Kuwabara2021-06-271-4/+11
* [ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko2021-06-221-11/+3
* [ruby/irb] Improve stackprof measureUlysse Buonomo2021-06-211-2/+14
* [ruby/irb] Version 1.3.6aycabta2021-06-211-2/+2
* [ruby/irb] respect NO_COLOR environment variableMark Delk2021-05-241-2/+2
* [ruby/irb] IRB should use the latest Reline, 0.2.5aycabta2021-05-151-1/+1
* [ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara2021-05-081-2/+26
* [ruby/irb] Need reline >= 0.1.6ima1zumi2021-04-301-1/+1
* [ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada2021-04-261-8/+8
* [ruby/irb] Fix typo ture -> true [ci skip]Ryuta Kamizono2021-04-261-1/+1
* [ruby/irb] Moved development dependencies to GemfileNobuyoshi Nakada2021-04-081-5/+0
* [ruby/irb] Ripper::Lexer::Elem#state is defined since Ruby 2.5Nobuyoshi Nakada2021-04-081-6/+1
* [ruby/irb] Check WITH_VTERM env to add vterm gem as dependencyaycabta2021-04-041-1/+1
* [ruby/irb] Use vterm 0.0.5 or newer on Unix like OSes because suppresses SEGVaycabta2021-04-031-0/+2
* [ruby/irb] Use yamatanooroti gem for testsaycabta2021-04-031-0/+1
* [ruby/irb] Version 1.3.5aycabta2021-04-031-2/+2
* [ruby/irb] Evaluate each toplevel statementaycabta2021-04-032-12/+65
* [ruby/irb] process multi-line pastes as a single entityCody Cutrer2021-04-031-1/+7
* [ruby/irb] Add show_source commandTakashi Kokubun2021-04-022-0/+91
* [ruby/irb] Colorize `__END__` as keywordNobuyoshi Nakada2021-04-021-1/+4
* [ruby/irb] Prevent the completion from crashing if rdoc is missingAleksandar Ivanov2021-03-301-2/+9
* [ruby/irb] Cache completion files to requireaycabta2021-03-251-12/+21
* [ruby/irb] Complete require and require_relativeaycabta2021-03-242-2/+57
* [ruby/irb] Change ripper_lex_without_warning to a class methodaycabta2021-03-241-7/+7
* [ruby/irb] Have some right paddingTakashi Kokubun2021-03-211-2/+2
* [ruby/irb] Fix step's argumentTakashi Kokubun2021-03-211-1/+1
* [ruby/irb] Fix column overflow on ls outputTakashi Kokubun2021-03-211-5/+40
* [ruby/irb] Add whereami commandTakashi Kokubun2021-03-212-0/+25
* [ruby/irb] Implement ls commandTakashi Kokubun2021-03-213-7/+67
* [ruby/irb] Don't call Ruby 2.4+'s String#pretty_printTakashi Kokubun2021-03-201-0/+9
* [ruby/irb] Add all lib files automaticallyTakashi Kokubun2021-03-201-46/+1
* [ruby/irb] Define "measure" command without forced overrideaycabta2021-03-191-1/+2
* [ruby/irb] Make save-history extension safe for concurrent useJeremy Evans2021-03-061-5/+15
* [ruby/irb] Do not continue line if last expression is an endless rangeJeremy Evans2021-03-051-1/+2
* [ruby/irb] Update help message for next context-mode of 4Jeremy Evans2021-02-271-6/+6
* [ruby/irb] Version 1.3.4aycabta2021-02-251-2/+2
* [ruby/irb] Fix inverse separator conditionNobuyoshi Nakada2021-02-121-4/+2
* [ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta2021-02-111-0/+1
* [ruby/irb] Suppress colorize on Windows testsaycabta2021-02-111-1/+1
* [ruby/irb] Suppress error when File::ALT_SEPARATOR is nilaycabta2021-02-111-1/+3