aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/csv.rb: Upgrading output encoding with ASCII content jeg22010-11-171-2/+1
* * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]jeg22010-11-161-8/+20
* * lib/csv.rb: Fixing documentation typos. [ruby-core:32712]jeg22010-10-071-4/+4
* * lib/csv.rb: Fix unused variable warnings.marcandre2010-07-111-4/+0
* * lib/csv.rb: Improving documentation.jeg22010-07-011-0/+8
* * lib/csv.rb: Fixing a bug that prevented CSV from parsingjeg22010-06-251-2/+8
* * lib/csv.rb: Incorporating the fixes from the recentjeg22010-03-231-85/+87
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-201-3/+3
* * A bug fix for deleting blank Table rows from Andy Hartford.jeg22010-01-311-4/+6
* * lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the ionaruse2009-10-161-1/+3
* * lib/csv.rb (CSV#read_to_char): set encoding and verify datanaruse2009-10-151-9/+19
* * lib/csv.rb: Change magic comment to US-ASCII in order tonaruse2009-08-161-1/+1
* * lib/**/*.rb: removed unnecessary shbang lines.nobu2009-03-061-1/+0
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-485/+485
* * lib/csv.rb: Some minor documentation fixes from Gregory Brown.jeg22009-03-031-2/+2
* * lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinitejeg22009-03-031-3/+1
* * lib/csv.rb: Using a more robust transcoding scheme to producejeg22008-12-261-5/+19
* * lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg22008-10-251-8/+11
* * lib/csv/csv.rb: Added support for Encoding::default_internal.jeg22008-10-101-42/+42
* * lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg22008-09-281-4/+4
* * lib/csv/csv.rb: Improved the idea of whitespace and word characters usedjeg22008-09-231-3/+3
* * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Datajeg22008-09-211-152/+554
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-4/+4
* * parse.y (arg): operator assignment "a += b rescue c" should bematz2008-05-081-1/+1
* * lib/csv.rb: Cleaned up some code with Ruby 1.9 idioms.jeg22007-12-261-10/+6
* * lib/csv.rb: Fixed test failures caused by changes to Ruby.jeg22007-12-251-6/+10
* * lib/csv.rb: Import the FasterCSV source as the new CSV class.jeg22007-12-251-0/+1892
* * lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSVjeg22007-12-241-972/+0
* * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len)nahi2006-09-021-1/+1
* * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi2004-05-261-63/+82
* * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi2004-05-201-83/+89
* * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi2004-05-181-301/+244
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-3/+3
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-4/+4
* * lib/csv.rb: document reduction. [ruby-core:02429]nahi2004-02-161-775/+427
* * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi2003-12-121-0/+14
* * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IOnahi2003-10-061-3/+5
* * lib/csv.rb: add extra pamameter to specify row(record) separater character.nahi2003-09-151-55/+69
* * lib/csv.rb: Import csv module.nahi2003-06-191-0/+1322