summaryrefslogtreecommitdiff
path: root/lib/csv.rb
AgeCommit message (Expand)Author
2019-10-12Import CSV 3.1.2 (#2547)Sutou Kouhei
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-08-30Fix keyword argument separation issues in libJeremy Evans
2019-08-13Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-07-25Fix a typo in inspectKazuhiro NISHIYAMA
2019-07-14[ruby/csv] add options doc :quote_empty (#89)kawa_tech
2019-07-14[ruby/csv] Add options doc: :write_converters, :write_nil_value, :write_empty...Masafumi Koba
2019-07-14[ruby/csv] add document of strip (#88)hayashiyoshino
2019-07-14[ruby/csv] Don't raise on eof?Kouhei Sutou
2019-04-14Import CSV 3.0.8kou
2019-01-25Upgrade CSV to 3.0.4kou
2018-12-23Import CSV 3.0.2kou
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