summaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-5/+0
* * test/ruby/test_stringchar.rb (test_bang): added.eban2004-11-201-0/+50
* Wed Nov 17 23:42:40 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi2004-11-171-1/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-171-0/+26
* backport from 1.9gotoyuzo2004-11-131-0/+38
* * test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa2004-11-111-3/+3
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-10-091-0/+11
* test String#sum for bits=0..7.akr2004-10-031-1/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-10-031-0/+19
* copy test/zlib/test_zlib.rb from trunk.akr2004-09-072-0/+55
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-09-071-0/+72
* * util.c (ruby_strtod): should not convert string in the form ofocean2004-07-141-3/+20
* add an assertion.akr2004-06-251-0/+1
* * test/ruby/test_array.rb: use local variables instead of a globalnobu2004-06-161-49/+49
* * lib/logger.rb: leading 0 padding of timestamp usec part.nahi2004-05-271-0/+18
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-04-061-0/+73
* add test_symmetry_bignum.akr2004-04-011-0/+6
* * test/*: should not depend on $KCODE.nahi2004-02-1833-66/+0
* * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi2004-02-171-286/+11
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-02-171-0/+494
* * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira2004-02-112-0/+26
* * 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
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-292-7/+33
* * parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz2003-10-282-49/+49
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2003-10-222-2/+4
* * eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()matz2003-10-201-1/+1
* * test/ruby/test_signal.rb (test_signal): restore old trap.nobu2003-10-201-2/+5
* * test/ruby/test_range.rb: added.usa2003-10-171-0/+13
* * test/digest/test_digest.rb (test_eq): show failed class.nobu2003-10-151-0/+21
* * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi2003-10-142-2/+14
* * test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"],eban2003-10-131-2/+10
* * string.c (str_new4): should not preserve FL_TAINT status in thematz2003-10-131-4/+7
* * test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited oldernahi2003-10-072-15/+1
* * test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END.nahi2003-10-074-19/+110