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
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/webrick/test_filehandler.rb: extend the timeout for Solaris CI
Yusuke Endoh
2019-06-06
1
-0
/
+2
*
test/net/http/test_http.rb: extend the timeout for Solaris CI
Yusuke Endoh
2019-06-06
1
-5
/
+5
*
test/openssl: Support OpenSSL 1.1.1
Yusuke Endoh
2019-06-06
8
-51
/
+214
*
Skip transpose-words if less than 2 word
aycabta
2019-06-06
1
-0
/
+76
*
Add test_ed_transpose_words_for_mbchar
aycabta
2019-06-06
1
-0
/
+42
*
error.c: avoid infinite recursion at inspecting the frozen object
Nobuyoshi Nakada
2019-06-05
1
-0
/
+15
*
Test for f1f04caf60e4fc9dc3b12109e0be831f2d692810
Nobuyoshi Nakada
2019-06-05
1
-0
/
+8
*
Include inspect value of object in FrozenError messages
Jeremy Evans
2019-06-04
2
-2
/
+2
*
suppress marshal warnings
Nobuyoshi Nakada
2019-06-04
1
-2
/
+10
*
test/lib/test/unit.rb: use colorize.rb
Nobuyoshi Nakada
2019-06-04
1
-26
/
+9
*
Renamed duplicate test
Nobuyoshi Nakada
2019-06-04
1
-1
/
+1
*
Add aliases for commands for changing text macro
aycabta
2019-06-04
1
-0
/
+14
*
Implement transpose-words
aycabta
2019-06-04
1
-0
/
+42
*
Remove conflict resolution mistake [ci skip]
Takashi Kokubun
2019-06-04
1
-2
/
+2
*
Improve test_color to prevent regression
Takashi Kokubun
2019-06-04
1
-2
/
+1
*
colorize_code must return escaped text
Takashi Kokubun
2019-06-04
1
-2
/
+3
*
Colorize error characters
Nobuyoshi Nakada
2019-06-04
1
-8
/
+5
*
Fix the error token on "invalid hex escape"
Nobuyoshi Nakada
2019-06-03
2
-1
/
+11
*
Make size on an infinite each_slice enumerator return Infinity
Jeremy Evans
2019-06-02
1
-0
/
+5
*
Use lines instead of split
Kazuhiro NISHIYAMA
2019-06-03
1
-9
/
+9
*
The C-q is also quoted insert in emacs mode
aycabta
2019-06-03
1
-0
/
+13
*
Add aliases for commands for moving macro
aycabta
2019-06-03
1
-0
/
+11
*
Close leaked file descripters in tests
aycabta
2019-06-03
2
-1
/
+7
*
The ed_move_to_beg is different from vi_first_print
aycabta
2019-06-03
2
-1
/
+29
*
Fix ArgumentError in aliased macro
Nobuyoshi Nakada
2019-06-03
1
-0
/
+34
*
Check conditional nestings in INPUTRC
Nobuyoshi Nakada
2019-06-02
1
-0
/
+27
*
Use simpler regexp
Kazuhiro NISHIYAMA
2019-06-02
1
-6
/
+6
*
Add true condition `Reline`
Nobuyoshi Nakada
2019-06-02
1
-10
/
+12
*
Add Reline test for unknown macro
aycabta
2019-06-02
1
-0
/
+6
*
Add new test for Reline within pipe
aycabta
2019-06-02
1
-0
/
+24
*
Update String#crypt tests to work on OpenBSD
Jeremy Evans
2019-06-01
3
-8
/
+33
*
Ignore warnings about mismatched indentations.
Hiroshi SHIBATA
2019-06-01
2
-2
/
+2
*
Ignore warnings about argument prefix with operator symbol.
Hiroshi SHIBATA
2019-06-01
3
-10
/
+10
*
Ignore warnings about ambiguous first argument with the negative integer.
Hiroshi SHIBATA
2019-06-01
2
-18
/
+18
*
Ignore warnings about ambiguous first argument of regexp with assert match.
Hiroshi SHIBATA
2019-06-01
4
-16
/
+16
*
Merge rubygems master from upstream.
Hiroshi SHIBATA
2019-06-01
37
-584
/
+734
*
Reset Config at Reline::Config::Test#teardown
aycabta
2019-06-01
1
-0
/
+1
*
Use inputrc data for keystroke setting
aycabta
2019-06-01
2
-25
/
+35
*
Fix FrozenError when assigning frozen class to constant
Nobuyoshi Nakada
2019-06-01
1
-0
/
+2
*
Keep vm->orig_progname alive
Alan Wu
2019-05-31
1
-0
/
+8
*
Fix visibility of some methods when using DelegateClass
Jeremy Evans
2019-05-30
1
-0
/
+31
*
Allow DelegateClass() to module_eval given block
Jeremy Evans
2019-05-30
1
-0
/
+7
*
Warn compile_error only when input is finished
Takashi Kokubun
2019-05-31
1
-3
/
+31
*
parse.y: adjust here-doc error token
Nobuyoshi Nakada
2019-05-30
1
-3
/
+7
*
Include stack elements left after errors
Nobuyoshi Nakada
2019-05-30
1
-0
/
+22
*
parse.y: continue after heredoc error
Nobuyoshi Nakada
2019-05-30
1
-0
/
+6
*
Colorize errors more
Nobuyoshi Nakada
2019-05-29
1
-0
/
+1
*
parse.y: fix state after ivar/cvar
Nobuyoshi Nakada
2019-05-29
1
-0
/
+18
*
Colorize compile_error as same as on_parse_error
Nobuyoshi Nakada
2019-05-29
1
-1
/
+1
*
parse.y: flush invalid char
Nobuyoshi Nakada
2019-05-29
1
-1
/
+10
[next]