index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ruby
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix string interpolation
akr
2006-03-04
1
-2
/
+3
*
* gc.c (id2ref): fix symbol test.
akr
2006-03-04
1
-0
/
+35
*
* mkconfig.rb: generate RbConfig instead of Config.
akr
2006-02-20
1
-2
/
+2
*
* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]
ocean
2006-02-17
2
-0
/
+4
*
test small structs.
akr
2006-02-05
1
-0
/
+16
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
1
-1
/
+8
*
* win32/win32.c (rb_w32_seekdir): should not segfault even if passed
ocean
2006-01-01
1
-0
/
+42
*
fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"
akr
2005-12-29
1
-1
/
+1
*
* eval.c (rb_mod_define_method): should save safe_level in the
matz
2005-12-29
1
-7
/
+7
*
* test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead of
akr
2005-12-29
1
-4
/
+4
*
* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]
nobu
2005-12-19
1
-0
/
+27
*
* range.c (range_max): treat end exclusion without iteration if
matz
2005-11-25
1
-0
/
+20
*
* file.c (rb_file_s_basename): skip slashes just after UNC top slashes.
usa
2005-11-22
1
-15
/
+114
*
* test/ruby/test_array.rb (test_misc): added some tests
ocean
2005-11-20
1
-0
/
+11
*
* file.c (rb_file_s_dirname): should use skipprefix for UNC path.
usa
2005-11-18
1
-6
/
+14
*
* forgotten to save after rename method name.
usa
2005-11-18
1
-1
/
+1
*
* file.c (file_s_dirname): added checks for some patterns with drive
usa
2005-11-18
1
-0
/
+71
*
* array.c (rb_ary_fill): tail elements were vanished when the middle
ocean
2005-11-15
1
-0
/
+23
*
* test/ruby/test_float.rb (test_precision): test by assert_in_delta.
ocean
2005-10-30
1
-4
/
+4
*
* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,
nobu
2005-10-22
1
-1
/
+1
*
* object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check
nobu
2005-10-22
1
-0
/
+50
*
* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matched
nobu
2005-10-08
2
-63
/
+0
*
* test/ruby/test_file.rb: check File#chown(nil,nil). [ruby-dev:27140]
aamine
2005-09-22
1
-0
/
+15
*
* test/ruby/test_readpartial.rb (test_open_pipe, test_with_stdio):
ocean
2005-09-17
1
-2
/
+0
*
* test/ruby/test_signal.rb (test_exit_action): skip the test using
usa
2005-09-15
1
-0
/
+10
*
* lib/ostruct.rb (new_ostruct_member): Object#send no longer call
nobu
2005-09-12
2
-2
/
+2
*
* test/ruby/test_iterator.rb (test_block_passing): more tests.
nobu
2005-08-17
1
-0
/
+6
*
* test/ruby/test_iterator.rb (test_block_passing): yield in method
nobu
2005-08-10
1
-0
/
+8
*
* parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamic
nobu
2005-08-08
1
-0
/
+53
*
* test/ruby/test_fnmatch.rb: separated from test_file.rb.
ocean
2005-08-08
2
-191
/
+105
*
* test/ruby/test_method.rb: added. [ruby-dev:26761]
nahi
2005-08-08
1
-0
/
+42
*
* test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743]
nahi
2005-08-07
1
-0
/
+29
*
add exclude_end? method to DuckRange.
akr
2005-08-05
1
-1
/
+6
*
add a test for duck-type range.
akr
2005-08-04
1
-0
/
+12
*
* test/ruby/test_env.rb (setup, teardown): do not depend on the behavior sett...
nobu
2005-07-14
1
-4
/
+4
*
avoid some race condition
akr
2005-07-03
1
-1
/
+6
*
add a test for [ruby-dev:26383].
akr
2005-06-30
1
-0
/
+6
*
kill a process spawned by test_exit_action.
akr
2005-06-05
1
-3
/
+8
*
add a test for [ruby-dev:26128].
akr
2005-06-03
1
-0
/
+23
*
* struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]
aamine
2005-06-01
1
-0
/
+12
*
* test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...
ocean
2005-05-13
1
-0
/
+10
*
add tests for reading an extended file
akr
2005-05-12
1
-0
/
+45
*
* eval.c (rb_call0): "return" event hook should be always executed
shugo
2005-04-07
1
-39
/
+54
*
* test/ruby/test_env.rb (test_key): should test ENV.key instead of
ocean
2005-04-06
1
-9
/
+9
*
* parse.y (primary): fix lineno of rescue and ensure.
shugo
2005-03-23
1
-6
/
+1
*
* test/ruby/test_settracefunc.rb (test_event): added tests for
shugo
2005-03-22
1
-12
/
+111
*
* test/ruby/test_settracefunc.rb: added test for c-return.
shugo
2005-03-16
1
-9
/
+11
*
duplicate tests removed.
akr
2005-03-06
1
-13
/
+0
*
* ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for that
gotoyuzo
2005-03-05
1
-0
/
+26
*
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-04
1
-9
/
+9
[prev]
[next]