aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv.rb
Commit message (Expand)AuthorAgeFilesLines
* Import CSV 3.1.2 (#2547)Sutou Kouhei2019-10-121-378/+398
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-1/+1
* Fix keyword argument separation issues in libJeremy Evans2019-08-301-18/+18
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-08-131-1/+1
* Fix a typo in inspectKazuhiro NISHIYAMA2019-07-251-1/+1
* [ruby/csv] add options doc :quote_empty (#89)kawa_tech2019-07-141-1/+4
* [ruby/csv] Add options doc: :write_converters, :write_nil_value, :write_empty...Masafumi Koba2019-07-141-3/+13
* [ruby/csv] add document of strip (#88)hayashiyoshino2019-07-141-1/+5
* [ruby/csv] Don't raise on eof?Kouhei Sutou2019-07-141-0/+11
* Import CSV 3.0.8kou2019-04-141-28/+101
* Upgrade CSV to 3.0.4kou2019-01-251-9/+12
* Import CSV 3.0.2kou2018-12-231-615/+222
* Merge csv-3.0.0 from ruby/csv repository.hsbt2018-09-051-4/+8
* Merge csv-1.0.2 from upstream.hsbt2018-05-091-796/+219
* Improve CSV performancewatson19782018-03-181-7/+7
* 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