aboutsummaryrefslogtreecommitdiffstats
path: root/test/csv/parse
Commit message (Expand)AuthorAgeFilesLines
* [ruby/csv] Fix a bug that the same line is used multiple timesSutou Kouhei2023-06-281-0/+8
* [ruby/csv] Support RJIT (https://github.com/ruby/csv/pull/281)Nobuyoshi Nakada2023-05-251-8/+15
* [ruby/csv] test: rename Helper to CSVHelperLuke Gruber2023-05-253-3/+3
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-1/+1
* [ruby/csv] test: use mailing list ID instead of unavailable URLSutou Kouhei2023-02-211-1/+1
* [ruby/csv] Use https links instead of httpVivek Bharath Akupatni2023-02-211-2/+2
* Reapply the following commits related to extend timeout value.Hiroshi SHIBATA2022-12-091-1/+8
* Merge csv-3.2.6Hiroshi SHIBATA2022-12-096-9/+244
* Respect RUBY_TESTOPTS on test-all (https://github.com/Shopify/ruby/pull/435)Takashi Kokubun2022-08-291-0/+3
* [ruby/csv] test: reduce size for stability on GitHub ActionsSutou Kouhei2021-12-241-1/+1
* [ruby/csv] Revert "parser: fix a keep bug that some texts may be dropped unex...Sutou Kouhei2021-12-241-37/+0
* [ruby/csv] parser: fix a keep bug that some texts may be dropped unexpectedlySutou Kouhei2021-12-241-0/+37
* [ruby/csv] Add handling for ambiguous parsing options (https://github.com/rub...adamroyjones2021-12-241-0/+29
* [ruby/csv] Fix typos [ci skip] (https://github.com/ruby/csv/pull/224)Nobuyoshi Nakada2021-12-241-1/+1
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* [ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman2021-10-241-0/+13
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* [ruby/csv] Add support for \r\n with skip_lines: /...$/ againSutou Kouhei2020-11-241-0/+6
* [ruby/csv] Fix a parse bug when split character exists in middle of column valueSutou Kouhei2020-07-201-0/+5
* [ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...Mike MacDonald2020-07-201-0/+7
* Fixed for older versionsNobuyoshi Nakada2020-02-261-1/+4
* Increase timeout for CSV test with --jit-waitTakashi Kokubun2020-02-251-1/+2
* Import CSV 3.1.2 (#2547)Sutou Kouhei2019-10-123-5/+15
* Fix keyword argument warnings in the tests from Class#newJeremy Evans2019-09-062-3/+3
* Fix keyword argument separation warnings in testJeremy Evans2019-08-301-2/+2
* [ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou2019-07-141-0/+30
* [ruby/csv] Don't raise on eof?Kouhei Sutou2019-07-141-0/+3
* Import CSV 3.0.8kou2019-04-147-6/+371
* Upgrade CSV to 3.0.4kou2019-01-258-0/+1003