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
*
* bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.
akr
2014-04-13
4
-4
/
+4
*
test_array.rb: skip if timed out
nobu
2014-04-11
1
-3
/
+7
*
test_array.rb: expand timeout
nobu
2014-04-11
1
-1
/
+1
*
proc.c: fix super in bound UnboundMethod
nobu
2014-04-11
1
-0
/
+24
*
vm_insnhelper.c: preserve encodings
nobu
2014-04-11
1
-11
/
+11
*
array.c: maybe shared array
nobu
2014-04-11
1
-0
/
+16
*
test_array.rb: do minor GC
nobu
2014-04-11
1
-2
/
+5
*
test_array.rb: simplify test_shared_marking
nobu
2014-04-11
1
-15
/
+10
*
envutil.rb: filter kwargs
nobu
2014-04-11
1
-1
/
+5
*
* test/ruby/test_array.rb: remove useless `assert'.
ko1
2014-04-10
1
-1
/
+0
*
* array.c (rb_ary_modify): remember shared array owner if a shared
ko1
2014-04-10
1
-1
/
+24
*
explicitly specify ::File
naruse
2014-04-10
1
-6
/
+6
*
* test/ruby/test_gc.rb: more long timeout.
ko1
2014-04-09
1
-1
/
+1
*
string.c: fix capacity
nobu
2014-04-09
1
-0
/
+11
*
* lib/matrix.rb: Add Matrix#cofactor [fix GH-568]
marcandre
2014-04-06
1
-0
/
+11
*
* lib/matrix.rb: Add first_minor [fix GH-568]
marcandre
2014-04-06
1
-0
/
+12
*
* test/matrix/test_matrix: Add tests for trivial cases [fix GH-576]
marcandre
2014-04-06
1
-0
/
+3
*
* lib/matrix: Handle empty diagonal matrix case [fix GH-576]
marcandre
2014-04-06
1
-0
/
+1
*
dln.c: non-ascii path on Windows
nobu
2014-04-05
1
-0
/
+22
*
* ext/date/date_core.c (d_lite_cmp): should compare with #<.
tadf
2014-04-05
1
-0
/
+2
*
Fix error with empty args.
kazu
2014-04-02
1
-0
/
+2
*
* lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.
jeg2
2014-04-01
1
-3
/
+4
*
* lib/csv.rb: Don't attempt to convert nil headers.
jeg2
2014-04-01
1
-0
/
+7
*
* test/ruby/memory_status.rb: require envutil before accessing EnvUtil
usa
2014-03-31
1
-0
/
+2
*
signal.c: preserve encoding
nobu
2014-03-31
1
-0
/
+1
*
vm.c: avoid inadvertent pin-down
nobu
2014-03-31
1
-0
/
+1
*
gc.c: avoid inadvertent pin-down
nobu
2014-03-30
1
-0
/
+5
*
process.c: preserve encodings
nobu
2014-03-30
1
-0
/
+4
*
test_process.rb: test if success?
nobu
2014-03-30
1
-2
/
+2
*
test_member.rb: fix locale depending test failure
nobu
2014-03-28
1
-1
/
+4
*
struct.c: avoid pinning down
nobu
2014-03-28
1
-0
/
+4
*
struct.c: encoding of member name
nobu
2014-03-28
1
-0
/
+1
*
struct.c: not_a_member message
nobu
2014-03-28
1
-0
/
+12
*
string.c: infect match result
nobu
2014-03-28
1
-0
/
+2
*
string.c: backref substitution
nobu
2014-03-28
1
-0
/
+2
*
string.c: unset $~ if unmatch
nobu
2014-03-28
1
-0
/
+8
*
string.c: search by rb_str_index
nobu
2014-03-27
1
-0
/
+8
*
re.c: class name encoding
nobu
2014-03-27
1
-0
/
+3
*
test_m17n_comb.rb: refine assertions
nobu
2014-03-27
1
-5
/
+6
*
encoding.c: fix encoding of dynsym
nobu
2014-03-26
1
-0
/
+1
*
encoding.c: enc_capable symbol
nobu
2014-03-26
1
-0
/
+3
*
marshal.c: undumpable hidden objects
nobu
2014-03-26
2
-0
/
+14
*
thread.c: undumpable
nobu
2014-03-26
2
-0
/
+21
*
parse.y: required kwarg without parentheses
nobu
2014-03-25
1
-0
/
+9
*
remove unnecessary unshift
kazu
2014-03-25
1
-0
/
+8
*
* test/ruby/test_time.rb: extended the timeout span and reduce the loop count.
usa
2014-03-25
1
-2
/
+2
*
parse.y: required kwarg without parentheses
nobu
2014-03-25
1
-0
/
+10
*
* test/ruby/test_time.rb: use portable time zone. see [ruby-core:61671] [Bug ...
usa
2014-03-25
1
-1
/
+1
*
parse.y: freeze filename
nobu
2014-03-24
1
-0
/
+4
*
test_time.rb: arguments order
nobu
2014-03-24
1
-1
/
+1
[next]