64889 | 16-Nov-1993 |
bostic |
ETIMEDOUT: Connection timed out -> Operation timed out |
64884 | 16-Nov-1993 |
bostic |
typo |
64811 | 04-Nov-1993 |
torek |
fseek drops ungetc data; compute correct final offset (from Donn@BSDI) |
64810 | 03-Nov-1993 |
torek |
ungetc clears EOF condition |
64809 | 02-Nov-1993 |
bostic |
note that announcements are made of future releases |
64713 | 13-Oct-1993 |
bostic |
don't automatically retain the pattern if GLOB_BRACE or GLOB_TILDE are set; don't retain the pattern if GLOB_NOMAGIC is set unless there aren't any magic characters |
64712 | 13-Oct-1993 |
bostic |
glob0 shouldn't set pglob->gl_matchc to 0, it's done by glob, and glob0 gets called recursively |
64710 | 12-Oct-1993 |
bostic |
typo |
64709 | 12-Oct-1993 |
bostic |
up to 1.72 |
64708 | 12-Oct-1993 |
bostic |
hash can actually read version 1 as well as version 2, the on-disk format didn't change |
64491 | 16-Sep-1993 |
bostic |
note there are formatted man pages |
64490 | 16-Sep-1993 |
bostic |
update to 1.71 |
64489 | 16-Sep-1993 |
bostic |
clear the DB structure (bt_pinned wasn't initialized) |
64488 | 16-Sep-1993 |
bostic |
was returning a pointer into the stack! change to use bt_cur as bt_search does |
64487 | 16-Sep-1993 |
bostic |
make it so you can a class of tests, too |
64486 | 16-Sep-1993 |
bostic |
if btree STATISTICS compiled in, print them out |
64485 | 14-Sep-1993 |
bostic |
the __rec_search value shouldn't be stored in a static, can't pin across calls in that case |
64484 | 14-Sep-1993 |
bostic |
the __bt_search value shouldn't be stored in a static, can't pin across calls in that case |
64483 | 13-Sep-1993 |
bostic |
O_NONBLOCK is reasonable for an open(2) flag |
64482 | 13-Sep-1993 |
bostic |
O_NONBLOCK is reasonable for an open(2) flag |
64481 | 11-Sep-1993 |
bostic |
ndbm will pass none of the (future) DB flags |
64471 | 07-Sep-1993 |
bostic |
rewrite test20 in old-style awk commands the bug is that printf(".*s", 0, string); in old awk printed the whole line, and substr(field, 1, 0) gives you an empty line -- make it all work |
64470 | 07-Sep-1993 |
bostic |
need PORT directory, too, to pick up <sys/XXX.h> |
64469 | 07-Sep-1993 |
bostic |
lint |
64468 | 07-Sep-1993 |
bostic |
1.7 |