Age | Commit message (Expand) | Author |
---|
2019-07-25 | Fix a typo in inspect | Kazuhiro 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-14 | Import CSV 3.0.8 | kou |
2019-01-25 | Upgrade CSV to 3.0.4 | kou |
2018-12-23 | Import CSV 3.0.2 | kou |
2018-09-05 | Merge csv-3.0.0 from ruby/csv repository. | hsbt |
2018-05-09 | Merge csv-1.0.2 from upstream. | hsbt |
2018-03-18 | Improve CSV performance | watson1978 |
2017-09-12 | Merge csv-0.1.0 from upstream. | hsbt |
2017-08-29 | Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3. | hsbt |
2017-08-28 | lib/csv.rb: refactor and optimize. This change | glass |
2017-08-25 | csv.rb: optimize CSV::Table#to_a and #to_csv | glass |
2017-08-22 | Fixed regression to convert blank value at r45497. | hsbt |
2017-08-22 | Gracefully handle CSV IO when file descriptor closed. | hsbt |
2017-08-22 | Fixed equality method fails when given the object that doesn't support table ... | hsbt |
2017-08-22 | Fixed to write_headers option behavior when given no rows. | hsbt |
2017-08-22 | Escape skip_lines string before convert to Regexp. | hsbt |
2017-07-28 | csv.rb: fix incompatibility introduced in r59428 | glass |
2017-07-27 | csv.rb: use keyword parameters | glass |
2017-07-27 | csv.rb: use Array#to_h | glass |
2017-05-21 | Remove redundant square brackets | kazu |
2017-05-18 | Improve CSV parsing performance. | hsbt |
2017-05-17 | Optimize CSV#shift. | hsbt |
2017-05-16 | Strip punctuation from CSV headers in symbol converter. | hsbt |
2017-05-16 | Added accessor of original line when parsing. | hsbt |
2017-01-23 | csv.rb: fix field_size_limit check | nobu |
2016-09-07 | * lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumerator | ktsj |
2016-08-22 | csv.rb: performance with very long quoted lines | nobu |
2016-01-23 | Update documentation of CSV header converter | nobu |
2016-01-01 | Adding a liberal_parsing option to CSV. by Braden Anderson. | jeg2 |
2015-12-19 | csv.rb: Fix typo [ci skip | nobu |
2015-12-18 | csv.rb: tail commas | nobu |
2015-12-18 | csv.rb: fix typo | nobu |
2015-12-02 | csv.rb: fix encoding | nobu |
2015-12-02 | * lib/csv.rb: enable frozen_string_literal. | hsbt |
2015-07-07 | * lib/csv.rb: typo fix [ci skip][fix GH-958] by @henrik | hsbt |
2015-06-17 | * lib/csv.rb: accept to use Range object for row selection. | hsbt |
2015-06-10 | * Fix typo. by @davydovanton | gogotanaka |
2015-06-01 | lib/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 @decasia | hsbt |
2014-09-21 | * lib/csv.rb: avoid unnecessary object allocations. | glass |
2014-06-10 | csv.rb: honor encoding option | nobu |
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, 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 |