forked from pool/perl-Text-CSV_XS
This commit is contained in:
committed by
Git OBS Bridge
parent
027ef924d4
commit
cb97c3b8a2
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 11:07:25 CEST 2008 - ug@suse.de
|
||||
|
||||
- version 0.41
|
||||
- error_diag () subclassable
|
||||
- typo in bind_columns () docs
|
||||
- examples/csv2xls now uses getline ()
|
||||
- better test for getline in t/75_hashref.t (makamata)
|
||||
- document return value of getline () with bind_columns ()
|
||||
- add perl version prereq to META.yml
|
||||
- Implemented getline_hr () and column_names () RT 34474
|
||||
(suggestions accepted from Mark Stosberg)
|
||||
- Corrected misspelled variable names in XS
|
||||
- Functions are now =head2 type doc entries (Mark Stosberg)
|
||||
- Make SetDiag() available to the perl level, so errors can
|
||||
be centralized and consistent
|
||||
- Integrate the non-XS errors into XS
|
||||
- Add t/75_hashref.t
|
||||
- Testcase for error 2023 (Michael P Randall)
|
||||
- Completely refactored the XS part of parse/getline, which
|
||||
is now up to 6% faster. YMMV
|
||||
- Completed bind_columns. On straight fetches now up to three
|
||||
times as fast as normal fetches (both using getline ())
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 11:35:03 CEST 2008 - ug@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user