This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
lib
/
libc
/
db
/
recno
History
Brian Feldman
4f0682b0f3
If using a DB_RECNO, db::put should return the new key if R_IAFTER is
...
set, not the previous key. Add $FreeBSD$, not taking this off the vendor branch because it's not on.
2000-08-08 05:20:57 +00:00
..
extern.h
…
Makefile.inc
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
rec_close.c
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
2000-01-27 23:07:25 +00:00
rec_delete.c
…
rec_get.c
Replace memory leaking instances of realloc with non-leaking reallocf.
1998-09-16 04:17:47 +00:00
rec_open.c
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
2000-01-27 23:07:25 +00:00
rec_put.c
If using a DB_RECNO, db::put should return the new key if R_IAFTER is
2000-08-08 05:20:57 +00:00
rec_search.c
…
rec_seq.c
…
rec_utils.c
…
recno.h
…