aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/rss/*: Test::Unit::TestCase -> RSS::TestCase andkou2004-03-2111-955/+977
* * test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.kou2004-03-214-1/+178
* * variable.c (rb_cvar_set): class variables become private to thematz2004-03-194-13/+23
* * eval.c (proc_eq): avoid false positive by using scope andmatz2004-03-182-4/+4
* use druby://localhost:0, [ruby-dev:23078]seki2004-03-135-5/+5
* * test/fileutils/test_fileutils.rb (test_rm_r): test if rm_rf can remove a sy...aamine2004-03-101-0/+9
* * lib/net/http.rb: HTTPHeader keeps its header fields as an array.aamine2004-03-061-10/+77
* * ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #d...aamine2004-03-051-0/+61
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-146/+151
* Fixed to work with Ruby test suite (patch from Nobu)dblack2004-03-023-66/+57
* * test/ruby/test_iterator.rb (test_ljump): cannot usenobu2004-03-021-4/+11
* First commit of scanf test filesdblack2004-03-014-0/+422
* * MANIFEST: add test_erb.rbseki2004-02-281-0/+40
* require drb/eq.rb by defaultseki2004-02-261-4/+0
* * lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb:nobu2004-02-254-4/+4
* * test/ruby/test_file.rb (test_fnmatch): test for dir.c:1.108.nobu2004-02-241-10/+8
* * test/rinda/test_rinda.rb: DRb.start_service only once in testsuites.nahi2004-02-191-1/+1
* import test_rinda.rbseki2004-02-181-0/+367
* * test/*: should not depend on $KCODE.nahi2004-02-1835-84/+28
* * 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-172-3/+16
* * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi2004-02-174-917/+501
* * lib/csv.rb: document reduction. [ruby-core:02429]nahi2004-02-161-0/+2
* * test/rss/test_trackback.rb: added tests for TrackBack with RSSkou2004-02-132-5/+73
* * test/fileutils/test_fileutils.rb: rescue SystemCallError instead of EINVAL....aamine2004-02-131-1/+1
* * test/fileutils/test_fileutils.rb: File.link raises EINVAL on Win9x. [ruby-d...aamine2004-02-121-2/+2
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira2004-02-081-0/+6
* * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira2004-02-081-0/+6
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle):akira2004-02-081-0/+17
* * 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
* * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,kou2004-02-036-6/+4
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-313-33/+10
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-2922-56/+5
* * test/rss/test_*: do $: trick while searching a module in the currentnahi2004-01-2913-6/+27
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-281-0/+36
* * test/rss/*.rb: remove "test/" prefix.nobu2004-01-289-8/+26
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-2811-0/+1350
* * pack.c (num2i32): pack should not raise RangeError.matz2004-01-221-0/+4
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-0/+1
* * 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
* * failed to add in the previous commit.nahi2004-01-182-0/+189
* * test/ruby/test_time.rb: new test case to test Time#[+-].siena2004-01-181-0/+24
* * test/inlinetest.rb (InlineTest::eval_part): eval under the topnobu2004-01-141-2/+1
* * test/inlinetest.rb (InlineTest::loadtest): require instead ofnobu2004-01-141-8/+15
* * test/test_*.rb: Pathname#parent -> Pathname#dirname.nahi2004-01-138-16/+16
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):nobu2004-01-131-5/+3
* * ext/syck/bytecode.c: turn off default implicit typing.why2004-01-121-0/+8
* * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadErrornahi2004-01-093-14/+39