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
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
2009-08-16
* lib/csv.rb: Change magic comment to US-ASCII in order to
naruse
2009-03-06
* lib/**/*.rb: removed unnecessary shbang lines.
nobu
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-03
* lib/csv.rb: Some minor documentation fixes from Gregory Brown.
jeg2
2009-03-03
* lib/csv.rb: A patch from Madoka Yakamamoto to prevent an infinite
jeg2
2008-12-26
* lib/csv.rb: Using a more robust transcoding scheme to produce
jeg2
2008-10-25
* lib/csv.rb: Fixed a bug in read_to_char() that would slurp
jeg2
2008-10-10
* lib/csv/csv.rb: Added support for Encoding::default_internal.
jeg2
2008-09-28
* lib/csv/csv.rb: Worked around some minor encoding changes in Ruby
jeg2
2008-09-23
* lib/csv/csv.rb: Improved the idea of whitespace and word characters used
jeg2
2008-09-21
* lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Data
jeg2
2008-06-04
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2008-05-08
* parse.y (arg): operator assignment "a += b rescue c" should be
matz
2007-12-26
* lib/csv.rb: Cleaned up some code with Ruby 1.9 idioms.
jeg2
2007-12-25
* lib/csv.rb: Fixed test failures caused by changes to Ruby.
jeg2
2007-12-25
* lib/csv.rb: Import the FasterCSV source as the new CSV class.
jeg2
[next]