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

first pass at making DB use basic integral types (the Alpha port)

# 64485 14-Sep-1993 bostic

the __rec_search value shouldn't be stored in a static, can't pin
across calls in that case

# 61207 04-Jun-1993 bostic

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

# 57988 14-Feb-1993 bostic

index_t -> indx_t

# 57933 11-Feb-1993 bostic

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

# 57447 10-Jan-1993 bostic

clear the stack in the search routine; it's a lot simpler

# 56759 13-Nov-1992 bostic

prettiness police

# 56042 26-Aug-1992 bostic

nrec is 0-based, here, so > recno, not >= recno, also index was
off-by-one when incrementing/decrementing internal page counts

# 54284 23-Jun-1992 bostic

__bt_push index was off-by-one

# 51092 11-Sep-1991 bostic

drop exact flag (always exact if found at all); increment/decrement
parent pages while searching the tree instead of waiting

# 50995 04-Sep-1991 bostic

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