aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv
Commit message (Expand)AuthorAgeFilesLines
* [ruby/csv] Add CSV::InvalidEncodingErrorKosuke Shibata2023-10-031-4/+2
* [ruby/csv] Bump versionSutou Kouhei2023-06-281-1/+1
* [ruby/csv] Fix a bug that the same line is used multiple timesSutou Kouhei2023-06-281-1/+2
* [ruby/csv] Remove nonexistent variableSutou Kouhei2023-06-281-1/+1
* [ruby/csv] parser: add one more traceSutou Kouhei2023-06-281-0/+1
* [ruby/csv] Remove no longer required refinementsMau Magnaguagno2023-05-252-38/+0
* [ruby/csv] Remove unused @double_quote_character from ParserMau Magnaguagno2023-02-211-1/+0
* [ruby/csv] Bump versionSutou Kouhei2022-12-261-1/+1
* Merge csv-3.2.6Hiroshi SHIBATA2022-12-097-254/+926
* [DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada2022-10-121-1/+1
* [DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada2022-10-121-1/+1
* [ruby/csv] Revert "parser: fix a keep bug that some texts may be dropped unex...Sutou Kouhei2021-12-241-51/+34
* [ruby/csv] parser: use row separator explicitlySutou Kouhei2021-12-241-3/+5
* [ruby/csv] parser: fix a keep bug that some texts may be dropped unexpectedlySutou Kouhei2021-12-241-34/+51
* [ruby/csv] Fix a bug that all of ARGF contents may not be consumedSutou Kouhei2021-12-241-1/+4
* [ruby/csv] Bump versionSutou Kouhei2021-12-241-1/+1
* [ruby/csv] Add handling for ambiguous parsing options (https://github.com/rub...adamroyjones2021-12-241-0/+23
* [ruby/csv] Add support for Ractor (https://github.com/ruby/csv/pull/218)rm1552021-10-242-6/+7
* [ruby/csv] Use test-unit gem instead of test-framework of ruby repoSutou Kouhei2021-10-241-0/+1
* [ruby/csv] CI: Stop coverage mesurementKenta Murata2021-10-241-1/+0
* [ruby/csv] Use "\n" for the default row separator on Ruby 3.0 or laterSutou Kouhei2021-10-243-2/+35
* [ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman2021-10-241-4/+4
* [ruby/csv] Resolve CSV::Converters and HeaderConverters lazySutou Kouhei2021-10-241-2/+6
* [ruby/csv] Bump versionSutou Kouhei2021-10-241-1/+1
* [ruby/csv] Bump versionSutou Kouhei2020-12-271-1/+1
* [ruby/csv] Add support for \r\n with skip_lines: /...$/ againSutou Kouhei2020-11-241-0/+1
* [ruby/csv] Bump versionSutou Kouhei2020-11-241-1/+1
* [ruby/csv] Removed needless editorconfig file (#192)Hiroshi SHIBATA2020-11-241-0/+0
* [ruby/csv] Split recipes into three pages: parsing, generating, filtering (#184)Burdette Lamar2020-11-241-1/+8
* [ruby/csv] Experimenting with recipes in CSV RDoc (#175)Burdette Lamar2020-11-241-0/+1
* [ruby/csv] Enhanced RDoc for CSV::Row (#173)Burdette Lamar2020-11-241-10/+44
* [ruby/csv] Enhanced RDoc for CSV::Row (#171)Burdette Lamar2020-11-242-31/+119
* [ruby/csv] Enhanced RDoc for Row#[]= (#170)Burdette Lamar2020-11-241-10/+47
* [ruby/csv] Enhanced RDoc for Table::Row (#169)Burdette Lamar2020-11-241-26/+100
* [ruby/csv] Don't change initialize_copy's return valueSutou Kouhei2020-11-241-1/+2
* [ruby/csv] Enhanced RDoc for CSV::Table (#165)Burdette Lamar2020-11-241-18/+101
* [ruby/csv] Enhanced RDoc for values_at, <<, and push (#164)Burdette Lamar2020-11-241-15/+74
* [ruby/csv] Enhanced RDoc for Table#[] (#162)Burdette Lamar2020-11-241-8/+85
* [ruby/csv] Bump versionSutou Kouhei2020-11-241-1/+1
* [ruby/csv] Disable stringio >= 0.1.3 dependencySutou Kouhei2020-11-241-1/+1
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-1/+1
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
* [ruby/csv] Bump minimum ruby version to 2.5.0 (#159)Gabriel Nagy2020-07-211-1/+1
* [ruby/csv] Bump versionSutou Kouhei2020-07-201-1/+1
* [ruby/csv] Require stringio 0.1.3 or laterSutou Kouhei2020-07-201-0/+1
* [ruby/csv] force_quotes: add support for specifying the target indexes or namesSutou Kouhei2020-07-201-3/+44
* [ruby/csv] Fix an error for `CSV.open` (#131)Koichi ITO2020-07-201-1/+1
* [ruby/csv] Bump versionSutou Kouhei2020-07-201-1/+1
* [ruby/csv] Add missing document files to .gemSutou Kouhei2020-07-201-13/+24
* [ruby/csv] Bump versionSutou Kouhei2020-07-201-1/+1