45690 | 04-Dec-1990 |
bostic |
split out tzset and tzsetwall from ctime(3); first cut at making it understandable. date and time created 90/12/04 20:11:30 by bostic |
45668 | 30-Nov-1990 |
bostic |
add %s for number of seconds since the Epoch |
45661 | 29-Nov-1990 |
bostic |
minor changes + typos |
45653 | 28-Nov-1990 |
bostic |
new version, using POSIX structures and include file |
45650 | 28-Nov-1990 |
bostic |
EBADFORMAT -> EFTYPE |
45649 | 28-Nov-1990 |
bostic |
EBADFORMAT -> EFTYPE |
45646 | 28-Nov-1990 |
bostic |
make error messages a little better, use constants in unistd.h |
45644 | 27-Nov-1990 |
bostic |
fix cursor movement to work with insertions/deletions, minor hash fixes |
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 ...
|
45640 | 24-Nov-1990 |
bostic |
add EBADFORMAT |
45634 | 21-Nov-1990 |
bostic |
move R_PUT to BTREEINFO structure |
45633 | 21-Nov-1990 |
bostic |
document that nmemb must be < INT_MAX |
45628 | 19-Nov-1990 |
bostic |
document memory behavior and errno values more completely |
45627 | 18-Nov-1990 |
bostic |
wasn't resetting errno for fts_children call of fts_build for unsearchable directories |
45617 | 15-Nov-1990 |
bostic |
lots of changes, rearrangement for clarity, few normative changes |
45600 | 14-Nov-1990 |
bostic |
use macros to set/read options rename functions/fields to POSIX names make comments consistently use capital letters get rid of global variable stream and pass around current stream pointer don't cas
use macros to set/read options rename functions/fields to POSIX names make comments consistently use capital letters get rid of global variable stream and pass around current stream pointer don't cast free to void add FTS__NOINSTR flag, instead of using 0 as "no user instructions" allow fts_children call for FTS_{D,DNR,DNX} instead of just FTS_D change fts_build so that fts_children can read FTS_DNX directories make fts_stat return FTS_NS on stat failure, not FTS_ERR make fts_stat unset errno on FTS_{NS,SLNONE} conditions
show more ...
|
45581 | 14-Nov-1990 |
bostic |
broke if registered more than 32 atexit functions; from Chris Torek |
45568 | 12-Nov-1990 |
bostic |
cleanup, change exit status, lots of rewrite for style |
45565 | 11-Nov-1990 |
bostic |
add books/papers to SEE ALSO |
45564 | 11-Nov-1990 |
bostic |
add radixsort |
45563 | 11-Nov-1990 |
bostic |
move radixsort to stdlib, so it's with qsort |
45529 | 08-Nov-1990 |
bostic |
checkpoint, add various flags, add btree stuff consistently |
45528 | 07-Nov-1990 |
marc |
reduce size of devname entry |
45448 | 30-Oct-1990 |
bostic |
minor whacks, try to get to format right |
45447 | 30-Oct-1990 |
bostic |
date and time created 90/10/30 12:41:30 by bostic |