56999 | 04-Dec-1992 |
bostic |
add cursor flag test, recno reverse insert test |
56998 | 04-Dec-1992 |
bostic |
copy the length of the data, not the length of the buffer |
56997 | 04-Dec-1992 |
bostic |
it's an insertion if R_IAFTER or R_IBEFORE are set, regardless |
56996 | 04-Dec-1992 |
bostic |
copy the length of the data, not the length of the buffer |
56995 | 04-Dec-1992 |
bostic |
R_CURSOR fails if cursor not initialized or if cursor deleted |
56994 | 04-Dec-1992 |
bostic |
add routine to dump a singlep age |
56993 | 04-Dec-1992 |
bostic |
add routine to dump a single page |
56992 | 04-Dec-1992 |
bostic |
add dump database command |
56991 | 04-Dec-1992 |
bostic |
add dump database command |
56990 | 04-Dec-1992 |
torek |
do early allocation for nonzero size with NULL buffer; cleanup; prettiness |
56989 | 04-Dec-1992 |
torek |
reality |
56988 | 04-Dec-1992 |
torek |
style police; setlinebuf returns whatever setvbuf returns |
56978 | 03-Dec-1992 |
bostic |
add zopen |
56965 | 02-Dec-1992 |
bostic |
add in merge sort from Peter McIlroy |
56964 | 02-Dec-1992 |
bostic |
typo |
56963 | 02-Dec-1992 |
bostic |
typo... |
56962 | 02-Dec-1992 |
bostic |
merge sort from Peter McIlroy date and time created 92/12/02 15:55:33 by bostic |
56959 | 02-Dec-1992 |
bostic |
document error return |
56944 | 02-Dec-1992 |
mckusick |
add GLOB_ALTDIRFUNC to have glob use alternate directory access functions |
56942 | 02-Dec-1992 |
mckusick |
add GLOB_ALTDIRFUNC to have glob use alternate directory access functions |
56907 | 24-Nov-1992 |
bostic |
delete MAP_FILE, it's the default, no longer needs to be specified |
56894 | 18-Nov-1992 |
bostic |
use __USE_OPEN_FLAGS macro from db.h |
56893 | 18-Nov-1992 |
bostic |
hash_put can now set the key, so key not a const * use __USE_OPEN_FLAGS macro from db.h |
56765 | 13-Nov-1992 |
bostic |
test R_CURSOR for both seq and put |
56763 | 13-Nov-1992 |
bostic |
test R_CURSOR use before initialization |