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
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
2014-05-29
* lib/csv.rb (CSV.open): Close the opened file when an exception occur.
akr
2014-05-25
* lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.
zzak
2014-04-03
* lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]
hsbt
2014-04-01
* lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.
jeg2
2014-04-01
* lib/csv.rb: Don't attempt to convert nil headers.
jeg2
2014-03-20
* lib/csv.rb: Fixed a broken regular expression that was causing
jeg2
2013-12-02
* lib/csv.rb: [DOC] Fix typos
a_matsuda
2013-11-24
* lib/csv.rb: Optimize header hashes by freezing string keys.
jeg2
2013-11-23
* lib/csv.rb: If skip_lines is set to a String, convert it to a Regexp
jeg2
2013-11-07
* lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbap
zzak
2013-10-04
csv.rb: foreach enumerator
nobu
2013-07-01
csv.rb: get rid of discarding coderange
nobu
2013-02-05
* lib/csv.rb: Remove the dangerous serialization feature.
jeg2
2012-12-27
* lib/csv.rb: Added more Hash methods to CSV::Row.
jeg2
2012-12-07
* lib/csv.rb: A fix for row comparison by Stephen Wattam. [Bug #7528]
jeg2
2012-11-14
* lib/csv.rb (init_comments): Document private method #init_comments.
zzak
2012-09-20
remove garbages.
nobu
2012-09-19
* lib/csv.rb (Object#CSV, Array#to_csv, String#parse_csv):
zzak
2012-08-21
remove trainling spaces.
nobu
2012-08-20
* lib/csv.rb: Fixes #161 on github
jeg2
2011-07-21
* lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]
marcandre
2011-06-16
* lib/csv.rb: Document #raw_encoding. Patch by David Czarnecki.
drbrain
2011-06-02
* lib/csv.rb: Improve the line ending detection algorithm
jeg2
2011-05-26
* lib/csv.rb: Enhance each() to support Enumerator.
jeg2
2011-05-26
* lib/csv.rb: Documentation improvements from Ysiad Ferreiras.
jeg2
2011-05-25
* lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).
jeg2
2011-05-11
* lib/csv.rb: fix a typo.
nagachika
2011-04-27
* lib/csv.rb (CSV::open): suppress universal newline decorator.
nobu
2011-04-27
* lib/csv.rb (CSV.read): no mode is needed.
nobu
2011-04-26
* strip trailing spaces.
nobu
2010-12-25
* lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.
nobu
2010-12-25
* lib/csv.rb (CSV#init_separators): use IO#gets with length
nobu
2010-12-25
* lib/csv.rb (CSV::foreach, CSV#initialize): fixed passing options.
nobu
[next]