| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open. | nobu | 2010-12-25 | 1 | -7/+12 |
* | * lib/csv.rb (CSV#init_separators): use IO#gets with length | nobu | 2010-12-25 | 1 | -38/+4 |
* | * lib/csv.rb (CSV::foreach, CSV#initialize): fixed passing options. | nobu | 2010-12-25 | 1 | -3/+10 |
* | * lib/csv.rb (CSV::foreach, CSV#initialize): directly use encoding | nobu | 2010-12-25 | 1 | -5/+3 |
* | * lib/csv.rb, test/csv: should not assume $, invariant. | nobu | 2010-12-25 | 1 | -7/+7 |
* | * lib/csv.rb: Upgrading output encoding with ASCII content | jeg2 | 2010-11-17 | 1 | -2/+1 |
* | * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135] | jeg2 | 2010-11-16 | 1 | -8/+20 |
* | * lib/csv.rb: Fixing documentation typos. [ruby-core:32712] | jeg2 | 2010-10-07 | 1 | -4/+4 |
* | * lib/csv.rb: Fix unused variable warnings. | marcandre | 2010-07-11 | 1 | -4/+0 |
* | * lib/csv.rb: Improving documentation. | jeg2 | 2010-07-01 | 1 | -0/+8 |
* | * lib/csv.rb: Fixing a bug that prevented CSV from parsing | jeg2 | 2010-06-25 | 1 | -2/+8 |
* | * lib/csv.rb: Incorporating the fixes from the recent | jeg2 | 2010-03-23 | 1 | -85/+87 |
* | * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716]. | nobu | 2010-03-20 | 1 | -3/+3 |
* | * A bug fix for deleting blank Table rows from Andy Hartford. | jeg2 | 2010-01-31 | 1 | -4/+6 |
* | * lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the io | naruse | 2009-10-16 | 1 | -1/+3 |
* | * lib/csv.rb (CSV#read_to_char): set encoding and verify data | naruse | 2009-10-15 | 1 | -9/+19 |
* | * lib/csv.rb: Change magic comment to US-ASCII in order to | naruse | 2009-08-16 | 1 | -1/+1 |
* | * lib/**/*.rb: removed unnecessary shbang lines. | nobu | 2009-03-06 | 1 | -1/+0 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -485/+485 |
* | * lib/csv.rb: Some minor documentation fixes from Gregory Brown. | jeg2 | 2009-03-03 | 1 | -2/+2 |
* | * lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinite | jeg2 | 2009-03-03 | 1 | -3/+1 |
* | * lib/csv.rb: Using a more robust transcoding scheme to produce | jeg2 | 2008-12-26 | 1 | -5/+19 |
* | * lib/csv.rb: Fixed a bug in read_to_char() that would slurp | jeg2 | 2008-10-25 | 1 | -8/+11 |
* | * lib/csv/csv.rb: Added support for Encoding::default_internal. | jeg2 | 2008-10-10 | 1 | -42/+42 |
* | * lib/csv/csv.rb: Worked around some minor encoding changes in Ruby | jeg2 | 2008-09-28 | 1 | -4/+4 |
* | * lib/csv/csv.rb: Improved the idea of whitespace and word characters used | jeg2 | 2008-09-23 | 1 | -3/+3 |
* | * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Data | jeg2 | 2008-09-21 | 1 | -152/+554 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 1 | -4/+4 |
* | * parse.y (arg): operator assignment "a += b rescue c" should be | matz | 2008-05-08 | 1 | -1/+1 |
* | * lib/csv.rb: Cleaned up some code with Ruby 1.9 idioms. | jeg2 | 2007-12-26 | 1 | -10/+6 |
* | * lib/csv.rb: Fixed test failures caused by changes to Ruby. | jeg2 | 2007-12-25 | 1 | -6/+10 |
* | * lib/csv.rb: Import the FasterCSV source as the new CSV class. | jeg2 | 2007-12-25 | 1 | -0/+1892 |
* | * lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSV | jeg2 | 2007-12-24 | 1 | -972/+0 |
* | * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len) | nahi | 2006-09-02 | 1 | -1/+1 |
* | * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read and | nahi | 2004-05-26 | 1 | -63/+82 |
* | * lib/csv.rb: fixed a few bugs around multi char record/field separator. | nahi | 2004-05-20 | 1 | -83/+89 |
* | * lib/csv.rb: writes lines with "\n" when row separator is not given. | nahi | 2004-05-18 | 1 | -301/+244 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -3/+3 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -4/+4 |
* | * lib/csv.rb: document reduction. [ruby-core:02429] | nahi | 2004-02-16 | 1 | -775/+427 |
* | * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell, | nahi | 2003-12-12 | 1 | -0/+14 |
* | * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO | nahi | 2003-10-06 | 1 | -3/+5 |
* | * lib/csv.rb: add extra pamameter to specify row(record) separater character. | nahi | 2003-09-15 | 1 | -55/+69 |
* | * lib/csv.rb: Import csv module. | nahi | 2003-06-19 | 1 | -0/+1322 |