aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv.rb
Commit message (Expand)AuthorAgeFilesLines
* Update documentation of CSV header converternobu2016-01-231-3/+4
* Adding a liberal_parsing option to CSV. Patch by Braden Anderson.jeg22016-01-011-4/+22
* csv.rb: Fix typo [ci skipnobu2015-12-191-1/+1
* csv.rb: tail commasnobu2015-12-181-36/+40
* csv.rb: fix typonobu2015-12-181-1/+1
* csv.rb: fix encodingnobu2015-12-021-1/+1
* * lib/csv.rb: enable frozen_string_literal.hsbt2015-12-021-4/+5
* * lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrikhsbt2015-07-071-1/+1
* * lib/csv.rb: accept to use Range object for row selection.hsbt2015-06-171-3/+7
* * Fix typo. Patch by @davydovantongogotanaka2015-06-101-1/+1
* lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907]gogotanaka2015-06-011-1/+1
* * remove trailing spaces.svn2014-11-041-1/+1
* * lib/csv.rb: added documentation for skip_blanks option by @decasiahsbt2014-11-041-1/+9
* * lib/csv.rb: avoid unnecessary object allocations.glass2014-09-211-2/+2
* csv.rb: honor encoding optionnobu2014-06-101-7/+10
* * lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr2014-05-291-1/+6
* * lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak2014-05-251-0/+4
* * lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]hsbt2014-04-031-1/+1
* * lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.jeg22014-04-011-2/+2
* * lib/csv.rb: Don't attempt to convert nil headers.jeg22014-04-011-0/+1
* * lib/csv.rb: Fixed a broken regular expression that was causingjeg22014-03-201-2/+1
* * 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