summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2004-12-20This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-20* test/ruby/test_stringchar.rb (test_bang): added.eban
2004-11-17Wed Nov 17 23:42:40 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi
2004-11-17This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-11-13backport from 1.9gotoyuzo
2004-11-11* test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa
2004-10-09This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-10-03test String#sum for bits=0..7.akr
2004-10-03This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-09-07copy test/zlib/test_zlib.rb from trunk.akr
2004-09-07This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-07-14* util.c (ruby_strtod): should not convert string in the form ofocean
2004-06-25add an assertion.akr
2004-06-16* test/ruby/test_array.rb: use local variables instead of a globalnobu
2004-05-27 * lib/logger.rb: leading 0 padding of timestamp usec part.nahi
2004-04-06This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-04-01add test_symmetry_bignum.akr
2004-02-18 * test/*: should not depend on $KCODE.nahi
2004-02-17 * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi
2004-02-17This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-02-11* test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira
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
2003-10-28* parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz
2003-10-22* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu
2003-10-20* eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP()matz
2003-10-20* test/ruby/test_signal.rb (test_signal): restore old trap.nobu
2003-10-17* test/ruby/test_range.rb: added.usa
2003-10-15* test/digest/test_digest.rb (test_eq): show failed class.nobu
2003-10-14* lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi
2003-10-13* test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"],eban
2003-10-13* string.c (str_new4): should not preserve FL_TAINT status in thematz
2003-10-07* test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited oldernahi