| Commit message (Expand) | Author | Age | Files | Lines |
* | test_features.rb: fix unused variable warning | k0kubun | 2017-09-26 | 1 | -1/+1 |
* | Fixed regression to convert blank value at r45497. | hsbt | 2017-08-22 | 1 | -0/+9 |
* | Gracefully handle CSV IO when file descriptor closed. | hsbt | 2017-08-22 | 1 | -0/+8 |
* | Fixed equality method fails when given the object that doesn't support table ... | hsbt | 2017-08-22 | 1 | -0/+3 |
* | Fixed to write_headers option behavior when given no rows. | hsbt | 2017-08-22 | 1 | -0/+13 |
* | Escape skip_lines string before convert to Regexp. | hsbt | 2017-08-22 | 1 | -0/+9 |
* | csv.rb: fix incompatibility introduced in r59428 | glass | 2017-07-28 | 2 | -0/+12 |
* | csv.rb: use keyword parameters | glass | 2017-07-27 | 1 | -6/+0 |
* | Strip punctuation from CSV headers in symbol converter. | hsbt | 2017-05-16 | 1 | -0/+7 |
* | Added accessor of original line when parsing. | hsbt | 2017-05-16 | 1 | -0/+14 |
* | csv.rb: fix field_size_limit check | nobu | 2017-01-23 | 1 | -0/+22 |
* | * lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumerator | ktsj | 2016-09-07 | 2 | -2/+82 |
* | Use Integer instead of Fixnum and Bignum. | akr | 2016-05-17 | 1 | -3/+3 |
* | Adding a liberal_parsing option to CSV. Patch by Braden Anderson. | jeg2 | 2016-01-01 | 1 | -0/+23 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 11 | -0/+11 |
* | * lib/csv.rb: accept to use Range object for row selection. | hsbt | 2015-06-17 | 2 | -0/+6 |
* | * test/csv/test_row.rb: Added some missing tests in CSV. | hsbt | 2014-09-05 | 2 | -0/+18 |
* | * test/with_different_ofs.rb: move into test library directory. | hsbt | 2014-06-26 | 1 | -1/+1 |
* | csv.rb: honor encoding option | nobu | 2014-06-10 | 1 | -0/+8 |
* | * lib/csv.rb (CSV.open): Close the opened file when an exception occur. | akr | 2014-05-29 | 1 | -0/+2 |
* | test_features.rb: fix up r46123 | nobu | 2014-05-26 | 1 | -6/+8 |
* | * lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja. | zzak | 2014-05-25 | 1 | -0/+6 |
* | * lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space. | jeg2 | 2014-04-01 | 1 | -3/+4 |
* | * lib/csv.rb: Don't attempt to convert nil headers. | jeg2 | 2014-04-01 | 1 | -0/+7 |
* | * lib/csv.rb: Fixed a broken regular expression that was causing | jeg2 | 2014-03-20 | 1 | -0/+8 |
* | * test/csv/test_data_converters.rb: use descriptive assertions. | nobu | 2014-03-01 | 7 | -75/+65 |
* | * lib/csv.rb: Optimize header hashes by freezing string keys. | jeg2 | 2013-11-24 | 2 | -1/+25 |
* | * lib/csv.rb: If skip_lines is set to a String, convert it to a Regexp | jeg2 | 2013-11-23 | 1 | -2/+9 |
* | csv.rb: foreach enumerator | nobu | 2013-10-04 | 1 | -0/+6 |
* | encdb.c, encoding.c: make BOM-encodings dummy | nobu | 2013-09-24 | 1 | -1/+0 |
* | test_encodings.rb: remove BOM encodings | nobu | 2013-09-24 | 1 | -0/+1 |
* | * test/csv/test_features.rb, test/logger/test_logger.rb | akr | 2013-04-20 | 1 | -22/+22 |
* | * lib/csv.rb: Remove the dangerous serialization feature. | jeg2 | 2013-02-05 | 2 | -159/+0 |
* | * lib/csv.rb: Added more Hash methods to CSV::Row. | jeg2 | 2012-12-27 | 1 | -0/+27 |
* | * lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528] | jeg2 | 2012-12-07 | 1 | -1/+5 |
* | remove trainling spaces. | nobu | 2012-08-21 | 2 | -3/+3 |
* | * lib/csv.rb: Fixes #161 on github | jeg2 | 2012-08-20 | 1 | -0/+33 |
* | * test/csv/test_features.rb: add require for Tempfile. | nagachika | 2012-07-07 | 2 | -0/+2 |
* | test: fix test conditions | nobu | 2012-05-08 | 1 | -3/+6 |
* | test: why believe source directories are writable always? | nobu | 2012-05-08 | 3 | -9/+18 |
* | * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356] | marcandre | 2011-07-21 | 1 | -0/+15 |
* | * lib/csv.rb: Enhance each() to support Enumerator. | jeg2 | 2011-05-26 | 1 | -0/+8 |
* | * lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari). | jeg2 | 2011-05-25 | 2 | -4/+15 |
* | * lib/csv.rb (CSV::open): suppress universal newline decorator. | nobu | 2011-04-27 | 1 | -0/+15 |
* | * strip trailing spaces. | nobu | 2011-04-26 | 3 | -34/+34 |
* | * lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status, | sorah | 2011-02-22 | 1 | -1/+1 |
* | * test/with_different_ofs.rb (DifferentOFS): should not affect | nobu | 2010-12-26 | 10 | -10/+10 |
* | * test/csv: DifferentOFS needs to be include in each classes. | nobu | 2010-12-25 | 11 | -1/+19 |
* | test/with_different_ofs.rb: fixed typos. | nobu | 2010-12-25 | 11 | -21/+10 |
* | * test/with_diffent_ofs.rb (DifferentOFS): test suite for test | nobu | 2010-12-25 | 1 | -14/+3 |