Age | Commit message (Expand) | Author |
2008-06-04 | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz |
2008-05-08 | * parse.y (arg): operator assignment "a += b rescue c" should be | matz |
2007-12-26 | * lib/csv.rb: Cleaned up some code with Ruby 1.9 idioms. | jeg2 |
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 FasterCSV | jeg2 |
2006-09-02 | * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len) | nahi |
2004-05-26 | * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read and | nahi |
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 |
2004-04-18 | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu |
2004-03-29 | * exception message clean-up by Ian Macdonald <[email protected]>. | matz |
2004-02-16 | * lib/csv.rb: document reduction. [ruby-core:02429] | nahi |
2003-12-12 | * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell, | nahi |
2003-10-06 | * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO | nahi |
2003-09-15 | * lib/csv.rb: add extra pamameter to specify row(record) separater character. | nahi |
2003-06-19 | * lib/csv.rb: Import csv module. | nahi |