summaryrefslogtreecommitdiff
path: root/lib/csv.rb
AgeCommit message (Expand)Author
2018-09-05Merge csv-3.0.0 from ruby/csv repository.hsbt
2018-05-09Merge csv-1.0.2 from upstream.hsbt
2018-03-18Improve CSV performancewatson1978
2017-09-12Merge csv-0.1.0 from upstream.hsbt
2017-08-29Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3.hsbt
2017-08-28lib/csv.rb: refactor and optimize. This changeglass
2017-08-25csv.rb: optimize CSV::Table#to_a and #to_csvglass
2017-08-22Fixed regression to convert blank value at r45497.hsbt
2017-08-22Gracefully handle CSV IO when file descriptor closed.hsbt
2017-08-22Fixed equality method fails when given the object that doesn't support table ...hsbt
2017-08-22Fixed to write_headers option behavior when given no rows.hsbt
2017-08-22Escape skip_lines string before convert to Regexp.hsbt
2017-07-28csv.rb: fix incompatibility introduced in r59428glass
2017-07-27csv.rb: use keyword parametersglass
2017-07-27csv.rb: use Array#to_hglass
2017-05-21Remove redundant square bracketskazu
2017-05-18Improve CSV parsing performance.hsbt
2017-05-17Optimize CSV#shift.hsbt
2017-05-16Strip punctuation from CSV headers in symbol converter.hsbt
2017-05-16Added accessor of original line when parsing.hsbt
2017-01-23csv.rb: fix field_size_limit checknobu
2016-09-07* lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumeratorktsj
2016-08-22csv.rb: performance with very long quoted linesnobu
2016-01-23Update documentation of CSV header converternobu
2016-01-01Adding a liberal_parsing option to CSV. Patch by Braden Anderson.jeg2
2015-12-19csv.rb: Fix typo [ci skipnobu
2015-12-18csv.rb: tail commasnobu
2015-12-18csv.rb: fix typonobu
2015-12-02csv.rb: fix encodingnobu
2015-12-02* lib/csv.rb: enable frozen_string_literal.hsbt
2015-07-07* lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrikhsbt
2015-06-17* lib/csv.rb: accept to use Range object for row selection.hsbt
2015-06-10* Fix typo. Patch by @davydovantongogotanaka
2015-06-01lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907]gogotanaka
2014-11-04* remove trailing spaces.svn
2014-11-04* lib/csv.rb: added documentation for skip_blanks option by @decasiahsbt
2014-09-21* lib/csv.rb: avoid unnecessary object allocations.glass
2014-06-10csv.rb: honor encoding optionnobu
2014-05-29* lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr
2014-05-25* lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak
2014-04-03* lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]hsbt
2014-04-01* lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.jeg2
2014-04-01* lib/csv.rb: Don't attempt to convert nil headers.jeg2
2014-03-20* lib/csv.rb: Fixed a broken regular expression that was causingjeg2
2013-12-02* lib/csv.rb: [DOC] Fix typosa_matsuda
2013-11-24* lib/csv.rb: Optimize header hashes by freezing string keys.jeg2
2013-11-23* lib/csv.rb: If skip_lines is set to a String, convert it to a Regexpjeg2
2013-11-07* lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbapzzak
2013-10-04csv.rb: foreach enumeratornobu
2013-07-01csv.rb: get rid of discarding coderangenobu