BSD 4_4_Lite1 release
[unix-history] / usr / src / lib / libc / db / hash / ndbm.c
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1993-09-12 Keith Bosticndbm will pass none of the (future) DB flags
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-24 Keith BosticChange default page size to 4K and fill factor to 40.
1993-02-12 Keith Bosticmove db.h to the end of the includes, make compat.h...
1992-07-18 Keith Bosticlint
1991-09-12 Keith Bosticmake dbm_pagfno fail on compile, not at run-time
1991-09-09 Keith Bosticadd dbm_dirfno, dbm_pagfno functions
1991-09-09 Keith Bosticneeds __DBINTERFACE_PRIVATE to get prototype for hash_open
1991-09-05 Keith BosticRev #2. ANSI/POSIX and reformatting, a few bug fixes...
1991-06-18 Keith Bosticdon't use sprintf(3) so we don't drag in stdio
1991-03-13 Keith Bosticmake dbm_fetch set dsize to 0 when elements aren't...
1991-03-04 Keith BosticDBT data changed to be unsigned, fix routines that...
1991-02-23 Keith BosticANSI prototypes
1991-02-23 Keith BosticANSI and c++ stuff
1991-02-19 Mike A. Olsonneed to include db.h -- we use HASHINFO here
1991-02-15 Keith Bosticappend ".db" to the file name
1991-02-13 Keith Bosticdate and time created 91/02/12 20:28:07 by bostic
1982-10-12 CSRGStart development on BSD 4_4_Lite1
1979-09-27 CSRGStart development on BSD 4_4