aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge csv-0.1.0 from upstream.hsbt2017-09-121-2/+0
* Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3.hsbt2017-08-291-1/+1
* lib/csv.rb: refactor and optimize. This changeglass2017-08-281-23/+24
* csv.rb: optimize CSV::Table#to_a and #to_csvglass2017-08-251-13/+9
* Fixed regression to convert blank value at r45497.hsbt2017-08-221-1/+1
* Gracefully handle CSV IO when file descriptor closed.hsbt2017-08-221-1/+1
* Fixed equality method fails when given the object that doesn't support table ...hsbt2017-08-221-1/+2
* Fixed to write_headers option behavior when given no rows.hsbt2017-08-221-2/+7
* Escape skip_lines string before convert to Regexp.hsbt2017-08-221-1/+1
* csv.rb: fix incompatibility introduced in r59428glass2017-07-281-60/+46
* csv.rb: use keyword parametersglass2017-07-271-90/+71
* csv.rb: use Array#to_hglass2017-07-271-2/+1
* Remove redundant square bracketskazu2017-05-211-1/+1
* Improve CSV parsing performance.hsbt2017-05-181-4/+4
* Optimize CSV#shift.hsbt2017-05-171-5/+6
* Strip punctuation from CSV headers in symbol converter.hsbt2017-05-161-2/+2
* Added accessor of original line when parsing.hsbt2017-05-161-1/+7
* csv.rb: fix field_size_limit checknobu2017-01-231-1/+1
* * lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumeratorktsj2016-09-071-3/+17
* csv.rb: performance with very long quoted linesnobu2016-08-221-5/+3
* 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