summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2005-07-14* test/ruby/test_env.rb (setup, teardown): do not depend on the behavior sett...nobu
2005-07-03avoid some race conditionakr
2005-06-30add a test for [ruby-dev:26383].akr
2005-06-05kill a process spawned by test_exit_action.akr
2005-06-03add a test for [ruby-dev:26128].akr
2005-06-01* struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247]aamine
2005-05-13* test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...ocean
2005-05-12add tests for reading an extended fileakr
2005-04-07* eval.c (rb_call0): "return" event hook should be always executedshugo
2005-04-06* test/ruby/test_env.rb (test_key): should test ENV.key instead ofocean
2005-03-23* parse.y (primary): fix lineno of rescue and ensure.shugo
2005-03-22* test/ruby/test_settracefunc.rb (test_event): added tests forshugo
2005-03-16* test/ruby/test_settracefunc.rb: added test for c-return.shugo
2005-03-06duplicate tests removed.akr
2005-03-05* ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-02-07add test_rand_0x100000000.akr
2005-01-08update readpartial document.akr
2005-01-04* random.c (init_by_array): imported from mt19937ar-cok.tgz.akr
2004-12-12* test/ruby/test_super.rb (TestSuper#test_define_method): now methodsnobu
2004-12-08* parse.y (string_content): get rid of segfault at empty evstr.nobu
2004-12-07* test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): writenobu
2004-12-06* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-28* regparse.c, test/ruby/test_regexp.rb: fixed problem with UTF-8 characters t...ksaito
2004-11-28* regexec.c, test/ruby/test_regexp.rb: fixed segmentation falut ([ruby-dev:24...ksaito
2004-11-20* test/ruby/test_io.rb (test_gets_rs): add more tests.aamine
2004-11-18* string.c (str_gsub): internal buffer should not be listed bymatz
2004-11-18* parse.y (f_rest_arg): store rest args into invisible local variabenobu
2004-11-17Wed Nov 17 23:47:30 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi
2004-11-11* test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa
2004-10-29add a test for a problem of [ruby-talk:116455]akr
2004-10-29add test for [ruby-dev:24643].akr
2004-10-09add test for [ruby-dev:24460]akr
2004-10-03test String#sum for bits=0..7.akr
2004-10-03add test for String#sum.akr
2004-09-07add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],akr
2004-08-16check constants (Fcntl::F_SETFL, Fcntl::F_GETFL and Fcntl::O_NONBLOCK)akr
2004-08-16rescue NotImplementedError by fcntl.akr
2004-08-11add test.akr
2004-08-02* test/ruby/test_file.rb (test_fnmatch): added more tests.ocean
2004-07-14* util.c (ruby_strtod): should not convert string in the form ofocean
2004-06-30* test/ruby/test_file.rb (test_fnmatch): some tests for File.fnmatchocean
2004-06-25add an assertion.akr
2004-06-22* sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa
2004-06-19* eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): notnobu
2004-06-16Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods.michal
2004-06-16* test/ruby/test_array.rb: use local variables instead of a globalnobu
2004-05-25* eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu
2004-05-19* test/ruby/envutil.rb (EnvUtil::rubybin): give priority tonobu