| Commit message (Expand) | Author | Age | Files | Lines |
* | * test/with_different_ofs.rb (DifferentOFS): should not affect | nobu | 2010-12-26 | 10 | -10/+10 |
* | * test/csv: DifferentOFS needs to be include in each classes. | nobu | 2010-12-25 | 11 | -1/+19 |
* | test/with_different_ofs.rb: fixed typos. | nobu | 2010-12-25 | 11 | -21/+10 |
* | * test/with_diffent_ofs.rb (DifferentOFS): test suite for test | nobu | 2010-12-25 | 1 | -14/+3 |
* | * test/csv/test_data_converters.rb, test/csv/test_table.rb: don't | nobu | 2010-12-25 | 2 | -13/+17 |
* | * lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open. | nobu | 2010-12-25 | 1 | -0/+17 |
* | * test/csv/base.rb (TestCSV.with_diffrent_ofs): give name to | nobu | 2010-12-25 | 1 | -1/+1 |
* | * lib/csv.rb (CSV#init_separators): use IO#gets with length | nobu | 2010-12-25 | 1 | -1/+17 |
* | * lib/csv.rb (CSV::foreach, CSV#initialize): directly use encoding | nobu | 2010-12-25 | 1 | -4/+3 |
* | * lib/csv.rb, test/csv: should not assume $, invariant. | nobu | 2010-12-25 | 11 | -47/+69 |
* | * test/csv/test_encodings.rb (TestEncodings#setup): fix evil test | nobu | 2010-12-25 | 1 | -2/+5 |
* | * lib/csv.rb: Upgrading output encoding with ASCII content | jeg2 | 2010-11-17 | 1 | -0/+8 |
* | * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135] | jeg2 | 2010-11-16 | 1 | -30/+38 |
* | * lib/csv.rb: Fixing a bug that prevented CSV from parsing | jeg2 | 2010-06-25 | 1 | -0/+16 |
* | * test/csv/test_interface.rb (test_write_hash): may need to set binary mode | usa | 2010-05-19 | 1 | -5/+5 |
* | * lib/csv.rb: Incorporating the fixes from the recent | jeg2 | 2010-03-23 | 3 | -1/+20 |
* | * A bug fix for deleting blank Table rows from Andy Hartford. | jeg2 | 2010-01-31 | 1 | -0/+6 |
* | rescue Encoding::ConverterNotFoundError. | naruse | 2009-08-16 | 1 | -2/+6 |
* | * test/csv/test_interface.rb, test/csv/test_serialization.rb: | jeg2 | 2009-03-30 | 2 | -21/+21 |
* | * test/csv/test_interface.rb: Trying a fix for some failing tests | jeg2 | 2009-03-29 | 1 | -1/+1 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 10 | -321/+321 |
* | * lib/csv.rb: Fixed a bug in read_to_char() that would slurp | jeg2 | 2008-10-25 | 3 | -6/+12 |
* | * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's | jeg2 | 2008-10-18 | 11 | -10/+10 |
* | * lib/csv/csv.rb: Added support for Encoding::default_internal. | jeg2 | 2008-10-10 | 10 | -137/+137 |
* | * lib/csv/csv.rb: Worked around some minor encoding changes in Ruby | jeg2 | 2008-09-28 | 2 | -5/+6 |
* | * transcode.c (rb_eUndefinedConversionError): renamed from | akr | 2008-09-25 | 1 | -2/+2 |
* | * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Data | jeg2 | 2008-09-21 | 11 | -20/+527 |
* | * lib/csv.rb: Fixed test failures caused by changes to Ruby. | jeg2 | 2007-12-25 | 3 | -4/+4 |
* | * lib/csv.rb: Import the FasterCSV source as the new CSV class. | jeg2 | 2007-12-25 | 11 | -0/+2048 |
* | * lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSV | jeg2 | 2007-12-24 | 1 | -1753/+0 |
* | * test/csv/test_csv.rb: illegal require module name (../lib/csv.rb). | nahi | 2004-05-27 | 1 | -1/+1 |
* | * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read and | nahi | 2004-05-26 | 1 | -29/+49 |
* | * lib/csv.rb: fixed a few bugs around multi char record/field separator. | nahi | 2004-05-20 | 1 | -0/+153 |
* | * lib/csv.rb: writes lines with "\n" when row separator is not given. | nahi | 2004-05-18 | 1 | -310/+164 |
* | * test/csv/test_csv.rb: generate bom.csv and mac.csv files on the fly. | nahi | 2003-12-28 | 3 | -6/+10 |
* | * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell, | nahi | 2003-12-12 | 1 | -1/+25 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -2/+1 |
* | * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO | nahi | 2003-10-06 | 1 | -9/+47 |
* | * test/csv/test_csv.rb: add negative tests of row_sep. | nahi | 2003-09-16 | 1 | -0/+16 |
* | * lib/csv.rb: add extra pamameter to specify row(record) separater character. | nahi | 2003-09-15 | 2 | -122/+245 |
* | * sync to lib/csv/tests/csv_ut.rb. | nahi | 2003-09-05 | 1 | -9/+7 |
* | * lib/optparse.rb (OptionParser#order, #permute, #parse): allow an | nobu | 2003-09-05 | 1 | -7/+9 |
* | * test/ruby: tests for ruby itself. | nahi | 2003-09-04 | 1 | -1/+1 |
* | * test/csv/test_csv.rb: close opened files for CSV::IOBuf explicitly. opened | nahi | 2003-09-04 | 1 | -151/+181 |
* | * test/csv/test_csv.rb: use remove_const to reduce warnings. use Dir.tmpdir to | nahi | 2003-09-04 | 2 | -76/+72 |
* | * test/csv/test_csv.rb: run on test/unit original layer. | nahi | 2003-09-04 | 1 | -42/+26 |
* | * test: add test directory. Test::Unit aware testcases and needed files should | nahi | 2003-09-03 | 3 | -0/+1512 |