summaryrefslogtreecommitdiff
path: root/test/csv
AgeCommit message (Expand)Author
2010-06-25* lib/csv.rb: Fixing a bug that prevented CSV from parsingjeg2
2010-05-19* test/csv/test_interface.rb (test_write_hash): may need to set binary modeusa
2010-03-23* lib/csv.rb: Incorporating the fixes from the recentjeg2
2010-01-31* A bug fix for deleting blank Table rows from Andy Hartford.jeg2
2009-08-16rescue Encoding::ConverterNotFoundError.naruse
2009-03-30* test/csv/test_interface.rb, test/csv/test_serialization.rb:jeg2
2009-03-29* test/csv/test_interface.rb: Trying a fix for some failing testsjeg2
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-25* lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg2
2008-10-18* test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg2
2008-10-10* lib/csv/csv.rb: Added support for Encoding::default_internal.jeg2
2008-09-28* lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg2
2008-09-25* transcode.c (rb_eUndefinedConversionError): renamed fromakr
2008-09-21* lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg2
2007-12-25* lib/csv.rb: Fixed test failures caused by changes to Ruby.jeg2
2007-12-25* lib/csv.rb: Import the FasterCSV source as the new CSV class.jeg2
2007-12-24* lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSVjeg2
2004-05-27 * test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).nahi
2004-05-26 * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi
2004-05-20 * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi
2004-05-18 * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi
2003-12-28 * test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly.nahi
2003-12-12 * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-10-06* lib/csv.rb (IOReader, BasicWriter): call binmode when a given IOnahi
2003-09-16* test/csv/test_csv.rb: add negative tests of row_sep.nahi
2003-09-15* lib/csv.rb: add extra pamameter to specify row(record) separater character.nahi
2003-09-05* sync to lib/csv/tests/csv_ut.rb.nahi
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-04* test/ruby: tests for ruby itself.nahi
2003-09-04* test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. openednahi
2003-09-04* test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir tonahi
2003-09-04* test/csv/test_csv.rb: run on test/unit original layer.nahi
2003-09-03* test: add test directory. Test::Unit aware testcases and needed files shouldnahi