summaryrefslogtreecommitdiff
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Store context in RubyLexStan Lo2023-01-142-26/+27
* [ruby/irb] Avoid calling private methods on the main objectStan Lo2023-01-121-4/+4
* [ruby/irb] Remove redundant argument defaults from some RubyLexStan Lo2023-01-121-8/+8
* [ruby/irb] Formatting to header stylesHiroshi SHIBATA2023-01-1132-129/+9
* [ruby/irb] After Ruby 2.0, coding is always utf-8Hiroshi SHIBATA2023-01-111-1/+0
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-1133-67/+0
* [ruby/irb] Drop unused arguments in `RubyLex`Stan Lo2023-01-111-11/+4
* [ruby/irb] workspace.rb cleanupStan Lo2023-01-041-8/+1
* [ruby/irb] Fix prompt and code mismatchtomoya ishida2023-01-021-1/+2
* [ruby/irb] Refactor RubyLex#process_literal_typeMau Magnaguagno2022-12-271-7/+2
* [ruby/irb] Fix wrong conf path with XDG_CONFIG_HOME. It should be under the H...Hiroshi SHIBATA2022-12-271-1/+1
* [ruby/irb] fix indent depth calculation after heredoc and embdoctompng2022-12-261-1/+1
* [ruby/irb] fix auto-indent after multiline stringtompng2022-12-261-0/+1
* [ruby/irb] Version 1.6.2Takashi Kokubun2022-12-201-1/+1
* [ruby/irb] Respect DLEXT to force-load debug.soTakashi Kokubun2022-12-201-4/+5
* [ruby/irb] Version 1.6.1Takashi Kokubun2022-12-131-2/+2
* [ruby/irb] `show_doc` command should take non-string argument tooStan Lo2022-12-124-12/+18
* [ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo2022-12-092-2/+10
* [ruby/irb] Version 1.6.0Takashi Kokubun2022-12-091-1/+1
* [ruby/irb] Add show_doc as an alias to the help commandStan Lo2022-12-081-0/+1
* [ruby/irb] Gracefully handle missing command argumentStan Lo2022-12-083-14/+25
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-0824-17/+172
* [ruby/irb] Lazily load the multi-irb extensionStan Lo2022-12-071-5/+18
* [ruby/irb] Allow disabling autocompletion withStan Lo2022-12-061-1/+1
* [ruby/irb] Use class methods of `File` over `Kernel.open`Nobuyoshi Nakada2022-11-301-1/+1
* [ruby/irb] Make sure ls doesn't return an arrayTakashi Kokubun2022-11-301-0/+1
* [ruby/irb] Version 1.5.1Takashi Kokubun2022-11-281-2/+2
* [ruby/irb] Fix the debug.gem force-loader for Ruby 3.2Takashi Kokubun2022-11-281-2/+10
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-2115-32/+256
* [ruby/irb] Version 1.5.0Takashi Kokubun2022-11-201-2/+2
* [ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo2022-11-203-43/+113
* [ruby/irb] Document a full list of commandsTakashi Kokubun2022-11-191-20/+1
* [ruby/irb] Discover and load debug.gem even if it's not in GemfileTakashi Kokubun2022-11-181-2/+25
* [ruby/irb] Minor fixes on debug commandTakashi Kokubun2022-11-181-15/+55
* [ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo2022-11-182-0/+37
* [ruby/irb] Bump up 1.4.3Hiroshi SHIBATA2022-11-171-2/+2
* Drop Ruby 2.5 supportst00122022-11-171-1/+1
* [ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore JavaPatrick Plenefisch2022-11-171-0/+1
* [ruby/irb] Deprecate USE_RELINE and USE_REIDLINEst00122022-11-151-1/+4
* [ruby/irb] Deprecate reidline flagsst00122022-11-151-0/+12
* [ruby/irb] Rename leftover Reidline referencesst00122022-11-152-2/+2
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-101-0/+9
* [ruby/irb] Make $ and @ default aliasesTakashi Kokubun2022-11-101-1/+4
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-073-1/+40
* [ruby/irb] Don't lazily retrieve gem specs for completionStan Lo2022-11-071-15/+17
* [ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun2022-11-033-0/+26
* [ruby/irb] Refactor RubyLex and its testsStan Lo2022-11-031-2/+2
* [ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada2022-10-281-4/+2
* [ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada2022-10-281-1/+1
* [ruby/irb] Move require out of repeated execution pathst00122022-10-241-6/+6