index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
csv
/
parser.rb
Age
Commit message (
Expand
)
Author
2022-12-09
Merge csv-3.2.6
Hiroshi 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 explicitly
Sutou Kouhei
2021-12-24
[ruby/csv] parser: fix a keep bug that some texts may be dropped unexpectedly
Sutou Kouhei
2021-12-24
[ruby/csv] Fix a bug that all of ARGF contents may not be consumed
Sutou 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 later
Sutou 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: /...$/ again
Sutou Kouhei
2020-07-20
[ruby/csv] test scanner: specify encoding explicitly
Sutou Kouhei
2020-07-20
[ruby/csv] Fix a parse bug when split character exists in middle of column value
Sutou Kouhei
2020-07-20
[ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...
Mike MacDonald
2019-10-12
Import CSV 3.1.2 (#2547)
Sutou Kouhei
2019-07-14
[ruby/csv] Fix a bug that strip: true removes newlines
Kouhei Sutou
2019-04-14
Import CSV 3.0.8
kou
2019-01-25
Upgrade CSV to 3.0.4
kou
2018-12-23
Import CSV 3.0.2
kou