summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2004-05-15* test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1ocean
2004-05-14* test/ruby/test_float.rb: Add test for util.c revision 1.42.ocean
2004-05-09 * test/ruby/test_float.rb: added test_strtod to test Float("0").nahi
2004-04-08* ext/extmk.rb (extmake): skip uncompiled extensions.nobu
2004-04-07add an assertion for [0x100000000].pack("U").akr
2004-04-01add test_symmetry_bignum.akr
2004-04-01add test_pack_U.akr
2004-03-31add 2 assertions.akr
2004-03-31add a test. [ruby-dev:22619]akr
2004-03-31more tests for Time.utc.akr
2004-03-30add test for minimum 32bit signed time_t for Time.utc.akr
2004-03-30* time.c (search_time_t): limit guess range by mktime if it isakr
2004-03-19* variable.c (rb_cvar_set): class variables become private to thematz
2004-03-18* eval.c (proc_eq): avoid false positive by using scope andmatz
2004-03-03* ext/syck/rubyext.c: get rid of warnings.nobu
2004-03-02* test/ruby/test_iterator.rb (test_ljump): cannot usenobu