summaryrefslogtreecommitdiff
path: root/lib/csv/parser.rb
AgeCommit message (Expand)Author
2024-01-22Extract csvHiroshi SHIBATA
2023-10-03[ruby/csv] Add CSV::InvalidEncodingErrorKosuke Shibata
2023-06-28[ruby/csv] Fix a bug that the same line is used multiple timesSutou Kouhei
2023-06-28[ruby/csv] Remove nonexistent variableSutou Kouhei
2023-06-28[ruby/csv] parser: add one more traceSutou Kouhei
2023-02-21[ruby/csv] Remove unused @double_quote_character from ParserMau Magnaguagno
2022-12-09Merge csv-3.2.6Hiroshi SHIBATA
2021-12-24[ruby/csv] Revert "parser: fix a keep bug that some texts may be dropped unex...Sutou Kouhei
2021-12-24[ruby/csv] parser: use row separator explicitlySutou Kouhei
2021-12-24[ruby/csv] parser: fix a keep bug that some texts may be dropped unexpectedlySutou Kouhei
2021-12-24[ruby/csv] Fix a bug that all of ARGF contents may not be consumedSutou Kouhei
2021-12-24[ruby/csv] Add handling for ambiguous parsing options (https://github.com/rub...adamroyjones
2021-10-24[ruby/csv] Add support for Ractor (https://github.com/ruby/csv/pull/218)rm155
2021-10-24[ruby/csv] Use "\n" for the default row separator on Ruby 3.0 or laterSutou Kouhei
2021-10-24[ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman
2020-11-24[ruby/csv] Add support for \r\n with skip_lines: /...$/ againSutou Kouhei
2020-07-20[ruby/csv] test scanner: specify encoding explicitlySutou Kouhei
2020-07-20[ruby/csv] Fix a parse bug when split character exists in middle of column valueSutou Kouhei
2020-07-20[ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...Mike MacDonald
2019-10-12Import CSV 3.1.2 (#2547)Sutou Kouhei
2019-07-14[ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou
2019-04-14Import CSV 3.0.8kou
2019-01-25Upgrade CSV to 3.0.4kou
2018-12-23Import CSV 3.0.2kou