History log of /csrg-svn/lib/libc/db/recno/rec_utils.c (Results 1 – 10 of 10)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 66213 21-Feb-1994 bostic

cast alloc's to shut SunOS up

# 64464 07-Sep-1993 bostic

if DB_LOCK not set, pin page across calls and don't copy key/data pair

# 61207 04-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 58015 16-Feb-1993 bostic

bcmp/bcopy/bzero -> memcmp/memmove/memset

# 57933 11-Feb-1993 bostic

move db.h to the end of the includes, make compat.h work better

# 56998 04-Dec-1992 bostic

copy the length of the data, not the length of the buffer

# 56761 13-Nov-1992 bostic

return the keys as well as the data

# 54285 23-Jun-1992 bostic

increment necessary dsize by 1 so that we don't crash if the first
record retrieved is 0 length.

# 51093 11-Sep-1991 bostic

use intermediate on realloc so can recover from failure

# 50995 04-Sep-1991 bostic

Rev #2. Redo the btree code add recno's and checkpoint