2005-04-22 13:19 chris
* Build.PL, LICENSE, MANIFEST, README, index.html, lib/CAM/DBF.pm:
Relicense, add docs
2005-02-08 14:12 tasc
* bin/dbf2csv, lib/CAM/DBF.pm:
v1.01 Add sample data row to dbf2csv -i
2003-09-16 18:00 chris
* Build.PL, DBF.pm, LICENSE, MANIFEST, Makefile.PL, README,
dbf2csv, debugdbf, index.html, packdbf, test.pl, bin/dbf2csv,
bin/debugdbf, bin/packdbf, lib/CAM/DBF.pm: v1.00 Update for new
build and license infrastructure Add high-level documentation
2003-08-29 13:40 tasc
* DBF.pm, debugdbf: v0.55 Add another file header validity check
(an old fix made a while back...)
2003-03-09 09:56 chris
* DBF.pm: trivial docs update
2003-02-27 12:28 tasc
* DBF.pm: v0.54 Increment version for fixing that last bug
2003-02-27 12:27 tasc
* DBF.pm: Reduce the severity of failing the file size checking in
the header
2003-02-10 17:18 tasc
* DBF.pm: Typo on variable name
2003-02-10 17:17 tasc
* DBF.pm, debugdbf: v0.53 Bugfixes: _readrows mistakenly bailed
on deleted rows makeRowList forgot to return a value
2003-02-07 12:43 chris
* DBF.pm, MANIFEST, Makefile.PL, debugdbf, debugdbf.pl, test.pl:
v0.52 Rename debugdbf file, add it to script export list Remove
unimplemented functions Add appendrow(s)_hashref() functions
Update test script, plus improvements
2003-02-07 12:11 tasc
* DBF.pm, test.pl: Improve test script (still v0.51)
2003-02-07 12:03 tasc
* DBF.pm, test.pl: v0.51 BIG bugfix in row caching Fixes to
appendrow_arrayref (which never really worked before, but does
now) Big improvements to the test script
2003-02-06 15:57 tasc
* DBF.pm: doc typo fix
2003-02-06 15:56 tasc
* DBF.pm: v0.50 Bugfix: caching was picking the wrong rows
2003-02-06 15:56 tasc
* debugdbf.pl: Add more debugging features, change row counting
from 1-based to 0-based
2003-02-03 14:53 chris
* DBF.pm, test.pl: v0.49 Row caching, better testing
2003-02-03 08:51 chris
* DBF.pm: v0.48
2003-02-03 08:50 tasc
* DBF.pm: Add test to make sure we haven't hit EOF when reading DBF
header
2003-01-27 13:28 tasc
* debugdbf.pl: Check for undef (but how could this be undef??)
2003-01-27 13:28 tasc
* DBF.pm: Add flag to allow off-by-one header sizes
2002-12-23 16:18 chris
* dbf2csv: another bug
2002-12-23 15:49 chris
* dbf2csv: The REAL fix v0.47
2002-12-23 15:30 chris
* DBF.pm, dbf2csv: Bugfix: Change --repair flag from -r to -R so as
to not conflict with the -r of --record.
2002-12-09 09:21 chris
* DBF.pm: Increment version to 0.46 for the support tools
2002-12-06 17:01 chris
* dbf2csv: add -r flag to repair header
2002-12-06 15:26 chris
* debugdbf.pl: Better library detection
2002-11-25 13:26 tasc
* debugdbf.pl: Still 0.45: skip deleted records in matchrows
command
2002-11-25 12:03 tasc
* DBF.pm: (still part of the v0.45 release...) * Fixed a
long-standing bug in the delete flag detection * Added a verbose
flag to new() to warn if header corruption is corrected.
2002-11-25 10:57 tasc
* DBF.pm, debugdbf.pl, packdbf: Incremented version to v0.45 * Rows
are "deleted" if the don't start with " " (used to be they were
"deleted" if they did start with "*") * Add ability to recompute
the header length on the fly * Add debug script option to fix the
header * Add debug script option to print out rows with corrupt
delete flags
2002-11-18 13:17 chris
* DBF.pm, dbf2csv, packdbf: Add repairHeaderData() function
2002-11-18 11:52 tasc
* DBF.pm, debugdbf.pl: Add code to correct the number of records
based on the file size
2002-11-18 11:09 tasc
* debugdbf.pl: Add "countnondeletes" command to debug script
debugdbf.pl <dbffile> info countnondeletes countdeletes is a good
file workout.
2002-11-18 09:54 tasc
* debugdbf.pl: Fix typo
2002-11-13 11:56 tasc
* debugdbf.pl: More features for the debugdbf.pl script
2002-11-13 11:05 tasc
* debugdbf.pl: typo
2002-11-13 11:02 chris
* debugdbf.pl: Another debug command
2002-11-13 10:56 chris
* DBF.pm, MANIFEST, dbf2csv, debugdbf.pl: v0.42 Added specialized
debugging script
2002-11-13 10:03 chris
* DBF.pm, dbf2csv: v0.41 Small tweaks: break out validateColumns
function, and some integrity checking in dbf2csv -i
2002-11-06 17:31 chris
* Makefile.PL: Add packdbf to EXE list
2002-11-06 17:09 chris
* DBF.pm, MANIFEST, packdbf, test.pl: v0.40 Add create() function
to write headers Add packdbf cmdline utility Add test code
2002-11-04 10:50 chris
* DBF.pm, dbf2csv: v 0.31, add some dbf2csv -i diagnostics
2002-11-04 10:49 tasc
* DBF.pm: Updates to DBF: header diagnostics, appendrow
2002-09-25 16:48 tasc
* DBF.pm: Added append functionality and multirow reads
2002-09-17 15:06 chris
* DBF.pm: Add delete/undelete functions. Add documentation. Clean
up some coding style. Add stubs for writing DBFs.
2002-09-11 17:06 chris
* DBF.pm: Fix and off-by-one bug in fetchrow_hashref
2002-06-06 09:32 tasc
* DBF.pm: Added some speedups to the core _readrow function.
2002-05-15 11:46 chris
* dbf2csv: Documentation
2002-05-15 11:35 chris
* MANIFEST, dbf2csv: Add -i flag to dbf2csv Fix MANIFEST to hold
ChangeLog
2002-05-15 11:13 chris
* Changes: Get rid of unused Changes file
2002-05-15 11:12 chris
* DBF.pm: Added some metadata accessor functions, added some
documentation, bumped the version number to 0.12.
2002-05-03 17:28 chris
* dbf2csv: Fix bug in command line option
2002-05-03 17:22 chris
* DBF.pm, MANIFEST, Makefile.PL, dbf2csv: * bug fixes * performance
tweaks * documentation updates * command line utility
2002-05-03 13:59 chris
* DBF.pm: Minor documentation bug
2002-04-26 17:34 chris
* DBF.pm: documentation tweaks
2002-04-26 17:28 chris
* DBF.pm: Fix package
2002-04-26 16:26 chris
* Changes, DBF.pm, MANIFEST, Makefile.PL, test.pl: Initial revision
2002-04-26 16:26 chris
* Changes, DBF.pm, MANIFEST, Makefile.PL, test.pl: initial import