47046 | 06-Mar-1991 |
bostic |
add getopt(3), make links for random |
46627 | 24-Feb-1991 |
bostic |
add ANSI prototypes |
46599 | 23-Feb-1991 |
donn |
Adjustments and bug fixes after adding prototypes to include files. |
46575 | 23-Feb-1991 |
bostic |
reformat to KNF |
46574 | 23-Feb-1991 |
donn |
Changes for prototype declarations. |
46573 | 23-Feb-1991 |
donn |
Changes for prototype declarations. |
46489 | 21-Feb-1991 |
bostic |
morecore should be static |
46448 | 18-Feb-1991 |
donn |
Add our (trivial) multibyte character support. |
46143 | 26-Jan-1991 |
bostic |
doesn't need stdc.h |
46050 | 20-Jan-1991 |
bostic |
new stdio version of exit.c; from Chris Torek |
45935 | 13-Jan-1991 |
bostic |
make SHELLSORT a subroutine -- it's a lot cleaner, and RISC's don't care. |
45779 | 14-Dec-1990 |
bostic |
don't bother storing a temp value |
45643 | 26-Nov-1990 |
bostic |
reimplementation of qsort fix so that comparison routine can call qsort do insertion sort of each partition at THRESH detect already sorted data and skip partition sort select a better median in a fe
reimplementation of qsort fix so that comparison routine can call qsort do insertion sort of each partition at THRESH detect already sorted data and skip partition sort select a better median in a few cases some coding improvements, and lots of comments
show more ...
|
45633 | 21-Nov-1990 |
bostic |
document that nmemb must be < INT_MAX |
45581 | 14-Nov-1990 |
bostic |
broke if registered more than 32 atexit functions; from Chris Torek |
45565 | 11-Nov-1990 |
bostic |
add books/papers to SEE ALSO |
45564 | 11-Nov-1990 |
bostic |
add radixsort |
45447 | 30-Oct-1990 |
bostic |
date and time created 90/10/30 12:41:30 by bostic |
45446 | 30-Oct-1990 |
bostic |
date and time created 90/10/30 12:41:26 by bostic |
45427 | 29-Oct-1990 |
bostic |
NCHARS -> NBUCKETS; redo stack bounding explanation; off-by-one in the stack bounding; fix max bucket selection loop |
45346 | 13-Oct-1990 |
bostic |
no real changes; hopefully make the stack explanation clearer |
45345 | 12-Oct-1990 |
bostic |
bound the stack correctly |
45287 | 01-Oct-1990 |
bostic |
date and time created 90/10/01 22:07:21 by bostic |
45286 | 01-Oct-1990 |
bostic |
date and time created 90/10/01 22:07:16 by bostic |
43571 | 23-Jun-1990 |
trent |
new copyright notice |