52061 | 23-Dec-1991 |
bostic |
prototype internal routines |
52001 | 18-Dec-1991 |
bostic |
Make sure that the overflow points get initialized correctly when the table is created empty. Also, make overflow point calculation a function of (max_bucket + 1), not just max_bucket. |
51970 | 16-Dec-1991 |
bostic |
don't bother with the macros, performance isn't an issue here |
51969 | 16-Dec-1991 |
bostic |
fix BTDATAOFF macro to work even if the compiler pads to long boundary |
51968 | 16-Dec-1991 |
bostic |
get the swap macro sizes right |
51967 | 16-Dec-1991 |
bostic |
don't bother with the macros, performance isn't an issue here |
51949 | 14-Dec-1991 |
mckusick |
statfs.f_bsize => statfs.f_iosize; statfs.f_fsize => statfs.f_bsize (for SunOS) |
51948 | 14-Dec-1991 |
mckusick |
statfs.f_bsize => statfs.f_iosize; statfs.f_fsize => statfs.f_bsize (for SunOS) |
51880 | 11-Dec-1991 |
bostic |
If two keys compare equal, return the index of the matching key not the next index. Test case is inserting two identical keys into the database at the beginning of a page (before anything else). |
51876 | 09-Dec-1991 |
bostic |
welcome to the wonderful world of ANSI! |
51875 | 09-Dec-1991 |
bostic |
programmer head space error |
51873 | 09-Dec-1991 |
bostic |
htonl -> HTONL |
51816 | 27-Nov-1991 |
bostic |
link inet_aton to inet |
51815 | 27-Nov-1991 |
bostic |
fhandle_t is a structure itself. |
51814 | 26-Nov-1991 |
marc |
don't need whdr unless LITTLE_ENDIAN |
51802 | 24-Nov-1991 |
bostic |
free the mpool structure on close, don't free pages anymore, they're allocated as part of the header |
51800 | 22-Nov-1991 |
bostic |
initialize bt_flags field, bozo |
51766 | 20-Nov-1991 |
bostic |
can't increment/decrement void *, but gcc lets you anyway |
51765 | 20-Nov-1991 |
bostic |
clarify order of retrieval for get/seq |
51764 | 20-Nov-1991 |
bostic |
can't increment an lvalue, but gcc lets you anyway |
51763 | 20-Nov-1991 |
bostic |
cast GETBINTERNAL calls for pcc |
51750 | 19-Nov-1991 |
mckusick |
remove libc dependencies |
51749 | 19-Nov-1991 |
mckusick |
date and time created 91/11/19 14:54:08 by mckusick |
51748 | 19-Nov-1991 |
mckusick |
date and time created 91/11/19 14:51:13 by mckusick |
51747 | 19-Nov-1991 |
sccs2svn |
Automatic directory addition |