index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
irb
Age
Commit message (
Expand
)
Author
2022-12-20
[ruby/irb] Version 1.6.2
Takashi Kokubun
2022-12-20
[ruby/irb] Respect DLEXT to force-load debug.so
Takashi Kokubun
2022-12-13
[ruby/irb] Version 1.6.1
Takashi Kokubun
2022-12-12
[ruby/irb] `show_doc` command should take non-string argument too
Stan Lo
2022-12-09
[ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)
Stan Lo
2022-12-09
[ruby/irb] Version 1.6.0
Takashi Kokubun
2022-12-08
[ruby/irb] Add show_doc as an alias to the help command
Stan Lo
2022-12-08
[ruby/irb] Gracefully handle missing command argument
Stan Lo
2022-12-08
[ruby/irb] Add "show_cmds" command to list all commands'
Stan Lo
2022-12-07
[ruby/irb] Lazily load the multi-irb extension
Stan Lo
2022-12-06
[ruby/irb] Allow disabling autocompletion with
Stan Lo
2022-11-30
[ruby/irb] Use class methods of `File` over `Kernel.open`
Nobuyoshi Nakada
2022-11-30
[ruby/irb] Make sure ls doesn't return an array
Takashi Kokubun
2022-11-28
[ruby/irb] Version 1.5.1
Takashi Kokubun
2022-11-28
[ruby/irb] Fix the debug.gem force-loader for Ruby 3.2
Takashi Kokubun
2022-11-21
[ruby/irb] Add commands to start and use the debugger
Takashi Kokubun
2022-11-20
[ruby/irb] Version 1.5.0
Takashi Kokubun
2022-11-20
[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)
Stan Lo
2022-11-19
[ruby/irb] Document a full list of commands
Takashi Kokubun
2022-11-18
[ruby/irb] Discover and load debug.gem even if it's not in Gemfile
Takashi Kokubun
2022-11-18
[ruby/irb] Minor fixes on debug command
Takashi Kokubun
2022-11-18
[ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)
Stan Lo
2022-11-17
[ruby/irb] Bump up 1.4.3
Hiroshi SHIBATA
2022-11-17
Drop Ruby 2.5 support
st0012
2022-11-17
[ruby/irb] Fix https://github.com/ruby/irb/pull/295: Ignore Java
Patrick Plenefisch
2022-11-15
[ruby/irb] Deprecate USE_RELINE and USE_REIDLINE
st0012
2022-11-15
[ruby/irb] Deprecate reidline flags
st0012
2022-11-15
[ruby/irb] Rename leftover Reidline references
st0012
2022-11-10
[ruby/irb] Transform ls's --grep/-G option to keyword args
Takashi Kokubun
2022-11-10
[ruby/irb] Make $ and @ default aliases
Takashi Kokubun
2022-11-07
[ruby/irb] Support non-string input in show_source
Takashi Kokubun
2022-11-07
[ruby/irb] Don't lazily retrieve gem specs for completion
Stan Lo
2022-11-03
[ruby/irb] Allow non-identifier aliases like Pry's @ and $
Takashi Kokubun
2022-11-03
[ruby/irb] Refactor RubyLex and its tests
Stan Lo
2022-10-28
[ruby/irb] Do not make non-existent XDG directory on start
Nobuyoshi Nakada
2022-10-28
[ruby/irb] Update regarding NO_COLOR value
Nobuyoshi Nakada
2022-10-24
[ruby/irb] Move require out of repeated execution path
st0012
2022-10-18
[ruby/irb] Assert lvars_code doesn't include \n
Takashi Kokubun
2022-10-18
[ruby/irb] Always use local variables in current context to parse code (https...
tomoya ishida
2022-10-18
[ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...
tomoya ishida
2022-10-08
[ruby/irb] Sort constant completion's candidates
st0012
2022-10-08
[ruby/irb] Lazily evaluate candidates locals
st0012
2022-10-05
[ruby/irb] Fixed sort of variables in completion
Imir Kiyamov
2022-10-05
[ruby/irb] Update remark of self.install_extend_commands.
KaĆque Kandy Koga
2022-10-05
[ruby/irb] Use USE_REIDLINE for backword compatibility
Hiroshi SHIBATA
2022-10-05
[ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethod
Gannon McGibbon
2022-10-05
[ruby/irb] Bump version to 1.4.2
st0012
2022-10-05
[ruby/irb] Added aycabta to authors
Hiroshi SHIBATA
2022-10-03
[ruby/irb] Remove unused error
st0012
2022-10-03
[ruby/irb] Remove unnecessary Thread presence check
st0012
[next]