| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add test_rand_0x100000000. | akr | 2005-02-07 | 1 | -0/+7 |
* | update readpartial document. | akr | 2005-01-08 | 1 | -0/+2 |
* | * random.c (init_by_array): imported from mt19937ar-cok.tgz. | akr | 2005-01-04 | 1 | -0/+124 |
* | * test/ruby/test_super.rb (TestSuper#test_define_method): now methods | nobu | 2004-12-12 | 1 | -1/+1 |
* | * parse.y (string_content): get rid of segfault at empty evstr. | nobu | 2004-12-08 | 1 | -0/+4 |
* | * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): write | nobu | 2004-12-07 | 1 | -0/+20 |
* | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr | 2004-12-06 | 1 | -6/+6 |
* | * object.c (convert_type): [ruby-core:03845] | matz | 2004-11-29 | 1 | -5/+0 |
* | * regparse.c, test/ruby/test_regexp.rb: fixed problem with UTF-8 characters t... | ksaito | 2004-11-28 | 1 | -0/+12 |
* | * regexec.c, test/ruby/test_regexp.rb: fixed segmentation falut ([ruby-dev:24... | ksaito | 2004-11-28 | 1 | -0/+4 |
* | * test/ruby/test_io.rb (test_gets_rs): add more tests. | aamine | 2004-11-20 | 1 | -0/+27 |
* | * string.c (str_gsub): internal buffer should not be listed by | matz | 2004-11-18 | 1 | -0/+50 |
* | * parse.y (f_rest_arg): store rest args into invisible local variabe | nobu | 2004-11-18 | 1 | -0/+68 |
* | Wed Nov 17 23:47:30 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> | nahi | 2004-11-17 | 1 | -0/+26 |
* | * test/ruby/test_file.rb (test_truncate_wbuf): we want to test | usa | 2004-11-11 | 1 | -3/+3 |
* | add a test for a problem of [ruby-talk:116455] | akr | 2004-10-29 | 1 | -1/+5 |
* | add test for [ruby-dev:24643]. | akr | 2004-10-29 | 1 | -0/+7 |
* | add test for [ruby-dev:24460] | akr | 2004-10-09 | 1 | -0/+11 |
* | test String#sum for bits=0..7. | akr | 2004-10-03 | 1 | -1/+1 |
* | add test for String#sum. | akr | 2004-10-03 | 1 | -0/+19 |
* | add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103], | akr | 2004-09-07 | 2 | -0/+54 |
* | check constants (Fcntl::F_SETFL, Fcntl::F_GETFL and Fcntl::O_NONBLOCK) | akr | 2004-08-16 | 1 | -5/+4 |
* | rescue NotImplementedError by fcntl. | akr | 2004-08-16 | 1 | -1/+5 |
* | add test. | akr | 2004-08-11 | 1 | -0/+69 |
* | * test/ruby/test_file.rb (test_fnmatch): added more tests. | ocean | 2004-08-02 | 1 | -0/+104 |
* | * util.c (ruby_strtod): should not convert string in the form of | ocean | 2004-07-14 | 1 | -3/+20 |
* | * test/ruby/test_file.rb (test_fnmatch): some tests for File.fnmatch | ocean | 2004-06-30 | 1 | -0/+78 |
* | add an assertion. | akr | 2004-06-25 | 1 | -0/+1 |
* | * sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf. | usa | 2004-06-22 | 1 | -0/+66 |
* | * eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): not | nobu | 2004-06-19 | 1 | -0/+31 |
* | Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods. | michal | 2004-06-16 | 1 | -0/+28 |
* | * test/ruby/test_array.rb: use local variables instead of a global | nobu | 2004-06-16 | 1 | -49/+49 |
* | * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block | nobu | 2004-05-25 | 1 | -0/+5 |
* | * test/ruby/envutil.rb (EnvUtil::rubybin): give priority to | nobu | 2004-05-19 | 1 | -1/+3 |
* | * test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1 | ocean | 2004-05-15 | 1 | -0/+4 |
* | * test/ruby/test_float.rb: Add test for util.c revision 1.42. | ocean | 2004-05-14 | 1 | -0/+2 |