aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv
Commit message (Expand)AuthorAgeFilesLines
...
* rescue Encoding::ConverterNotFoundError.naruse2009-08-161-2/+6
* * test/csv/test_interface.rb, test/csv/test_serialization.rb:jeg22009-03-302-21/+21
* * test/csv/test_interface.rb: Trying a fix for some failing testsjeg22009-03-291-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-0610-321/+321
* * lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg22008-10-253-6/+12
* * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg22008-10-1811-10/+10
* * lib/csv/csv.rb: Added support for Encoding::default_internal.jeg22008-10-1010-137/+137
* * lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg22008-09-282-5/+6
* * transcode.c (rb_eUndefinedConversionError): renamed fromakr2008-09-251-2/+2
* * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg22008-09-2111-20/+527
* * lib/csv.rb: Fixed test failures caused by changes to Ruby.jeg22007-12-253-4/+4
* * lib/csv.rb: Import the FasterCSV source as the new CSV class.jeg22007-12-2511-0/+2048
* * lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSVjeg22007-12-241-1753/+0
* * 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