56762 | 13-Nov-1992 |
bostic |
put can now set the key, so it's not a const * anymore |
56761 | 13-Nov-1992 |
bostic |
return the keys as well as the data |
56760 | 13-Nov-1992 |
bostic |
return RET_SPECIAL if R_PREV and at record 1; check for in memory trees; use __rec_ret to return the keys |
56759 | 13-Nov-1992 |
bostic |
prettiness police |
56758 | 13-Nov-1992 |
bostic |
key can be set by put, now, so no longer const *; change R_APPEND to R_CUSORLOG, with minor changes in semantics remove BTF_DELCRSR, since recno just decrements the cursor, add test for BTF_SEQINIT i
key can be set by put, now, so no longer const *; change R_APPEND to R_CUSORLOG, with minor changes in semantics remove BTF_DELCRSR, since recno just decrements the cursor, add test for BTF_SEQINIT if using R_CURSOR add in memory recno trees; add R_SETCURSOR, and return the key
show more ...
|
56757 | 13-Nov-1992 |
bostic |
add in-memory versions of recno trees, lint fixes |
56756 | 13-Nov-1992 |
bostic |
test for initialization of the cursor before deleting what it refs deleting the cursor changes it, so the test is for no more records no need to set the BTF_DELCRSR flag, just decrement the cursor |
56755 | 13-Nov-1992 |
bostic |
require the cursor be initialized before deleting using R_CURSOR |
56754 | 13-Nov-1992 |
bostic |
check for in memory tree |
56753 | 13-Nov-1992 |
bostic |
check for in memory recno tree; __rec_ret takes new key arguments bug, wasn't setting len variable in __rec_fpipe |
56752 | 13-Nov-1992 |
bostic |
__rec_put can fill in the key, so it's no longer a const * __rec_ret now fills in the key |
56751 | 13-Nov-1992 |
bostic |
lint cleanup, prettiness polic, add R_SETCURSOR |
56750 | 13-Nov-1992 |
bostic |
use obj |
56749 | 13-Nov-1992 |
bostic |
add R_SETCURSOR, R_APPEND -> R_CURSORLOG |
56743 | 13-Nov-1992 |
bostic |
prettiness police |
56742 | 13-Nov-1992 |
bostic |
reorder malloc/mpool_get for simplicity; save off error from delete |
56741 | 13-Nov-1992 |
bostic |
abort() if unrecognized switch value; initialize nksize (thanks GCC!) |
56740 | 13-Nov-1992 |
bostic |
prettiness police |
56739 | 13-Nov-1992 |
bostic |
prettiness police |
56738 | 13-Nov-1992 |
bostic |
prettiness police |
56737 | 13-Nov-1992 |
bostic |
bt_put can set the key, now, no longer const arg |
56736 | 13-Nov-1992 |
bostic |
add BTF_RINMEM for recno in memory trees add CLR, ISSET |
56734 | 13-Nov-1992 |
bostic |
prettiness police |
56733 | 13-Nov-1992 |
bostic |
litn |
56732 | 13-Nov-1992 |
bostic |
use SET/ISSET, lint |