#
66211 |
| 21-Feb-1994 |
bostic |
make SunOS shut up |
#
65307 |
| 02-Jan-1994 |
bostic |
integrate latest version into 4.4BSD-Lite |
#
64486 |
| 16-Sep-1993 |
bostic |
if btree STATISTICS compiled in, print them out |
#
64453 |
| 07-Sep-1993 |
bostic |
add -l flag to set Db_LOCK |
#
64443 |
| 06-Sep-1993 |
bostic |
strtol -> atoi |
#
64367 |
| 27-Aug-1993 |
bostic |
there's no way to portably test this |
#
64288 |
| 17-Aug-1993 |
bostic |
strtoul -> atoi, add compat.h for memmove() call |
#
61220 |
| 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
60229 |
| 22-May-1993 |
bostic |
add psize to RECNO |
#
60130 |
| 19-May-1993 |
bostic |
returning the wrong structure from the -i option |
#
60129 |
| 19-May-1993 |
margo |
use TMPDIR to specify where the output goes, it can be quite large |
#
59860 |
| 10-May-1993 |
bostic |
delete R_CURSORLOG |
#
59626 |
| 01-May-1993 |
bostic |
add -f so can keep files across successive runs |
#
59493 |
| 29-Apr-1993 |
bostic |
test for DB_RECNO type before freeing key.data |
#
59492 |
| 29-Apr-1993 |
bostic |
put db.h last, so that compatibility version works. |
#
58312 |
| 28-Feb-1993 |
bostic |
cast SIZE_T_MAX so compilers don't get upset |
#
58015 |
| 16-Feb-1993 |
bostic |
bcmp/bcopy/bzero -> memcmp/memmove/memset |
#
57463 |
| 10-Jan-1993 |
bostic |
use strtok, not strsep for compatibility |
#
57461 |
| 10-Jan-1993 |
bostic |
add optind, optarg for compatibility |
#
57456 |
| 10-Jan-1993 |
bostic |
add global dbp pointer for gdb calls; add psize parameter |
#
56992 |
| 04-Dec-1992 |
bostic |
add dump database command |
#
56749 |
| 13-Nov-1992 |
bostic |
add R_SETCURSOR, R_APPEND -> R_CURSORLOG |
#
56557 |
| 13-Oct-1992 |
bostic |
make 'e' handle a carriage return, add comparison command |
#
56489 |
| 09-Oct-1992 |
bostic |
close read file descriptor |
#
56059 |
| 27-Aug-1992 |
bostic |
add 'e' command, report on missing keys in get/seq/put etc. |