BSD 4_4_Lite1 release
[unix-history] / usr / src / lib / libc / db / btree / bt_put.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-17 Keith Bosticwas returning a pointer into the stack!
1993-09-08 Keith Bosticif DB_LOCK not set, pin page across calls and don't...
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-17 Keith Bosticbreak BTF flags up into btree/recno (B_, R_) categories
1993-02-17 Keith Bosticbcmp/bcopy/bzero -> memcmp/memmove/memset
1993-02-15 Keith Bosticindex -> indx_t
1993-02-12 Keith Bosticmove db.h to the end of the includes, make compat.h...
1993-01-11 Keith Bosticclear the stack in the search routine; it's a lot simpler
1993-01-11 Keith Bosticjust clear the stack in on entry to put instead of...
1992-12-05 Keith BosticR_CURSOR fails if cursor not initialized or if cursor...
1992-11-14 Keith Bosticlint cleanup, prettiness polic, add R_SETCURSOR
1992-10-14 Keith Bosticbcopy the pgno/size for overflow pages, may not be...
1991-12-12 Keith BosticIf two keys compare equal, return the index of the...
1991-09-13 Keith Bosticfix overflow checking code to always keep the key in...
1991-09-05 Keith BosticRev #2. Redo the btree code add recno's and checkpoint
1991-02-23 Keith BosticANSI prototypes
1991-02-19 Mike A. Olsonfix stack management bug
1991-01-24 Mike A. Olsondate and time created 91/01/23 08:12:42 by mao
1982-10-12 CSRGStart development on BSD 4_4_Lite1
1979-09-27 CSRGStart development on BSD 4_4