index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
irb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/irb] support more body argument for oneliner method definition
Nobuhiro IMAI
2020-11-22
1
-0
/
+2
*
Update expected IRB result
Nobuyoshi Nakada
2020-11-20
1
-1
/
+11
*
Remove system method for E2E testing because depends on ruby command
aycabta
2020-10-05
1
-54
/
+75
*
Show stdout and stderr when history tests fail
aycabta
2020-10-05
1
-32
/
+31
*
[ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...
aycabta
2020-09-19
1
-22
/
+6
*
[ruby/irb] Omit output if first line of multiline is too long
aycabta
2020-09-14
1
-0
/
+76
*
[ruby/irb] Add OMIT_ON_ASSIGNMENT
aycabta
2020-09-14
1
-4
/
+81
*
Skip irb/test_history on Windows too
aycabta
2020-08-20
1
-6
/
+1
*
Skip Editline for history tests of IRB
aycabta
2020-08-19
1
-0
/
+9
*
Skip irb/test_history on Solaris
aycabta
2020-08-19
1
-1
/
+1
*
Use "in" and "out" options of "system" instead of "replace_stdio"
aycabta
2020-08-19
1
-28
/
+1
*
Do "write" to temp stdin before "reopen"
aycabta
2020-08-19
1
-5
/
+5
*
test/irb/test_history.rb: prevent warnings
Yusuke Endoh
2020-08-18
1
-4
/
+4
*
Lounch external process on Windows correctly
aycabta
2020-08-18
1
-2
/
+1
*
[ruby/irb] Change the way the IRB is invoked as an external process
aycabta
2020-08-18
1
-2
/
+1
*
[ruby/irb] Support shortening lambda notetion for nesting level of prompt
aycabta
2020-08-18
1
-5
/
+15
*
[ruby/irb] Support shortening lambda notation
aycabta
2020-08-18
1
-0
/
+16
*
[ruby/irb] Add require 'irb' to test separately
aycabta
2020-08-18
1
-0
/
+1
*
[ruby/irb] Make history infinite if set SAVE_HISTORY to negative
aycabta
2020-08-18
1
-0
/
+23
*
[ruby/irb] Suppress crash when bignum is set to SAVE_HISTORY
aycabta
2020-08-18
1
-0
/
+23
*
[ruby/irb] Add tests about IRB history
aycabta
2020-08-18
1
-0
/
+131
*
[ruby/irb] Support oneline method definition
aycabta
2020-08-18
1
-0
/
+29
*
Sometimes result indicator (=>) isn't shown
aycabta
2020-07-22
1
-1
/
+1
*
Use simple assersion
aycabta
2020-07-22
1
-3
/
+1
*
[ruby/irb] handle rescue modifier properly
Nobuhiro IMAI
2020-07-22
1
-0
/
+27
*
[ruby/irb] Add test_eval_object_without_inspect_method
aycabta
2020-07-22
1
-0
/
+17
*
[ruby/irb] Add encoding magic comments of editors
aycabta
2020-07-22
1
-0
/
+26
*
[ruby/irb] Suppress incomplete encoding magic comment error
aycabta
2020-07-22
1
-0
/
+13
*
[ruby/irb] Suppress incomplete coding magic comment error
aycabta
2020-07-22
1
-0
/
+13
*
rubygems is needed to run solo-file test
Koichi Sasada
2020-07-15
1
-0
/
+1
*
Fix typos
Kazuhiro NISHIYAMA
2020-05-09
1
-4
/
+4
*
Restore the external and internal encodings of STDIN, STDOUT, and STDERR
Yusuke Endoh
2020-05-08
1
-0
/
+4
*
test/irb/test_cmd.rb: clear IRB.@CONF on setup
Yusuke Endoh
2020-05-08
1
-0
/
+1
*
[ruby/irb] Restore the default encodings
Nobuyoshi Nakada
2020-04-30
1
-0
/
+4
*
[ruby/irb] Suppress messages switching inspect mode
Nobuyoshi Nakada
2020-04-30
1
-0
/
+4
*
[ruby/irb] Relaxed regexp for readline
Nobuyoshi Nakada
2020-04-30
1
-1
/
+1
*
[ruby/irb] Check existence of rc files in irb_info command
aycabta
2020-04-29
1
-0
/
+50
*
[ruby/irb] Add irb_info command
aycabta
2020-04-29
1
-0
/
+64
*
[ruby/irb] Suppress crashing when EncodingError has occurred without lineno
aycabta
2020-03-26
1
-0
/
+7
*
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2020-02-29
1
-1
/
+1
*
[ruby/irb] `yield` outside method definition is a syntax error
Nobuyoshi Nakada
2020-02-21
1
-1
/
+1
*
[ruby/irb] fix reserved words and completion for them
Nobuhiro IMAI
2020-02-15
1
-0
/
+12
*
test/irb/test_completion.rb: suppress a warning: unused literal ignored
Yusuke Endoh
2020-02-14
1
-1
/
+1
*
Add test_complete_symbol
aycabta
2020-02-12
1
-0
/
+6
*
Revert "[ruby/irb] Add test_complete_symbol"
Hiroshi SHIBATA
2020-02-12
1
-6
/
+0
*
[ruby/irb] Fix auto indent with closed brace
aycabta
2020-02-12
1
-0
/
+14
*
[ruby/irb] Check doc namespace correctly
aycabta
2020-02-12
1
-0
/
+4
*
[ruby/irb] Add test_complete_symbol
aycabta
2020-02-12
1
-0
/
+6
*
[ruby/irb] Add newline_before_multiline_output
Kenta Murata
2020-01-21
1
-0
/
+31
*
[ruby/irb] Fix crashing when multiple open braces per line
Ben
2020-01-14
1
-0
/
+19
[next]