aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv
Commit message (Expand)AuthorAgeFilesLines
...
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-2/+1
* * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IOnahi2003-10-061-9/+47
* * test/csv/test_csv.rb: add negative tests of row_sep.nahi2003-09-161-0/+16
* * lib/csv.rb: add extra pamameter to specify row(record) separater character.nahi2003-09-152-122/+245
* * sync to lib/csv/tests/csv_ut.rb.nahi2003-09-051-9/+7
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-7/+9
* * test/ruby: tests for ruby itself.nahi2003-09-041-1/+1
* * test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. openednahi2003-09-041-151/+181
* * test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir tonahi2003-09-042-76/+72
* * test/csv/test_csv.rb: run on test/unit original layer.nahi2003-09-041-42/+26
* * test: add test directory. Test::Unit aware testcases and needed files shouldnahi2003-09-033-0/+1512