Revision history for Perl extension AsciiDB::TagFile.
1.00 Fri Oct 3 19:36:47 1997
- original version; created by Jose A. Rodriguez <josear@ac.upc.es>
1.01 Thu Dec 11 19:17:01 1997
- Added FILEMODE parameter; by Jose A. Rodriguez <josear@ac.upc.es>
- Added support for EXISTS
1.02 Thu Jan 8 16:41:34 1998
- Reduced memory usage (removed an internal hash)
Suggested by Michael Pepper <pepper@w3pg.com>:
- Removed perl version 5.004 dependences (foreach my $variable...)
- Fixed bug, now record copies work (ie. $a{'r1'} = $a{'r2'})
- Fixed bug, now a warning is displayed if the DIRECTORY does not
exist
- Added basic support for locking
1.03 Tue Feb 17 09:58:05 1998
- Fixed bug, sometimes deleted records weren't removed from the
file system
- Added a feature to limit the number of records in memory (cache size)
(thanks to Michael Pepper for the testing && suggesting
features)