aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_cmd.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta2021-12-201-0/+5
* [ruby/irb] Clean up a duplicated definitionTakashi Kokubun2021-10-111-7/+1
* [ruby/irb] trufflruby fails on the show_source testTakashi Kokubun2021-10-101-0/+1
* [ruby/irb] Add a test of find_end for show_source commandTakashi Kokubun2021-10-101-0/+29
* [ruby/irb] Show code page by irb_info on Windowsaycabta2021-07-161-0/+5
* [ruby/irb] Escape space in free-spacing modeaycabta2021-07-161-14/+14
* [ruby/irb] Show LANG and LC_ALL env by irb_infoaycabta2021-07-111-0/+47
* [ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara2021-06-301-0/+19
* Strip trailing spacesNobuyoshi Nakada2021-06-231-1/+1
* [ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko2021-06-221-9/+17
* [ruby/irb] Deal with different screen sizesNobuyoshi Nakada2021-05-081-4/+4
* [ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara2021-05-081-1/+22
* [ruby/irb] Suppress verbose messages in the parallel testNobuyoshi Nakada2021-04-051-1/+1
* [ruby/irb] Add show_source commandTakashi Kokubun2021-04-021-0/+17
* [ruby/irb] Suppress verbose messages in the parallel testNobuyoshi Nakada2021-04-021-2/+2
* [ruby/irb] Always add input method when calling Irb.new in testsaycabta2021-03-291-44/+42
* Suppress verbose messagesNobuyoshi Nakada2021-03-231-0/+2
* [ruby/irb] Deal with different screen sizesTakashi Kokubun2021-03-211-1/+1
* [ruby/irb] Add whereami commandTakashi Kokubun2021-03-211-0/+17
* [ruby/irb] Implement ls commandTakashi Kokubun2021-03-211-0/+17
* Fix errors when XDG_CONFIG_HOME points to non-writable directoryKazuhiro NISHIYAMA2021-03-181-0/+2
* [ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta2021-02-111-2/+6
* [ruby/irb] Enable to reassign a new block with "measure" commandaycabta2021-02-061-1/+8
* [ruby/irb] Allow "measure" command to take blockaycabta2021-02-061-0/+34
* In test, need to pass a context to IRB::WorkSpace.new explicitlyaycabta2021-01-271-2/+2
* [ruby/irb] specify the `VERBOSE` to `false` and fix tests to fitNobuhiro IMAI2021-01-271-8/+6
* [ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]Nobuhiro IMAI2021-01-271-0/+54
* irb: Removed unused variablesv3_0_0_rc1Nobuyoshi Nakada2020-12-201-2/+0
* irb: Define extension command only on the given objectNobuyoshi Nakada2020-12-201-1/+3
* Set non-verbose mode as well as tty modeNobuyoshi Nakada2020-12-201-0/+4
* Set :DEFAULT to PROMPT_MODE for CIaycabta2020-12-201-20/+8
* Suppress errors related to using variables that are not directly related to t...aycabta2020-12-201-4/+20
* [ruby/irb] Add measure commandaycabta2020-12-201-0/+144
* Fix typosKazuhiro NISHIYAMA2020-05-091-4/+4
* Restore the external and internal encodings of STDIN, STDOUT, and STDERRYusuke Endoh2020-05-081-0/+4
* test/irb/test_cmd.rb: clear IRB.@CONF on setupYusuke Endoh2020-05-081-0/+1
* [ruby/irb] Restore the default encodingsNobuyoshi Nakada2020-04-301-0/+4
* [ruby/irb] Suppress messages switching inspect modeNobuyoshi Nakada2020-04-301-0/+4
* [ruby/irb] Relaxed regexp for readlineNobuyoshi Nakada2020-04-301-1/+1
* [ruby/irb] Check existence of rc files in irb_info commandaycabta2020-04-291-0/+50
* [ruby/irb] Add irb_info commandaycabta2020-04-291-0/+64