52338 | 04-Feb-1992 |
bostic |
strvis couldn't handle empty strings; from Christos for csh(1) |
52296 | 03-Feb-1992 |
bostic |
date and time created 92/02/03 19:57:24 by bostic |
52295 | 03-Feb-1992 |
bostic |
minor cleanups to the code, KNF, one bug fix; make man pages real |
52294 | 03-Feb-1992 |
marc |
check in forMarc |
52290 | 03-Feb-1992 |
bostic |
fix FTS_FOLLOW so fts can actually return; add flags to FTS struct for symbolic link follow and chdir errors; close symbolic link file descriptors; nlink and cderror fixes in fts_build to make ls wor
fix FTS_FOLLOW so fts can actually return; add flags to FTS struct for symbolic link follow and chdir errors; close symbolic link file descriptors; nlink and cderror fixes in fts_build to make ls work; link directories in forward order for ls -f; minor fixes
show more ...
|
52281 | 02-Feb-1992 |
marc |
check in for marc |
52280 | 02-Feb-1992 |
marc |
check in for marc |
52278 | 31-Jan-1992 |
bostic |
rework errno processing to be more consistent and to set in the correct node; don't chdir back up if unable to chdir down; preserve the cd error value to set in each node of the directory that is read |
52229 | 21-Jan-1992 |
bostic |
index/rindex return a pointer to the character, not the character |
52228 | 21-Jan-1992 |
elan |
Corrected compar() fn type to const FTSENT ** rather than const FTSENT *. |
52227 | 20-Jan-1992 |
bostic |
statb is now a pointer, statp |
52218 | 17-Jan-1992 |
bostic |
see accpath, used by fts_stat |
52209 | 15-Jan-1992 |
bostic |
adjust tree pointers when realloc space; add FTS_DOT; don't allocate stat structures unless user needs them; |
52208 | 15-Jan-1992 |
bostic |
lots of minor rewording; add FTS_DOT, fix errno reporting |
52206 | 14-Jan-1992 |
bostic |
set errno on FTS_DNR |
52204 | 14-Jan-1992 |
bostic |
init the pointer if not passed the array of weightss |
52161 | 09-Jan-1992 |
bostic |
fts_children needs to return user's logical hierarchy; make fts_error user visible, add wording to fts_children description |
52160 | 09-Jan-1992 |
bostic |
fts_children needs to return user's logical hierarchy; change fts_cderr to fts_errno; change fts_children to recognize call before fts_read called; change fts_stat to set fts_errno on error |
52155 | 09-Jan-1992 |
bostic |
KNF |
52150 | 08-Jan-1992 |
bostic |
lint and KNF |
52144 | 08-Jan-1992 |
bostic |
typo |
52075 | 30-Dec-1991 |
bostic |
add fts_cycle for cycles, quit overloading fts_link; minor wordsmithing |
52073 | 30-Dec-1991 |
bostic |
weren't checking high enough in the tree for cycles; get rid of the savelink stuff and just add another pointer field to the FTSENT structure |
52071 | 28-Dec-1991 |
bostic |
ANSI C: tolower/toupper only work if isupper/islower is true for char |
52067 | 26-Dec-1991 |
bostic |
SEEDOT replaced FTS_DOT completely |