aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu2004-05-251-0/+5
* * test/ruby/envutil.rb (EnvUtil::rubybin): give priority tonobu2004-05-191-1/+3
* * test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1ocean2004-05-151-0/+4
* * test/ruby/test_float.rb: Add test for util.c revision 1.42.ocean2004-05-141-0/+2
* * test/ruby/test_float.rb: added test_strtod to test Float("0").nahi2004-05-091-0/+12
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-081-0/+1
* add an assertion for [0x100000000].pack("U").akr2004-04-071-0/+1
* add test_symmetry_bignum.akr2004-04-011-0/+6
* add test_pack_U.akr2004-04-011-0/+11
* add 2 assertions.akr2004-03-311-0/+2
* add a test. [ruby-dev:22619]akr2004-03-311-4/+14
* more tests for Time.utc.akr2004-03-311-5/+29
* add test for minimum 32bit signed time_t for Time.utc.akr2004-03-301-1/+2
* * time.c (search_time_t): limit guess range by mktime if it isakr2004-03-301-0/+10
* * variable.c (rb_cvar_set): class variables become private to thematz2004-03-191-8/+12
* * eval.c (proc_eq): avoid false positive by using scope andmatz2004-03-182-4/+4
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-146/+151
* * test/ruby/test_iterator.rb (test_ljump): cannot usenobu2004-03-021-4/+11
* * test/ruby/test_file.rb (test_fnmatch): test for dir.c:1.108.nobu2004-02-241-10/+8
* * test/*: should not depend on $KCODE.nahi2004-02-1834-68/+0
* * test/ruby/test_sprintf.rb: added tests.usa2004-02-181-0/+77
* * test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $:nahi2004-02-171-1/+8
* * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi2004-02-172-289/+498
* * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira2004-02-081-0/+6
* * test/ruby/test_proc.rb (TestProc::test_eq): added aakira2004-02-061-3/+6
* * test/ruby/test_proc.rb (TestProc::test_eq): added tests forakira2004-02-061-0/+17
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-294-4/+0
* * pack.c (num2i32): pack should not raise RangeError.matz2004-01-221-0/+4
* * test/ruby/test_marshal.rb (MarshalTestLib::test_exception): testnobu2004-01-191-5/+8
* * test/ruby/test_time.rb: added tests for [ruby-dev:22614] andakira2004-01-191-0/+2
* * test/ruby/test_time.rb: new test case to test Time#[+-].siena2004-01-181-0/+24
* * test/ruby/test_pack.rb: new test test_unpack_N.aamine2004-01-041-0/+10
* * test/ruby/test_pack.rb: new test test_pack_N.aamine2003-12-261-0/+12
* * ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu2003-12-241-0/+20
* * io.c (read_all): do not return nil at the end of file.matz2003-12-231-10/+10
* * io.c (rb_io_ungetc): raise an exception at unread stream tonobu2003-12-231-7/+3
* * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi2003-12-231-2/+2
* * ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu2003-12-101-20/+29
* * ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu2003-12-101-0/+3
* * ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu2003-12-102-0/+29
* add test for previous change to io.c.akr2003-12-092-0/+11
* * test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen.akr2003-12-051-2/+8
* * ext/stringio/stringio.c (strio_read): follow IO#read.nobu2003-12-055-2/+73
* * io.c (argf_read): should not terminate on empty string; waitmatz2003-12-031-1/+1
* * numeric.c (num_sadded): prohibit singleton method definition formatz2003-12-011-22/+22
* * test/ruby/test_env.rb (test_has_value, test_index): condition fornobu2003-11-281-0/+2
* * test/ruby/test_env.rb: add tests for ENV.usa2003-11-281-0/+84
* * test/ruby/test_proc.rb (test_arity): added.nobu2003-11-271-13/+39
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-1/+1
* * io.c (READ_DATA_BUFFERED): new macro to detect whether stdiomatz2003-10-301-0/+9