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
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
/
extend-command.rb
Age
Commit message (
Expand
)
Author
2023-10-12
[ruby/irb] Fix test runner exit bug
tomoya ishida
2023-10-11
Fix calling exit if irb_context is nil
Takashi Kokubun
2023-07-04
[ruby/irb] Refactor eval history
Stan Lo
2023-07-03
[ruby/irb] Stop treating history-saving logic as extension
Stan Lo
2023-06-10
[ruby/irb] Use `Kernel.warn` to print command alias warning
Stan Lo
2023-05-18
[ruby/irb] Print deprecation warning for `help` command
Stan Lo
2023-04-08
[ruby/irb] Simplify command method definition
Stan Lo
2023-04-05
[ruby/irb] Drop Ruby 2.6 support
Stan Lo
2023-04-02
[ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargs
Stan Lo
2023-04-02
[ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)
Stan Lo
2023-01-12
[ruby/irb] Avoid calling private methods on the main object
Stan Lo
2023-01-11
[ruby/irb] Formatting to header styles
Hiroshi SHIBATA
2023-01-11
[ruby/irb] Removed Release Version and Revisions for old VCS software
Hiroshi SHIBATA
2022-12-08
[ruby/irb] Add show_doc as an alias to the help command
Stan Lo
2022-12-08
[ruby/irb] Add "show_cmds" command to list all commands'
Stan Lo
2022-11-21
[ruby/irb] Add commands to start and use the debugger
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] Add debug command (https://github.com/ruby/irb/pull/446)
Stan Lo
2022-11-07
[ruby/irb] Support non-string input in show_source
Takashi Kokubun
2022-10-05
[ruby/irb] Update remark of self.install_extend_commands.
KaĆque Kandy Koga
2022-01-27
[ruby/irb] Changed to call Kernel.print
manga_osyo
2022-01-17
[ruby/irb] Use require_relative to load extensions/commands
st0012
2021-04-02
[ruby/irb] Add show_source command
Takashi Kokubun
2021-03-21
[ruby/irb] Add whereami command
Takashi Kokubun
2021-03-21
[ruby/irb] Implement ls command
Takashi Kokubun
2021-03-19
[ruby/irb] Define "measure" command without forced override
aycabta
2020-12-20
irb: Define extension command on the given object
Nobuyoshi Nakada
2020-12-20
irb: Define extension command only on the given object
Nobuyoshi Nakada
2020-12-20
[ruby/irb] Add measure command
aycabta
2020-10-27
Separate `send` into `public_send` and `__send__`
Nobuyoshi Nakada
2020-04-29
[ruby/irb] Suppress "method redefined" warning
aycabta
2020-04-29
[ruby/irb] Add irb_info command
aycabta
2019-12-20
Fixed misspellings
Nobuyoshi Nakada
2019-08-28
Adjusted indents and supplied last commas
Nobuyoshi Nakada
2017-04-20
Removed math mode from irb.
hsbt
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-08-09
* lib/irb.rb: removed commented-out code.
hsbt
2014-08-09
* lib/cmath.rb: fixed indent.
hsbt
2012-12-21
* lib/irb.rb, lib/irb/*: Documentation for IRB
zzak
2012-12-13
* lib/irb*: merge doc from doc/irb/ird.rd and improve overall
zzak
2009-12-05
* lib/irb/extend-command.rb (def_extend_command): fixed argument
nobu
2009-07-07
* bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode
keiju
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-08-25
* lib/irb/extend-command.rb (def_extend_command): check number of
mame
2008-06-04
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2006-08-08
* lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacify
matz
2005-04-13
* bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.
keiju
2005-01-16
* ext/readline/readline.c: suppress warnings.
nobu
[next]