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
Xin LI
f60486b3ce
Several signed/unsigned warning fixes.
2009-03-28 05:45:29 +00:00
..
extern.h
…
Makefile.inc
…
rec_close.c
Several signed/unsigned warning fixes.
2009-03-28 05:45:29 +00:00
rec_delete.c
Rename variable 'index' to 'idx' to avoid name collision with index(3),
2009-03-03 02:16:12 +00:00
rec_get.c
Our realloc(3) and reallocf(3) can handle NULL, which turns it into a
2009-03-05 00:57:01 +00:00
rec_open.c
Style changes (including additional casts to shut up warnings). This
2009-03-04 00:58:04 +00:00
rec_put.c
Several signed/unsigned warning fixes.
2009-03-28 05:45:29 +00:00
rec_search.c
Style changes (including additional casts to shut up warnings). This
2009-03-04 00:58:04 +00:00
rec_seq.c
Style changes (including additional casts to shut up warnings). This
2009-03-04 00:58:04 +00:00
rec_utils.c
Our realloc(3) and reallocf(3) can handle NULL, which turns it into a
2009-03-05 00:57:01 +00:00
recno.h
…