Age | Commit message (Expand) | Author |
---|
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 |
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 causing | jeg2 |
2013-12-02 | * lib/csv.rb: [DOC] Fix typos | a_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 Regexp | jeg2 |
2013-11-07 | * lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbap | zzak |
2013-10-04 | csv.rb: foreach enumerator | nobu |
2013-07-01 | csv.rb: get rid of discarding coderange | nobu |
2013-02-05 | * lib/csv.rb: Remove the dangerous serialization feature. | jeg2 |
2012-12-27 | * lib/csv.rb: Added more Hash methods to CSV::Row. | jeg2 |
2012-12-07 | * lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528] | jeg2 |