Next | Query returned 91 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2015-04-29 16:41:52 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update 1.12 to 1.17
-------------------
1.17    - 2015-04-24, H.Merijn Brand
    - Enable overruling $csv in csv ()
    - Allow encoding to be shortened to enc in csv ()
    - Allow filter to alter content
    - Add say (print with default eol => $\)
    - Allow MS sep=; on first line (RT#100304)

1.16    - 2015-03-02, H.Merijn Brand
    * filter made more useful (access to other fields)

1.15    - 2015-02-11, H.Merijn Brand
    * Remove perl recommendation from META as it breaks cpan clients

1.14    - 2015-02-02, H.Merijn Brand
    * Move to github
    * Add csv (filter => {});
    * Change csv ()'s void context behavior

1.13    - 2015-01-03, H.Merijn Brand
    * Simplify code path for old perl
    * Fix quote_binary (#RT100676)
    * Fix csv () for hashrefs with aliased headers
    * Update copyright to 2015
   2014-11-23 15:39:20 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update to 1.12. From the changelog:

* Add field number to error_diag
* Fixed non-IO parsing multi-byte EOL
* Fixed a possible missed multi-byte EOL
* Allow hashref for csv ()'s headers attribute
* Allow encoding on all output handles in csv ()
* Include doc changes as ticketed in the Text::CSV queue
* Fix parallel testing issue
* Allow csv as method call (not using the object)
* Rename quote_null to escape_null
* Give meaning to keep_meta_info on output
   2014-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456)
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
   2014-09-16 14:19:53 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.11

Upstream changes:
1.11	- 2014-08-08, H.Merijn Brand
    - Fixed eof (RT#97742)
    - Check for attribute conflicts early
    - csv (in => [..]) now defaults to *STDOUT for out
    - Support for multi-byte quote_char
    - New attribute "key" for csv ()

1.10	- 2014-08-04, H.Merijn Brand
    * Support for scalar ref in out: csv (out => \(my $x = ""), ...)
    * Support for multi-byte sep_char
    * Simplified the cache coding
   2014-07-06 17:26:20 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update to 1.09. From the changelog:

* Missed defined-or need in csv2xls (RT#95787)
   2014-06-09 21:52:11 by Amitai Schlair | Files touched by this commit (2) | Package updated
Log message:
Update to 1.08. From the changelog:

* Documentation updates
* Allow disjointed CSV cell fragment lists
* Allow ref to scalar for csv (in => ...)
* Allow CODE ref to in attribute
* Allow * in fragment cellspec's bottom-right cell
* Fix possible fail in tests on Windows (Thanks Mithaldu for explaing)
* Only close file handles in csv () for files
* new callbacks for csv ()
* Allow case insensitive attributes and attribute aliases
  (quote_always = always_quote)
* Enhanced the csv () function (diagnostics)
* Start callbacks support
* Minor doc fixes
* Make subclassing safer
* get_columns () with no argument now returns the empty list
  instead of undef when no columns defined
* fragments (rfc7111) now also support AoH (was AoA only)
* Error code conflict for fragments resolved to 2013
* New function "csv" (not a method)
* Update copyright to 2014
* Implement RFC7111
   2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049)
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
   2013-11-12 14:25:31 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.02

Upstream changes:
1.02	- 2013-09-25, H.Merijn Brand
    * Add example for reading only a single column
    * Don't store NULL in _ERROR_INPUT (RT#86217/Clone)
    * Prevent double-decode in csv-check
    * Add decode_utf8 attribute (default is true)
   2013-06-22 11:27:01 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating package for Perl Module Text::CSV_XS in similar named CPAN
distribution from 0.99 to 1.01 because of serious upstream isse fixed.

Upstream changes since 0.99:
1.01	- 2013-06-16, H.Merijn Brand
    - Cache not re-read on getline_all (RT#86155)

1.00	- 2013-06-13, H.Merijn Brand
    * Fix automatic UTF-8 in getline/parse for SV's with \0
   2013-06-11 09:38:22 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.99

Upstream changes:
0.99	- 2013-06-05, H.Merijn Brand
    * Documents return value of bind_columns without arguments
    * Fix automatic UTF-8 in getline/parse

0.98	- 2013-06-03, H.Merijn Brand
    * Clarify eol documentation
    * Move error_input to XS

Next | Query returned 91 messages, browsing 41 to 50 | Previous