make it possible to compile new versions of db that load against
[unix-history] / usr / src / include / db.h
1994-01-03 Keith Bosticmake it possible to compile new versions of db that...
1994-01-03 Keith Bosticmove acceptable open(2) flag check to dbopen, no longer...
1993-06-03 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-25 Keith Bosticinstead of using the sync flag, return a pointer to...
1993-05-23 Keith Bosticadd a file descriptor return interface
1993-05-17 Keith Bosticadd psize to recno, passed to btree
1993-05-17 Keith Bosticmake sync take a flags argument (add R_RECNOSYNC flag)
1993-05-11 Keith Bosticdelete R_CURSORLOG
1993-02-15 Keith Bosticindex_t -> indx_t
1992-11-19 Keith Bosticadd __USE_OPEN_FLAGS, it's privately used, though
1992-11-12 Keith BosticR_APPEND -> R_CURSORLOG; add R_SETCURSOR
1992-04-26 Ralph Campbelladded sys/types.h since its needed.
1991-09-27 Keith Bosticport.h has typedef's for u_'s, do it right for BSD
1991-09-27 Keith Bosticminimize the dependencies on <sys/types.h
1991-09-12 Keith Bosticminor rearrangements
1991-09-09 Keith Bosticbump the hash version to 2; (allocate overflow pages...
1991-09-09 Keith Bosticfold routine flags into one list; add pointer oriented...
1991-09-05 Keith BosticRev #2; new interface, btrees, recno's.
1991-08-06 Keith BosticDBT should have a size_t as an arg, not an int
1991-04-02 Keith Bosticadd DB.type field to reflect type of underlying database
1991-04-02 Keith Bosticdata is a void *
1991-03-19 Keith BosticI got a little too enthusiastic, there...
1991-03-12 Keith Bosticchange hash "bytes to cache" to cachesize for consistency
1991-03-04 Keith Bosticdo function prototypes for db(3) internal routines
1991-03-04 Keith BosticDBT.data is unsigned
1991-02-23 Keith Bosticmake safe for c++
1991-02-23 Donn SeeleyRemove prototype parameter names, both because they...
1991-02-13 Keith Bosticprotect against user inclusion (included by ndbm.h)
1990-12-06 Keith Bosticdate and time created 90/12/05 11:57:06 by bostic