summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2004-02-24* test/ruby/test_file.rb (test_fnmatch): test for dir.c:1.108.nobu
2004-02-18 * test/*: should not depend on $KCODE.nahi
2004-02-18* test/ruby/test_sprintf.rb: added tests.usa
2004-02-17 * test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $:nahi
2004-02-17 * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi
2004-02-08* test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira
2004-02-06* test/ruby/test_proc.rb (TestProc::test_eq): added aakira
2004-02-06* test/ruby/test_proc.rb (TestProc::test_eq): added tests forakira
2004-01-29 * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi
2004-01-22* pack.c (num2i32): pack should not raise RangeError.matz
2004-01-19* test/ruby/test_marshal.rb (MarshalTestLib::test_exception): testnobu
2004-01-19* test/ruby/test_time.rb: added tests for [ruby-dev:22614] andakira
2004-01-18* test/ruby/test_time.rb: new test case to test Time#[+-].siena
2004-01-04* test/ruby/test_pack.rb: new test test_unpack_N.aamine
2003-12-26* test/ruby/test_pack.rb: new test test_pack_N.aamine
2003-12-24* ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu
2003-12-23* io.c (read_all): do not return nil at the end of file.matz
2003-12-23* io.c (rb_io_ungetc): raise an exception at unread stream tonobu
2003-12-23 * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi
2003-12-10* ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu
2003-12-10* ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu
2003-12-10* ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu
2003-12-09add test for previous change to io.c.akr
2003-12-05* test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen.akr
2003-12-05* ext/stringio/stringio.c (strio_read): follow IO#read.nobu
2003-12-03* io.c (argf_read): should not terminate on empty string; waitmatz
2003-12-01* numeric.c (num_sadded): prohibit singleton method definition formatz
2003-11-28* test/ruby/test_env.rb (test_has_value, test_index): condition fornobu
2003-11-28* test/ruby/test_env.rb: add tests for ENV.usa
2003-11-27* test/ruby/test_proc.rb (test_arity): added.nobu
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-10-30* io.c (READ_DATA_BUFFERED): new macro to detect whether stdiomatz
2003-10-29* eval.c (proc_invoke): single array value to normal Proc#callmatz