summaryrefslogtreecommitdiff
path: root/lib/irb/extend-command.rb
AgeCommit message (Expand)Author
2023-10-12[ruby/irb] Fix test runner exit bugtomoya ishida
2023-10-11Fix calling exit if irb_context is nilTakashi Kokubun
2023-07-04[ruby/irb] Refactor eval historyStan Lo
2023-07-03[ruby/irb] Stop treating history-saving logic as extensionStan Lo
2023-06-10[ruby/irb] Use `Kernel.warn` to print command alias warningStan Lo
2023-05-18[ruby/irb] Print deprecation warning for `help` commandStan Lo
2023-04-08[ruby/irb] Simplify command method definitionStan Lo
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
2023-04-02[ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan 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 objectStan Lo
2023-01-11[ruby/irb] Formatting to header stylesHiroshi SHIBATA
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
2022-12-08[ruby/irb] Add show_doc as an alias to the help commandStan 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 debuggerTakashi 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 commandsTakashi 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_sourceTakashi 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.printmanga_osyo
2022-01-17[ruby/irb] Use require_relative to load extensions/commandsst0012
2021-04-02[ruby/irb] Add show_source commandTakashi Kokubun
2021-03-21[ruby/irb] Add whereami commandTakashi Kokubun
2021-03-21[ruby/irb] Implement ls commandTakashi Kokubun
2021-03-19[ruby/irb] Define "measure" command without forced overrideaycabta
2020-12-20irb: Define extension command on the given objectNobuyoshi Nakada
2020-12-20irb: Define extension command only on the given objectNobuyoshi Nakada
2020-12-20[ruby/irb] Add measure commandaycabta
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-04-29[ruby/irb] Suppress "method redefined" warningaycabta
2020-04-29[ruby/irb] Add irb_info commandaycabta
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-08-28Adjusted indents and supplied last commasNobuyoshi Nakada
2017-04-20Removed math mode from irb.hsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
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 IRBzzak
2012-12-13* lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak
2009-12-05* lib/irb/extend-command.rb (def_extend_command): fixed argumentnobu
2009-07-07 * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-08-25* lib/irb/extend-command.rb (def_extend_command): check number ofmame
2008-06-04* lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2006-08-08* lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz
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