Show last: 20 , 50 , 100 , All

Date File Revision Author Revision Log
2007/05/18 21:16:43 71 71 dpavlin added -v to dump script which will display erased records and empty subfields
2006/08/26 23:09:20 68 68 dpavlin changed options to -o offset and -l limit
2006/07/07 21:11:01 50 50 dpavlin support for repeatable subfields, version bump to 0.20

THIS MIGHT BE INCOMPATIBILE CHANGE for old programs if they always expect to
get scalar for values in hash generated by to_hash.
2006/06/29 23:20:14 43 43 dpavlin actually use -n argument for maximum records to dump
2005/12/09 14:50:52 42 42 dpavlin added -d path and -n flags
2005/01/06 20:48:07 36 36 dpavlin renamed module to Biblio::Isis
Copied from /trunk/IsisDB.pm:35
2005/01/05 15:46:26 32 32 dpavlin new api version
- added count method (instead of calling maxmfn directly in object)
- added POD coverage test
- moved unpack_cnt to be separate method and document it
2005/01/02 02:41:30 30 30 dpavlin fix
2005/01/01 22:39:27 29 29 dpavlin renamed example script
Copied from /trunk/scripts/dump_isis.pl:26
2004/12/30 19:45:14 17 17 dpavlin small script to compare output from IsisDB with OpenISIS
2004/12/29 22:46:40 15 15 dpavlin mostly documentation improvements, but also nicer output and field names
output (using .FDT file) in to_ascii if read_fdt is specified
2004/12/29 20:11:34 14 14 dpavlin benchmark hash creation for various implementations
2004/12/29 20:10:59 13 13 dpavlin added debug output which displays raw structures
2004/12/29 16:01:41 9 9 dpavlin logically deleted records are by default skipped, but can be included using
include_deleted option to new
2004/12/29 15:10:34 7 7 dpavlin added benchmarking script, some speedup (7029.54/s vs 5829.19/s),
removed left-overs from php porting (dictionaries are not supported by this module),
make dump_isis.pl arguments same as dump_openisis.pl,
renamed GetMFN to fetch
2004/12/28 04:06:04 4 4 dpavlin print number of rows
2004/12/28 01:41:45 2 2 dpavlin first working version:
- add support for repeatable fields (so all hash values becomed arrays, even
with single element)
- scripts to dump CDS/ISIS database using this module and OpenIsis
- to_ascii method which dumps ascii output of record
2004/12/28 00:43:04 1 1 dpavlin Import of old code back from february to actually make it work.