freebsd-dev/lib/libc/db/btree
Jun Kuriyama 0c1691334a Fix a condition where the hole would be inserted in the wrong
place during a split.

Obtained from:	NetBSD
2004-09-13 22:07:24 +00:00
..
bt_close.c
bt_conv.c
bt_debug.c Fix format strings to unbreak with -DDEBUG option. 2004-09-10 05:44:17 +00:00
bt_delete.c
bt_get.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
bt_open.c
bt_overflow.c
bt_page.c
bt_put.c Fix a sizeof error in __bt_put: when writing they key and data sizes 2003-05-30 11:05:08 +00:00
bt_search.c
bt_seq.c
bt_split.c Fix a condition where the hole would be inserted in the wrong 2004-09-13 22:07:24 +00:00
bt_utils.c Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
btree.h
extern.h
Makefile.inc