summaryrefslogtreecommitdiff
path: root/lib/irb/cmd
AgeCommit message (Expand)Author
2021-09-06[ruby/irb] Pass RI options to helpFilip Pyda
2021-07-20[ruby/irb] Support non-English code page messageaycabta
2021-07-16[ruby/irb] Show code page by irb_info on Windowsaycabta
2021-07-13[ruby/irb] Add an explanation of default sub commands of "measure", which are...aycabta
2021-07-11[ruby/irb] Show LANG and LC_ALL env by irb_infoaycabta
2021-07-01[ruby/irb] Update ls.rb without requiring Set, because Set is one of standard...Keiko Kaneko
2021-06-30[ruby/irb] Rescue a specific errorTakashi Kokubun
2021-06-30[ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara
2021-06-27[ruby/irb] Optimize show_source command furtherTakashi Kokubun
2021-06-27[ruby/irb] Improve performance of `show_source` for large classMasataka Pocke Kuwabara
2021-06-22[ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko
2021-05-08[ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara
2021-04-02[ruby/irb] Add show_source commandTakashi Kokubun
2021-03-21[ruby/irb] Have some right paddingTakashi Kokubun
2021-03-21[ruby/irb] Fix step's argumentTakashi Kokubun
2021-03-21[ruby/irb] Fix column overflow on ls outputTakashi Kokubun
2021-03-21[ruby/irb] Add whereami commandTakashi Kokubun
2021-03-21[ruby/irb] Implement ls commandTakashi Kokubun
2021-02-11[ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta
2021-02-06[ruby/irb] Allow "measure" command to take blockaycabta
2020-12-24[ruby/irb] Try not to register the exact same measuring method twiceaycabta
2020-12-22[ruby/irb] Suppress "shadowing outer" warningaycabta
2020-12-22[ruby/irb] Support arg for measure commandaycabta
2020-12-20[ruby/irb] Add measure commandaycabta
2020-11-05Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui
2020-11-05Prefer #send over #__send__ when it is clear there is no possible conflictBenoit Daloze
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-08-28[ruby/irb] Discard newlines at end of fileaycabta
2020-04-29[ruby/irb] Check existence of rc files in irb_info commandaycabta
2020-04-29[ruby/irb] Add irb_info commandaycabta
2019-06-10irb/cmd/help.rb: return nil after the redefinitionNobuyoshi Nakada
2019-06-10irb: defer requiring rdoc to improve the start up timeNobuyoshi Nakada
2019-04-27Prefer block_given? to iterator?nobu
2019-04-26make sync-default-gems GEM=irbTakashi Kokubun
2019-01-18Prefer block_given? to iterator?nobu
2018-11-02lib/*: Prefer require_relative over require, remove explicit extensionmarcandre
2018-11-02lib/*: Prefer require_relative over require.marcandre
2016-10-07* basictest/test.rb: Adjust spaces in class declarationshsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-08-24* lib/e2mmap.rb: remove needless instance variables.hsbt
2014-08-09* lib/irb.rb: removed commented-out code.hsbt
2014-08-09* lib/cmath.rb: fixed indent.hsbt
2012-12-13* lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak
2011-11-05* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj
2011-06-29 * lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].keiju
2010-05-23* ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu
2010-04-07* lib/irb/cmd/help.rb (IRB::ExtendCommand::Help#execute): use RInobu
2009-07-21 * lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].keiju
2009-07-07 * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju
2009-03-06* lib/**/*.rb: removed unnecessary shbang lines.nobu