Revision history for Perl extension Text::xSV.
0.01 Sat Mar 17 00:50:11 2001
- original version; posted to PerlMonks
0.02 Sat Mar 17 14:00:00 2001
- Fixed bug in presentation of double-quotes
0.03 Sun Apr 08 14:00:00 2001
- Made warnings safe
0.04 Mon Apr 16 23:10:00 EDT 2001
- Add filter
- Slightly improved warnings
- Put on CPAN
0.05 Sun Jun 3 10:00 2001
- Make empty unquoted strings null
- Fix bug that was hidden by a 5.005_03 bug
- Add success tests
0.06 Sat Nov 1 23:45:00 PST 2003
- Fix misnaming of bind_header in documentation
- Apply patch from Klaus Weidner <kw@w-m-p.com>
for segmentation faults on large fields
- Switch to Module::Build
- Add alias, delete, get_fields.
- Add support for arbitrary computed fields with
add_compute.
0.07 Mon Nov 3 8:30:00 PST 2003
- Hopefully fix caching test that was broken on Win32
(I strongly suspect due to different behaviour of
"local"). The fix also avoids a theroetical bug
that I had not thought through with multiple xSV
objects whose computes call each other.
0.08 Sun Dec 7 11:49:39 PST 2003
- Made it ignore \r by default (helps *nix users who
are reading Windows files).
- Allow people to set arbitrary error handling routines.
- Added extract_hash and fetchrow_hash utility
functions. I may add more of these later.
0.09 Mon Mar 15 02:00:00 PST 2004
- Fixed bug where row_size would reset on error.
(Reported by Rob Kinyon.)
- Fixed false claim about Text::CSV.
- Made bind_headers an alias for bind_header.
- Made open_file not just be for reads. Documented it.
- Added set_row_size. Documented it.
- Gave reasonable defaults if both fh and filename are
missing. Documented it.
- Made row_size warning optional with set_row_size_warning.
per request from Chad Simmons. Documented it.
- Added format_* functions. Documented them.
- Added print_* functions. Documented them.
0.10 Mon Mar 15 09:00:00 PST 2004
- Forgot date on version 0.09.
- Empty string when saved and read would come back as undef.
Fixed.