42447 | 29-May-1990 |
bostic |
from Chris Torek, ANSI version, works with unsigned length arg |
42439 | 29-May-1990 |
bostic |
date and time created 90/05/29 18:03:45 by bostic |
42438 | 29-May-1990 |
marc |
Minor fixes |
42396 | 27-May-1990 |
bostic |
don't lstat if not crossing a mount point |
42394 | 27-May-1990 |
bostic |
forgot longjmperror() |
42393 | 27-May-1990 |
bostic |
add sigsetjmp, siglongjmp, from ANSI man page, so Berkeley copyright |
42392 | 27-May-1990 |
bostic |
stderr may have been redirected |
42389 | 26-May-1990 |
bostic |
add .even to guarantee jmp instruction is on even address |
42384 | 25-May-1990 |
bostic |
closedir now returns value (POSIX); some manual page restructuring |
42383 | 25-May-1990 |
bostic |
date and time created 90/05/25 17:34:21 by bostic |
42301 | 24-May-1990 |
bostic |
do post-order visit if FTS_SKIP or FTS_XDEV apply to preorder visit |
42299 | 23-May-1990 |
bostic |
FTS_LOGICAL sets FTS_NOCHDIR; otherwise have to save full path each time it indirects through a symlink. Instead of doing getwd/chdir's, open an fd and do an fchdir; wastes an fd per open stream. F
FTS_LOGICAL sets FTS_NOCHDIR; otherwise have to save full path each time it indirects through a symlink. Instead of doing getwd/chdir's, open an fd and do an fchdir; wastes an fd per open stream. Fix ftschildren() -- redid most of the directory handling logic, special case first node in case it gets called before ftsread does a chdir to the subdirectory. Minor changes to path handling in fts_build.
show more ...
|
42281 | 22-May-1990 |
bostic |
redo the way the initial linked list of "roots" is set up; broke if you called ftsread multiple times in the same program. |
42280 | 22-May-1990 |
bostic |
add FTS_XDEV; don't cross mount points |
42273 | 22-May-1990 |
bostic |
change the names from foo to fts_foo |
42266 | 21-May-1990 |
bostic |
put pathnames into netdb.h |
42262 | 21-May-1990 |
bostic |
document how to reparse arguments |
42258 | 20-May-1990 |
bloom |
fix the resolver addresses to be as before if an error occurs |
42252 | 18-May-1990 |
marc |
new calling convention for strsep, takes char ** |
42249 | 18-May-1990 |
bostic |
don't do a putchar on unknown inode... |
42195 | 17-May-1990 |
karels |
simplify rounding, KNF |
42191 | 17-May-1990 |
bostic |
change declaration to match stdlib.h |
42190 | 17-May-1990 |
bostic |
use Chris's version, need to return size_t |
42189 | 17-May-1990 |
bostic |
don't include errno.h, it defines errno |
42188 | 17-May-1990 |
bostic |
don't include errno.h, it defines a variable |