Commit graph

4 commits

Author SHA1 Message Date
Aaron Dalton
291163e6df - Updated from v1.45 to v1.47
Approved by:	tobez (implicit)

1.47 Sun May 21 15:03:14 PDT 2006
  Upload the wrong code in 1.46, re-upload

1.46 Sat May 13 05:44:09 PDT 2006
  fromCSV, fromTSV, csv, tsv can all take either a file hander or a file
name
  Notice: to leave rooms for future development, file handler is not
closed by Data::Table.
          It's caller's responsibility to close it afterwards, if no
longer used.
  table::sort code is replaced, the old sort method is renamed to sort_v0
and is deprecated.
  The new sort method allow user-defined sorting operators, please read
manual on table::sort
  The new sort method also runs faster in some benchmark tests.
  A big thank to Wenbin Ye for suggestions, as well as contributing
    both the new sort code and test examples
2006-05-23 16:46:50 +00:00
Aaron Dalton
de64f180b8 - Updated from 1.43 to 1.45
- Updated maintainer

1.45 Mon May  1 09:08:20 PDT 2006
  Fix a bug in fromTSV
  last column name is truncated by one character (introduced in 1.44)
  Thanks to Albert V. Smith

1.44 Sat Apr 15 04:27:28 PDT 2006
  Fix a bug in join (type=2 and 3)
  When right or full join, key fields are undef for right-only entries.

  modify fromCSV, fromTSV, tsv, csv subroutines to support read/write PC, Mac and UNIX files.
  csv and tsv can take a file name and directly writes to it.

Approved by:	tobez (implicit);
2006-05-10 03:19:24 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Sergey Matveychuk
00cc21b605 New Port: devel/p5-Data-Table - Data type related to database tables,
spreadsheets, etc...

PR:		ports/73796
Submitted by:	Aaron Dalton <aaron(at)daltons.ca>
2004-11-24 19:21:59 +00:00