aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv
Commit message (Expand)AuthorAgeFilesLines
* * lib/csv.rb: Optimize header hashes by freezing string keys.jeg22013-11-242-1/+25
* * lib/csv.rb: If skip_lines is set to a String, convert it to a Regexpjeg22013-11-231-2/+9
* csv.rb: foreach enumeratornobu2013-10-041-0/+6
* encdb.c, encoding.c: make BOM-encodings dummynobu2013-09-241-1/+0
* test_encodings.rb: remove BOM encodingsnobu2013-09-241-0/+1
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-22/+22
* * lib/csv.rb: Remove the dangerous serialization feature.jeg22013-02-052-159/+0
* * lib/csv.rb: Added more Hash methods to CSV::Row.jeg22012-12-271-0/+27
* * lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528]jeg22012-12-071-1/+5
* remove trainling spaces.nobu2012-08-212-3/+3
* * lib/csv.rb: Fixes #161 on githubjeg22012-08-201-0/+33
* * test/csv/test_features.rb: add require for Tempfile.nagachika2012-07-072-0/+2
* test: fix test conditionsnobu2012-05-081-3/+6
* test: why believe source directories are writable always?nobu2012-05-083-9/+18
* * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre2011-07-211-0/+15
* * lib/csv.rb: Enhance each() to support Enumerator.jeg22011-05-261-0/+8
* * lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg22011-05-252-4/+15
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-271-0/+15
* * strip trailing spaces.nobu2011-04-263-34/+34
* * lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,sorah2011-02-221-1/+1
* * test/with_different_ofs.rb (DifferentOFS): should not affectnobu2010-12-2610-10/+10
* * test/csv: DifferentOFS needs to be include in each classes.nobu2010-12-2511-1/+19
* test/with_different_ofs.rb: fixed typos.nobu2010-12-2511-21/+10
* * test/with_diffent_ofs.rb (DifferentOFS): test suite for testnobu2010-12-251-14/+3
* * test/csv/test_data_converters.rb, test/csv/test_table.rb: don'tnobu2010-12-252-13/+17
* * lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu2010-12-251-0/+17
* * test/csv/base.rb (TestCSV.with_diffrent_ofs): give name tonobu2010-12-251-1/+1
* * lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu2010-12-251-1/+17
* * lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu2010-12-251-4/+3
* * lib/csv.rb, test/csv: should not assume $, invariant.nobu2010-12-2511-47/+69
* * test/csv/test_encodings.rb (TestEncodings#setup): fix evil testnobu2010-12-251-2/+5
* * lib/csv.rb: Upgrading output encoding with ASCII content jeg22010-11-171-0/+8
* * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg22010-11-161-30/+38
* * lib/csv.rb: Fixing a bug that prevented CSV from parsingjeg22010-06-251-0/+16
* * test/csv/test_interface.rb (test_write_hash): may need to set binary modeusa2010-05-191-5/+5
* * lib/csv.rb: Incorporating the fixes from the recentjeg22010-03-233-1/+20
* * A bug fix for deleting blank Table rows from Andy Hartford.jeg22010-01-311-0/+6
* 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