summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/glob.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More consistently put remarks about the less useful LC_* categoties,schwarze2019-05-161-2/+11
| | | | | | i.e. those other than LC_CTYPE, into the CAVEATS section, and standardize wording somewhat. OK jmc@
* Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.millert2019-02-041-8/+8
| | | | This requires a libc major version bump. OK deraadt@
* fix broken cross references; found with mandoc -Tlintschwarze2017-07-061-3/+3
|
* Fix broken markup of function pointer invocations; foundschwarze2017-06-101-11/+6
| | | | with mandoc -Tlint. While here, delete .Tn macros.
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-5/+5
|
* Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,millert2013-09-301-3/+3
| | | | MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* the glob stat limit is way too low. bump to 2048.tedu2012-01-201-3/+3
| | | | | while here, failed stats should count against the limit too. ok deraadt sthen stsp
* Extend GLOB_LIMIT to cover readdir and stat and bump the malloc limitnicm2010-10-081-4/+9
| | | | | | | | | | | from ARG_MAX to 64K. Fixes glob-using programs (notably ftp) able to be triggered to hit resource limits. Idea from a similar NetBSD change, original problem reported by jasper@. ok millert tedu jasper
* document GLOB_KEEPSTAT in the RETURN VALUES and STANDARDS sections.djm2010-09-251-3/+14
|
* add a GLOB_KEEPSTAT option that retains a copy of the struct statdjm2010-09-241-2/+15
| | | | | | | | | | | information that is looked up while matching glob(3)s Keeping this information around can make a big difference when fetching it is expensive, e.g. in sftp which uses GLOB_ALTDIRFUNC feedback millert@ jmc@ "get it in before the libc crank" deraadt@
* More delimiters that need quoting inside macros, hunted down by jmc@,schwarze2010-07-151-5/+5
| | | | who asked me to commit because he is just running out of the door.
* Add glob(7) and refer to it. OK jmc@ sobrado@millert2009-03-051-3/+4
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - sync prototypes and header file excerpts to realityjaredy2005-07-221-12/+12
| | | | | | | | | - many grammar, punctuation, macro, layout, spelling/typos, rewording, etc. fixes - avoid first person - sprinkle crossrefs where relevant help & ok jmc
* move error return information from BUGS to ERRORS; ok jmc, millertjaredy2005-07-221-14/+14
|
* escape punctuation;jmc2003-09-021-4/+4
| | | | ok deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* typos;jmc2003-04-301-3/+3
|
* Initial cleanup:mpech2002-04-301-3/+3
| | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
* GLOB_LIMIT changes from christosderaadt2001-03-181-3/+17
|
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-22/+12
|
* .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastaaron2000-12-151-2/+2
| | | | this is consistent.
* Mostly punctuation fixes.aaron2000-04-151-8/+8
|
* insert missing commaaaron1999-09-021-2/+2
|
* - remove all trailing whitespaceaaron1999-07-091-27/+27
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* change some .Em/.Va to .Li, looks niceraaron1999-06-051-3/+3
|
* After some constructive criticism from pjanzen@ and some e-mail tag:aaron1999-06-041-11/+6
| | | | | | | | | | | | | | | - only use the .Dv NULL form when referring explicitly to a function argument or return value - otherwise, use these forms: o non-null o null-terminated (hyphenated form for predicate adjective) o else, null terminated, or null terminate, whichever the case o null pointer, null byte, null string, etc. - may use NUL to refer to an ASCII NUL, but it doesn't need a .Tn macro In general, capitalizing the word "null" everywhere is unnecessary and makes the man pages harder to read. The above is consistent with popular programming texts (i.e., K&R, Stevens).
* repairs; go back over some old files, because we should properly distinguishaaron1999-05-291-3/+2
| | | | | between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL
* repairsaaron1999-05-291-27/+34
|
* Steal better desciption of GLOB_NOESCAPE from fnmatch(3).millert1998-02-031-12/+11
|
* Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escapingmillert1998-01-311-13/+18
| | | | the default. For xpg4.2.
* glob(3) is not xpg4.2 compliant yetmillert1998-01-311-8/+1
|
* Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND tomillert1997-09-011-4/+18
| | | | | GLOB_ABORT and defining GLOB_NOMATCH and GLOB_NOSYS (the latter is not used).
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* from cgd; fix a couple of typesetting and grammatical errors in GLOB_BRACE descriptionderaadt1996-05-011-4/+5
|
* initial import of NetBSD treederaadt1995-10-181-0/+448