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 for Symbol#match? [Feature #12898]
nobu
2016-12-12
1
-0
/
+42
*
test_m17n.rb: escape
nobu
2016-12-12
1
-4
/
+4
*
String#match? and Symbol#match?
nobu
2016-12-12
1
-0
/
+44
*
re.c: char boundary
nobu
2016-12-12
1
-1
/
+2
*
parse.y: zero codepoints
nobu
2016-12-11
1
-3
/
+0
*
bigdecimal: version 1.3.0.pre.2
mrkn
2016-12-10
1
-0
/
+9
*
stringio.c: chomp CR
nobu
2016-12-10
1
-0
/
+20
*
zlib.c: replace with substring
nobu
2016-12-10
1
-5
/
+5
*
openssl: import v2.0.1
rhe
2016-12-10
17
-50
/
+32
*
bigdecimal: import version 1.3.0.pre
mrkn
2016-12-10
1
-59
/
+217
*
internal.h: change the default rounding mode to half-up
mrkn
2016-12-10
3
-10
/
+10
*
Zlib.gzip and Zlib.gunzip [Feature #13020]
naruse
2016-12-09
1
-0
/
+46
*
test/unit.rb: fix -n option
nobu
2016-12-08
1
-2
/
+2
*
vm.c: check type of hash to merge
nobu
2016-12-08
1
-0
/
+20
*
vm_insnhelper.c: zsuper in refinements
nobu
2016-12-08
1
-0
/
+21
*
parse.y: ripper generic input
nobu
2016-12-08
1
-0
/
+18
*
assertions.rb: defered message in FailDesc
nobu
2016-12-07
1
-0
/
+1
*
Delay Utils.getservername until needed.
shugo
2016-12-07
1
-0
/
+17
*
Extend timeout for Solaris unstable10s.
shugo
2016-12-07
2
-2
/
+2
*
file.c: cygwin behavior
nobu
2016-12-07
1
-1
/
+17
*
rexml: REXML::Element#[] accepts String or Symbol as attribute name
kou
2016-12-06
1
-0
/
+18
*
array.c, enum.c: change sum algorithm
mrkn
2016-12-06
2
-0
/
+2
*
numeric.c: fix exception message for nil rounding
mrkn
2016-12-06
1
-0
/
+3
*
Fix typos
kazu
2016-12-06
4
-5
/
+5
*
EPERM by symlink
nobu
2016-12-06
1
-1
/
+1
*
EPERM by symlink
nobu
2016-12-06
1
-1
/
+1
*
re.c: check that MatchData is initialized
rhe
2016-12-06
1
-0
/
+1
*
test/ruby/test_hash.rb: suppress syntax warning
rhe
2016-12-06
1
-1
/
+1
*
switching hash removal
nobu
2016-12-06
2
-13
/
+40
*
Remove closed checks and use `&.`
kazu
2016-12-05
1
-1
/
+1
*
Don't insert an entry to loading_tbl if another thread succeed to load.
shugo
2016-12-05
1
-2
/
+2
*
random.c: private rand
nobu
2016-12-05
1
-0
/
+11
*
Increase timeout of TestRequire#test_require_with_loaded_features_pop
naruse
2016-12-04
1
-1
/
+1
*
class.c: missing unknown_keyword_error
nobu
2016-12-04
1
-0
/
+7
*
Specify the socktype explicitly.
shugo
2016-12-04
1
-1
/
+5
*
Use 127.0.0.1 if getaddrinfo fails.
shugo
2016-12-04
1
-1
/
+2
*
Use IPv6 if it's preferred.
shugo
2016-12-03
1
-106
/
+85
*
string.c: chomp option
nobu
2016-12-03
1
-0
/
+29
*
stringio: chomp option
nobu
2016-12-03
1
-0
/
+19
*
test_stringio.rb: paragraph mode
nobu
2016-12-03
1
-0
/
+5
*
add tests againts regressions for upcoming codepoint reordering in unfolding ...
duerst
2016-12-03
1
-0
/
+25
*
change test class name because it is not only about folding
duerst
2016-12-03
1
-3
/
+3
*
test/ruby/test_string.rb: ensure restoring $/
nobu
2016-12-02
1
-0
/
+7
*
parse.y: relax spaces
nobu
2016-12-02
1
-3
/
+3
*
String#unpack1 [Feature #12752]
naruse
2016-12-01
1
-0
/
+7
*
Remove `offset:` from `Array#pack`
usa
2016-12-01
1
-11
/
+2
*
Supports `buffer` and `offset` in `Array#pack`
usa
2016-12-01
1
-0
/
+34
*
parse.y: reject invalid codepoint
nobu
2016-12-01
1
-7
/
+4
*
Wait until excpetion handling is ready.
shugo
2016-12-01
1
-0
/
+3
*
openssl: import fixes from upstream
rhe
2016-12-01
1
-8
/
+8
[next]