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.rb
Age
Commit message (
Expand
)
Author
2019-10-12
Import CSV 3.1.2 (#2547)
Sutou Kouhei
2019-09-25
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-08-30
Fix keyword argument separation issues in lib
Jeremy Evans
2019-08-13
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2019-07-25
Fix a typo in inspect
Kazuhiro NISHIYAMA
2019-07-14
[ruby/csv] add options doc :quote_empty (#89)
kawa_tech
2019-07-14
[ruby/csv] Add options doc: :write_converters, :write_nil_value, :write_empty...
Masafumi Koba
2019-07-14
[ruby/csv] add document of strip (#88)
hayashiyoshino
2019-07-14
[ruby/csv] Don't raise on eof?
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
2018-09-05
Merge csv-3.0.0 from ruby/csv repository.
hsbt
2018-05-09
Merge csv-1.0.2 from upstream.
hsbt
2018-03-18
Improve CSV performance
watson1978
2017-09-12
Merge csv-0.1.0 from upstream.
hsbt
2017-08-29
Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3.
hsbt
2017-08-28
lib/csv.rb: refactor and optimize. This change
glass
2017-08-25
csv.rb: optimize CSV::Table#to_a and #to_csv
glass
2017-08-22
Fixed regression to convert blank value at r45497.
hsbt
2017-08-22
Gracefully handle CSV IO when file descriptor closed.
hsbt
2017-08-22
Fixed equality method fails when given the object that doesn't support table ...
hsbt
2017-08-22
Fixed to write_headers option behavior when given no rows.
hsbt
2017-08-22
Escape skip_lines string before convert to Regexp.
hsbt
2017-07-28
csv.rb: fix incompatibility introduced in r59428
glass
2017-07-27
csv.rb: use keyword parameters
glass
2017-07-27
csv.rb: use Array#to_h
glass
2017-05-21
Remove redundant square brackets
kazu
2017-05-18
Improve CSV parsing performance.
hsbt
2017-05-17
Optimize CSV#shift.
hsbt
2017-05-16
Strip punctuation from CSV headers in symbol converter.
hsbt
2017-05-16
Added accessor of original line when parsing.
hsbt
2017-01-23
csv.rb: fix field_size_limit check
nobu
2016-09-07
* lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumerator
ktsj
2016-08-22
csv.rb: performance with very long quoted lines
nobu
2016-01-23
Update documentation of CSV header converter
nobu
2016-01-01
Adding a liberal_parsing option to CSV. Patch by Braden Anderson.
jeg2
2015-12-19
csv.rb: Fix typo [ci skip
nobu
2015-12-18
csv.rb: tail commas
nobu
2015-12-18
csv.rb: fix typo
nobu
2015-12-02
csv.rb: fix encoding
nobu
2015-12-02
* lib/csv.rb: enable frozen_string_literal.
hsbt
2015-07-07
* lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrik
hsbt
2015-06-17
* lib/csv.rb: accept to use Range object for row selection.
hsbt
2015-06-10
* Fix typo. Patch by @davydovanton
gogotanaka
2015-06-01
lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907]
gogotanaka
2014-11-04
* remove trailing spaces.
svn
2014-11-04
* lib/csv.rb: added documentation for skip_blanks option by @decasia
hsbt
2014-09-21
* lib/csv.rb: avoid unnecessary object allocations.
glass
2014-06-10
csv.rb: honor encoding option
nobu
[next]