aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv
Commit message (Expand)AuthorAgeFilesLines
* * test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).nahi2004-05-271-1/+1
* * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi2004-05-261-29/+49
* * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi2004-05-201-0/+153
* * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi2004-05-181-310/+164
* * test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly.nahi2003-12-283-6/+10
* * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi2003-12-121-1/+25
* * 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