aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add a gdbm test for [ruby-dev:23381]akr2004-04-151-0/+33
* change pattern matching [druby-ja:98]seki2004-04-131-1/+2
* fix hash tuple bugseki2004-04-061-8/+36
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-04-0610-0/+1244
* add test_symmetry_bignum.akr2004-04-011-0/+6
* rescue LoadError.seki2004-03-132-4/+22
* use 'druby://localhost:0'. [ruby-dev:23078]seki2004-03-075-5/+5
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-02-281-0/+40
* require drb/eq.rb by defaultseki2004-02-261-4/+0
* * test/rinda/test_rinda.rb: DRb.start_service only once in testsuites.nahi2004-02-191-1/+1
* * test/*: should not depend on $KCODE.nahi2004-02-1834-82/+28
* * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi2004-02-173-914/+21
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-02-171-0/+494
* import test_rinda.rbseki2004-02-161-0/+367
* * test/fileutils/test_fileutils.rb: File.link may raise EINVAL and EACCES on ...aamine2004-02-131-1/+1
* * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira2004-02-112-0/+26
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-01-252-0/+189
* * lib/logger.rb(Logger#msg2str): no special treatment for the objectnahi2004-01-131-1/+1
* * test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase whichnahi2004-01-081-17/+19
* * test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly.nahi2003-12-283-6/+10
* * test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rbnahi2003-12-243-5/+9
* * ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu2003-12-241-0/+20
* * lib/test/unit/assertions.rb: Modules are allowed to rescue.nobu2003-12-242-5/+15
* * test/fileutils/test_fileutils.rb: should not create anynobu2003-12-241-1/+13
* * io.c (read_all): do not return nil at the end of file.matz2003-12-231-10/+10
* * test/soap/test_streamhandler.rb (test_basic_auth): removed.nahi2003-12-231-10/+3
* * 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-232-2/+8
* * lib/uri/generic.rb (URI::Generic::check_userinfo,akira2003-12-231-0/+16
* * test/xsd/test_noencoding.rb: rescue Errno::EINVAL and do not test.nahi2003-12-231-1/+6
* * lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira2003-12-221-0/+3
* * test/soap/test_property.rb: remove duplicated test method.nahi2003-12-221-7/+0
* * lib/soap/property.rb (SOAP::Property#load): new method for loadingnahi2003-12-191-0/+38
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-1/+1
* introduce some new methodsaamine2003-12-161-7/+86
* * lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why2003-12-151-0/+7
* * descrictive warning message.nahi2003-12-141-1/+1
* * test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.nobu2003-12-131-1/+2
* * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why2003-12-121-0/+11
* * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi2003-12-121-1/+25
* * lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine2003-12-121-2/+17
* * test/fileutils/test_fileutils.rb (test_mkdir_p): test expand_path'ed path.aamine2003-12-111-0/+5
* * 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-103-0/+31
* * test/monitor/test_monitor.rb (test_cond): use Queue#deqshugo2003-12-101-1/+3
* make case insensitive for host-part.akira2003-12-091-0/+6
* ditto.akr2003-12-091-0/+1
* add test for previous change to io.c.akr2003-12-092-0/+11
* * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raisentalbott2003-12-081-15/+15