summaryrefslogtreecommitdiff
path: root/lib/libc/db/hash
AgeCommit message (Expand)Author
2000-01-22Delint.mycroft
1999-07-29Only squeeze a short key/value pair onto a page with other complete key/valuemycroft
1999-07-29When deleting a big key, the offset of an empty page should be bsize, notmycroft
1999-07-29Previous bug fix was slightly wrong. In this case, the data must start on amycroft
1999-07-29Return a useful errno value in the overflow case.mycroft
1999-07-28Make the packing more dense in a couple of cases.mycroft
1999-07-28If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause anmycroft
1999-07-10don't compare non-pointer values against NULL.christos
1999-02-16Per XSI5, make ENTRY.data a typeless pointer.kleink
1999-02-16Per XSI5, let hcreate() take a size_t argument.kleink
1999-02-16Dispose the private search.h header and use <search.h>, which is a superset,kleink
1998-12-09delintchristos
1998-10-14Need "namespace.h".kleink
1998-08-18Add some braces to make egcs happy.thorpej
1998-07-26Reinitialize the mkstemp() template each time it's used.mycroft
1998-06-30Use pread(2) and pwrite(2) where appropriate.thorpej
1998-05-07Change the file mode argument to dbopen() and the db backends from int tokleink
1998-05-07Change the file mode argument to dbm_open() from int to mode_t.kleink
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1996-11-07Rename the errno field in struct htab to err, as the former namejtc
1996-05-04fix a bug that shows up only on alphas: ndbm "datum" variables can't becgd
1996-05-03reapply diff from rev. 1.7. can't cast pointers to ints; what's really wantedcgd
1996-05-03merge DB 1.85 changescgd
1995-03-01Clean up deleted files.mycroft
1995-02-27add unintrusive Idscgd
1995-02-27add unintrusive Idscgd
1994-10-19be a bit nicer with the return valuecgd
1994-08-18clean up importcgd
1994-01-13fix sall memory leak. from Christopher Jon Kane <kane@kidd.vet.purdue.edu>cgd
1993-10-20update to v1.72 of new DB codecgd
1993-09-17get rid of extraneous include of machine/endian.h now that it'scgd
1993-09-17version 1.71 of new db codecgd
1993-09-09upgrade new DB code to version 1.7cgd
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-06-14update db code to v1.6 from vangogh, and put it in "db" rather than "DB"cgd
1993-06-14Clean up deleted files.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd