summaryrefslogtreecommitdiff
path: root/lib/csv.rb
AgeCommit message (Expand)Author
2014-11-04* remove trailing spaces.svn
2014-11-04* lib/csv.rb: added documentation for skip_blanks option by @decasiahsbt
2014-09-21* lib/csv.rb: avoid unnecessary object allocations.glass
2014-06-10csv.rb: honor encoding optionnobu
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 causingjeg2
2013-12-02* lib/csv.rb: [DOC] Fix typosa_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 Regexpjeg2
2013-11-07* lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbapzzak
2013-10-04csv.rb: foreach enumeratornobu
2013-07-01csv.rb: get rid of discarding coderangenobu
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-20remove garbages.nobu
2012-09-19* lib/csv.rb (Object#CSV, Array#to_csv, String#parse_csv): zzak
2012-08-21remove trainling spaces.nobu
2012-08-20* lib/csv.rb: Fixes #161 on githubjeg2
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 algorithmjeg2
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 lengthnobu
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 encodingnobu
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 parsingjeg2
2010-03-23* lib/csv.rb: Incorporating the fixes from the recentjeg2
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 ionaruse
2009-10-15* lib/csv.rb (CSV#read_to_char): set encoding and verify datanaruse