aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/csv.rb: [DOC] Fix typosa_matsuda2013-12-021-7/+7
* * lib/csv.rb: Optimize header hashes by freezing string keys.jeg22013-11-241-0/+2
* * lib/csv.rb: If skip_lines is set to a String, convert it to a Regexpjeg22013-11-231-5/+8
* * lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbapzzak2013-11-071-2/+2
* csv.rb: foreach enumeratornobu2013-10-041-0/+1
* csv.rb: get rid of discarding coderangenobu2013-07-011-1/+1
* * lib/csv.rb: Remove the dangerous serialization feature.jeg22013-02-051-127/+0
* * lib/csv.rb: Added more Hash methods to CSV::Row.jeg22012-12-271-1/+37
* * lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528]jeg22012-12-071-1/+2
* * lib/csv.rb (init_comments): Document private method #init_comments.zzak2012-11-141-0/+5
* remove garbages.nobu2012-09-201-1/+1
* * lib/csv.rb (Object#CSV, Array#to_csv, String#parse_csv): zzak2012-09-191-5/+26
* remove trainling spaces.nobu2012-08-211-2/+2
* * lib/csv.rb: Fixes #161 on githubjeg22012-08-201-1/+24
* * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre2011-07-211-1/+1
* * lib/csv.rb: Document #raw_encoding. Patch by David Czarnecki.drbrain2011-06-161-0/+4
* * lib/csv.rb: Improve the line ending detection algorithmjeg22011-06-021-10/+24
* * lib/csv.rb: Enhance each() to support Enumerator.jeg22011-05-261-2/+6
* * lib/csv.rb: Documentation improvements from Ysiad Ferreiras.jeg22011-05-261-4/+5
* * lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg22011-05-251-14/+21
* * lib/csv.rb: fix a typo.nagachika2011-05-111-1/+1
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-271-4/+12
* * lib/csv.rb (CSV.read): no mode is needed.nobu2011-04-271-5/+2
* * strip trailing spaces.nobu2011-04-261-4/+4
* * lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu2010-12-251-7/+12
* * lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu2010-12-251-38/+4
* * lib/csv.rb (CSV::foreach, CSV#initialize): fixed passing options.nobu2010-12-251-3/+10
* * lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu2010-12-251-5/+3
* * lib/csv.rb, test/csv: should not assume $, invariant.nobu2010-12-251-7/+7
* * 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