index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
csv.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Improve CSV performance
watson1978
2018-03-18
1
-7
/
+7
*
Merge csv-0.1.0 from upstream.
hsbt
2017-09-12
1
-2
/
+0
*
Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3.
hsbt
2017-08-29
1
-1
/
+1
*
lib/csv.rb: refactor and optimize. This change
glass
2017-08-28
1
-23
/
+24
*
csv.rb: optimize CSV::Table#to_a and #to_csv
glass
2017-08-25
1
-13
/
+9
*
Fixed regression to convert blank value at r45497.
hsbt
2017-08-22
1
-1
/
+1
*
Gracefully handle CSV IO when file descriptor closed.
hsbt
2017-08-22
1
-1
/
+1
*
Fixed equality method fails when given the object that doesn't support table ...
hsbt
2017-08-22
1
-1
/
+2
*
Fixed to write_headers option behavior when given no rows.
hsbt
2017-08-22
1
-2
/
+7
*
Escape skip_lines string before convert to Regexp.
hsbt
2017-08-22
1
-1
/
+1
*
csv.rb: fix incompatibility introduced in r59428
glass
2017-07-28
1
-60
/
+46
*
csv.rb: use keyword parameters
glass
2017-07-27
1
-90
/
+71
*
csv.rb: use Array#to_h
glass
2017-07-27
1
-2
/
+1
*
Remove redundant square brackets
kazu
2017-05-21
1
-1
/
+1
*
Improve CSV parsing performance.
hsbt
2017-05-18
1
-4
/
+4
*
Optimize CSV#shift.
hsbt
2017-05-17
1
-5
/
+6
*
Strip punctuation from CSV headers in symbol converter.
hsbt
2017-05-16
1
-2
/
+2
*
Added accessor of original line when parsing.
hsbt
2017-05-16
1
-1
/
+7
*
csv.rb: fix field_size_limit check
nobu
2017-01-23
1
-1
/
+1
*
* lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumerator
ktsj
2016-09-07
1
-3
/
+17
*
csv.rb: performance with very long quoted lines
nobu
2016-08-22
1
-5
/
+3
*
Update documentation of CSV header converter
nobu
2016-01-23
1
-3
/
+4
*
Adding a liberal_parsing option to CSV. Patch by Braden Anderson.
jeg2
2016-01-01
1
-4
/
+22
*
csv.rb: Fix typo [ci skip
nobu
2015-12-19
1
-1
/
+1
*
csv.rb: tail commas
nobu
2015-12-18
1
-36
/
+40
*
csv.rb: fix typo
nobu
2015-12-18
1
-1
/
+1
*
csv.rb: fix encoding
nobu
2015-12-02
1
-1
/
+1
*
* lib/csv.rb: enable frozen_string_literal.
hsbt
2015-12-02
1
-4
/
+5
*
* lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrik
hsbt
2015-07-07
1
-1
/
+1
*
* lib/csv.rb: accept to use Range object for row selection.
hsbt
2015-06-17
1
-3
/
+7
*
* Fix typo. Patch by @davydovanton
gogotanaka
2015-06-10
1
-1
/
+1
*
lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907]
gogotanaka
2015-06-01
1
-1
/
+1
*
* remove trailing spaces.
svn
2014-11-04
1
-1
/
+1
*
* lib/csv.rb: added documentation for skip_blanks option by @decasia
hsbt
2014-11-04
1
-1
/
+9
*
* lib/csv.rb: avoid unnecessary object allocations.
glass
2014-09-21
1
-2
/
+2
*
csv.rb: honor encoding option
nobu
2014-06-10
1
-7
/
+10
*
* lib/csv.rb (CSV.open): Close the opened file when an exception occur.
akr
2014-05-29
1
-1
/
+6
*
* lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.
zzak
2014-05-25
1
-0
/
+4
*
* lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]
hsbt
2014-04-03
1
-1
/
+1
*
* lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.
jeg2
2014-04-01
1
-2
/
+2
*
* lib/csv.rb: Don't attempt to convert nil headers.
jeg2
2014-04-01
1
-0
/
+1
*
* lib/csv.rb: Fixed a broken regular expression that was causing
jeg2
2014-03-20
1
-2
/
+1
*
* lib/csv.rb: [DOC] Fix typos
a_matsuda
2013-12-02
1
-7
/
+7
*
* lib/csv.rb: Optimize header hashes by freezing string keys.
jeg2
2013-11-24
1
-0
/
+2
*
* lib/csv.rb: If skip_lines is set to a String, convert it to a Regexp
jeg2
2013-11-23
1
-5
/
+8
*
* lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbap
zzak
2013-11-07
1
-2
/
+2
*
csv.rb: foreach enumerator
nobu
2013-10-04
1
-0
/
+1
*
csv.rb: get rid of discarding coderange
nobu
2013-07-01
1
-1
/
+1
*
* lib/csv.rb: Remove the dangerous serialization feature.
jeg2
2013-02-05
1
-127
/
+0
*
* lib/csv.rb: Added more Hash methods to CSV::Row.
jeg2
2012-12-27
1
-1
/
+37
[prev]
[next]