aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/extend-command.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Fix test runner exit bugtomoya ishida2023-10-121-1/+1
* Fix calling exit if irb_context is nilTakashi Kokubun2023-10-111-1/+1
* [ruby/irb] Refactor eval historyStan Lo2023-07-041-1/+1
* [ruby/irb] Stop treating history-saving logic as extensionStan Lo2023-07-031-2/+0
* [ruby/irb] Use `Kernel.warn` to print command alias warningStan Lo2023-06-101-1/+1
* [ruby/irb] Print deprecation warning for `help` commandStan Lo2023-05-181-1/+5
* [ruby/irb] Simplify command method definitionStan Lo2023-04-081-28/+7
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-051-4/+3
* [ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan Lo2023-04-021-1/+1
* [ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)Stan Lo2023-04-021-54/+0
* [ruby/irb] Avoid calling private methods on the main objectStan Lo2023-01-121-4/+4
* [ruby/irb] Formatting to header stylesHiroshi SHIBATA2023-01-111-4/+1
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-111-2/+0
* [ruby/irb] Add show_doc as an alias to the help commandStan Lo2022-12-081-0/+1
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-081-8/+41
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-211-1/+36
* [ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo2022-11-201-0/+4
* [ruby/irb] Document a full list of commandsTakashi Kokubun2022-11-191-20/+1
* [ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo2022-11-181-0/+4
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-071-0/+14
* [ruby/irb] Update remark of self.install_extend_commands.KaĆ­que Kandy Koga2022-10-051-0/+5
* [ruby/irb] Changed to call Kernel.printmanga_osyo2022-01-271-1/+1
* [ruby/irb] Use require_relative to load extensions/commandsst00122022-01-171-24/+24
* [ruby/irb] Add show_source commandTakashi Kokubun2021-04-021-0/+5
* [ruby/irb] Add whereami commandTakashi Kokubun2021-03-211-0/+5
* [ruby/irb] Implement ls commandTakashi Kokubun2021-03-211-3/+9
* [ruby/irb] Define "measure" command without forced overrideaycabta2021-03-191-1/+2
* irb: Define extension command on the given objectNobuyoshi Nakada2020-12-201-3/+3
* irb: Define extension command only on the given objectNobuyoshi Nakada2020-12-201-2/+2
* [ruby/irb] Add measure commandaycabta2020-12-201-0/+4
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-6/+6
* [ruby/irb] Suppress "method redefined" warningaycabta2020-04-291-3/+6
* [ruby/irb] Add irb_info commandaycabta2020-04-291-0/+4
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* Adjusted indents and supplied last commasNobuyoshi Nakada2019-08-281-48/+70
* Removed math mode from irb.hsbt2017-04-201-3/+0
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/irb.rb: removed commented-out code.hsbt2014-08-091-14/+0
* * lib/cmath.rb: fixed indent.hsbt2014-08-091-116/+116
* * lib/irb.rb, lib/irb/*: Documentation for IRBzzak2012-12-211-10/+61
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-131-1/+4
* * lib/irb/extend-command.rb (def_extend_command): fixed argumentnobu2009-12-051-11/+11
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-071-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-8/+8
* * lib/irb/extend-command.rb (def_extend_command): check number ofmame2008-08-251-2/+7
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz2006-08-081-5/+5
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju2005-04-131-3/+48
* * ext/readline/readline.c: suppress warnings.nobu2005-01-161-0/+1