summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fts.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-36/+36
|
* mdoc(7) police: formatting nits.ru2002-11-291-1/+1
| | | | Approved by: re
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-5/+40
| | | | | | | | | | | | | | | | hack, thereby allowing future extensions to the structure (e.g., for extended attributes) without rebreaking the ABI. FTSENT now contains a pointer to the parent stream, which fts_compar() can then take advantage of, avoiding the undefined behavior previously warned about. As a consequence of this change, the prototype of the comparison function passed to fts_open() has changed to reflect the required amount of constness for its use. All callers in the tree are updated to use the correct prototype. Comparison functions can now make use of the new parent pointer to access the new stream-specific private data pointer, which is intended to assist creation of reentrant library routines which use fts(3) internally. Not objected to in spirit by: -arch
* Document the FTS_ROOTPARENTLEVEL and FTS_ROOTLEVEL constants.ru2001-09-201-5/+9
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-4/+4
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-12/+12
|
* Whitespace only change: trim trailing whitespace.asmodai2000-10-301-2/+2
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* fts_pathlen and fts_namelen are u_short, not shortkris1999-11-151-2/+2
| | | | Obtained from: OpenBSD
* mdoc(7)'fyphantom1999-10-301-3/+9
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Strings are terminated by NUL, not NULL.jraynard1998-02-281-3/+3
|
* The first argument to fts_set was wrong. Part of PR# 2917.mpp1997-03-091-1/+2
|
* Corrected a couple of errors in the fts(3) manual page. The prototypejdp1996-02-151-2/+2
| | | | | | for "fts_open" was wrong. Also, the "fts_info" field of the FTSENT structure was misleadingly described as containing "flags". Actually, it contains a single integer value.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+748
OpenPOWER on IntegriCloud