History log of /csrg-svn/lib/libc/ (Results 2501 – 2525 of 5549)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4244729-May-1990 bostic

from Chris Torek, ANSI version, works with unsigned length arg

4243929-May-1990 bostic

date and time created 90/05/29 18:03:45 by bostic

4243829-May-1990 marc

Minor fixes

4239627-May-1990 bostic

don't lstat if not crossing a mount point

4239427-May-1990 bostic

forgot longjmperror()

4239327-May-1990 bostic

add sigsetjmp, siglongjmp, from ANSI man page, so Berkeley copyright

4239227-May-1990 bostic

stderr may have been redirected

4238926-May-1990 bostic

add .even to guarantee jmp instruction is on even address

4238425-May-1990 bostic

closedir now returns value (POSIX); some manual page restructuring

4238325-May-1990 bostic

date and time created 90/05/25 17:34:21 by bostic

4230124-May-1990 bostic

do post-order visit if FTS_SKIP or FTS_XDEV apply to preorder visit

4229923-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 ...

4228122-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.

4228022-May-1990 bostic

add FTS_XDEV; don't cross mount points

4227322-May-1990 bostic

change the names from foo to fts_foo

4226621-May-1990 bostic

put pathnames into netdb.h

4226221-May-1990 bostic

document how to reparse arguments

4225820-May-1990 bloom

fix the resolver addresses to be as before if an error occurs

4225218-May-1990 marc

new calling convention for strsep, takes char **

4224918-May-1990 bostic

don't do a putchar on unknown inode...

4219517-May-1990 karels

simplify rounding, KNF

4219117-May-1990 bostic

change declaration to match stdlib.h

4219017-May-1990 bostic

use Chris's version, need to return size_t

4218917-May-1990 bostic

don't include errno.h, it defines errno

4218817-May-1990 bostic

don't include errno.h, it defines a variable

1...<<101102103104105106107108109110>>...222