summaryrefslogtreecommitdiff
path: root/test/irb/test_cmd.rb
AgeCommit message (Expand)Author
2021-07-16[ruby/irb] Show code page by irb_info on Windowsaycabta
2021-07-16[ruby/irb] Escape space in free-spacing modeaycabta
2021-07-11[ruby/irb] Show LANG and LC_ALL env by irb_infoaycabta
2021-06-30[ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara
2021-06-23Strip trailing spacesNobuyoshi Nakada
2021-06-22[ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko
2021-05-08[ruby/irb] Deal with different screen sizesNobuyoshi Nakada
2021-05-08[ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara
2021-04-05[ruby/irb] Suppress verbose messages in the parallel testNobuyoshi Nakada
2021-04-02[ruby/irb] Add show_source commandTakashi Kokubun
2021-04-02[ruby/irb] Suppress verbose messages in the parallel testNobuyoshi Nakada
2021-03-29[ruby/irb] Always add input method when calling Irb.new in testsaycabta
2021-03-23Suppress verbose messagesNobuyoshi Nakada
2021-03-21[ruby/irb] Deal with different screen sizesTakashi Kokubun
2021-03-21[ruby/irb] Add whereami commandTakashi Kokubun
2021-03-21[ruby/irb] Implement ls commandTakashi Kokubun
2021-03-18Fix errors when XDG_CONFIG_HOME points to non-writable directoryKazuhiro NISHIYAMA
2021-02-11[ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta
2021-02-06[ruby/irb] Enable to reassign a new block with "measure" commandaycabta
2021-02-06[ruby/irb] Allow "measure" command to take blockaycabta
2021-01-27In test, need to pass a context to IRB::WorkSpace.new explicitlyaycabta
2021-01-27[ruby/irb] specify the `VERBOSE` to `false` and fix tests to fitNobuhiro IMAI
2021-01-27[ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]Nobuhiro IMAI
2020-12-20irb: Removed unused variablesv3_0_0_rc1Nobuyoshi Nakada
2020-12-20irb: Define extension command only on the given objectNobuyoshi Nakada
2020-12-20Set non-verbose mode as well as tty modeNobuyoshi Nakada
2020-12-20Set :DEFAULT to PROMPT_MODE for CIaycabta
2020-12-20Suppress errors related to using variables that are not directly related to t...aycabta
2020-12-20[ruby/irb] Add measure commandaycabta
2020-05-09Fix typosKazuhiro NISHIYAMA
2020-05-08Restore the external and internal encodings of STDIN, STDOUT, and STDERRYusuke Endoh
2020-05-08test/irb/test_cmd.rb: clear IRB.@CONF on setupYusuke Endoh
2020-04-30[ruby/irb] Restore the default encodingsNobuyoshi Nakada
2020-04-30[ruby/irb] Suppress messages switching inspect modeNobuyoshi Nakada
2020-04-30[ruby/irb] Relaxed regexp for readlineNobuyoshi Nakada
2020-04-29[ruby/irb] Check existence of rc files in irb_info commandaycabta
2020-04-29[ruby/irb] Add irb_info commandaycabta