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
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
2010-12-25
* lib/csv.rb (CSV::foreach, CSV#initialize): directly use encoding
nobu
2010-12-25
* lib/csv.rb, test/csv: should not assume $, invariant.
nobu
2010-11-17
* lib/csv.rb: Upgrading output encoding with ASCII content
jeg2
2010-11-16
* lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]
jeg2
2010-10-07
* lib/csv.rb: Fixing documentation typos. [ruby-core:32712]
jeg2
2010-07-11
* lib/csv.rb: Fix unused variable warnings.
marcandre
2010-07-01
* lib/csv.rb: Improving documentation.
jeg2
2010-06-25
* lib/csv.rb: Fixing a bug that prevented CSV from parsing
jeg2
2010-03-23
* lib/csv.rb: Incorporating the fixes from the recent
jeg2
2010-03-20
* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].
nobu
2010-01-31
* A bug fix for deleting blank Table rows from Andy Hartford.
jeg2
2009-10-16
* lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the io
naruse
2009-10-15
* lib/csv.rb (CSV#read_to_char): set encoding and verify data
naruse
[next]