Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > c3ad447016d8c5ff84bc80fc4ff3449c > files > 6

dbh-1.0.24-9.fc12.i686.rpm

* 1.0.10: 24-7-02:
  Added functions DBH_load_parent() and DBH_load_child(). 
  - Documentation updated for new functions.
  - Example program simple_hash.c includes the two new functions.
  DBH_create() flushes write buffer to avoid ending up with an invalid
    DBHashTable on a abnormal program termination before a flush happens.

* 1.0.9: 8-7-02:
  DBH_create now does a memset(0) to head_info to avoid junk on unused
  portion of header

* 1.0.8: 7-7-02:
  DBH_prune() and DBH_unprune() added. 
  simple_hash.c set with prune, unprune examples.
  Minor cleanup of "erased" code.

* 1.0.7: 6.7.02:
  the following memory check is now done automatically by DBH_set_data():
     if (strlen(textos) >= DBH_MAXIMUM_RECORD_SIZE(node)) 
		   DBH_Size(node,strlen(textos)+1);

* 1.0.6: 5-6-02
  Specfile, configure scripts and all working.
  version released.

* 1.0.0: 28-5-02
  initial dbh-1.0 released. Based on smd-5.1.9