Next | Query returned 37 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0
   2017-11-24 14:22:58 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Data-Table: update to 1.76.

1.76 Tue Nov 21 08:08:30 PST 2017
  Minor syntax bug in fromFile.
   2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298)
Log message:
Recursive revbump from lang/perl5 5.26.0
   2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236)
Log message:
Bump PKGREVISION for perl-5.24.
   2016-04-25 16:16:34 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated to databases/p5-Data-Table-1.75
---------------------------------------
1.75 Sat Apr 23 13:52:25 PDT 2016
  Patch parseCSV(). It returns incorrect columns when delimiter is space and has \ 
empty fields
  Thanks to Jeff Janes for the fix.
   2016-03-04 13:59:07 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.73

Upstream changes:
1.73 Thu Mar  3 20:34:46 PST 2016
  Some mionor typos in the document fixed. No code change.
  Thanks to Lucas Kanashiro
   2015-11-03 02:56:36 by Alistair G. Crooks | Files touched by this commit (368)
Log message:
Add SHA512 digests for distfiles for databases category

Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
   2015-05-01 02:57:50 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.72

Upstream changes:
1.72 Wed Apr 29 22:43:13 PDT 2015
  No change to actual code Table.pm
  Just comment out "Guess Windows file format" from t/test1.t, as \ 
Strawberry Perl swallows \r
  and fails the test, however, this does not affect it to use the package

1.71
  Fixed a minor bug in rename(), where the old name was not complete deleted.
  The bug was triggered in rowMerge(byName=>1) + a very special situations.
  Also fixed several typos in the test code.

  A special thank to Alexandr Ciornii for help prepare new Makefile.PL,
  as well as create better test files.
   2014-12-12 05:43:16 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update 1.68 to 1.70
-------------------
1.70 Sat Jan 25 06:44:12 PST 2014
  - Minor patch to 1.69, as encoding function is only reliably supported
  by Perl newer than v5.8.1.

  - Patch internal method openFileWithEncoding(), so that older Perl
  version will not give an error.

  - Fixed a warning in fromFileGuessOS, introduced in 1.69.

1.69 Tue Jan 14 10:22:19 PST 2014

  Fix a minor bug in pivot() related to colToSplitIsStringOrNumeric.

  Integer column names are allowed. However, fromFile by default does
  not take numeric column names, unless allowNumericHeader is set to
  1.
  Patch fromFile(), checkHeader(), colIndex(), fromFileIsHeader(), \ 
fromFileGetTopLines()
  to support numeric column header.
  An integer is first interpreted as a column name. Therefore,
  accessing a column by its ordinal number may not be possible, if the
  number is used as a column name. In such case, first fetch the
  corresponding column name and access by name.

  Support file encoding methods in fromFile, fromCSV, fromTSV.  E.g.,
  fromCSV("filename, 1, undef, {encoding=> 'UTF-8'}) UTF-8 is the
  default encoding, can be controlled by
  $Data::Table::DEFAULTS{ENCODING}.  Thanks to questions asked by
  Sergio Basto and Thomas Hofmann.

  If an integer is passed to colIndex(), it is interpreted as string
  first for column lookup.  fromFile by default will allow numeric
  headers (but not all column headers can be numeric).

  support skip_empty in melt();

Next | Query returned 37 messages, browsing 11 to 20 | Previous