summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/glob.3
Commit message (Collapse)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Reflect int -> size_t changes in glob.hache2006-05-221-3/+3
|
* Septepber -> Septembertjr2004-09-011-1/+1
| | | | Noticed by: ru
* Back out the previous change. glob() still does use strcmp() to ordertjr2004-09-011-4/+4
| | | | pathnames.
* Update documentation to match reality: glob() sorts its result accordingtjr2004-08-231-4/+4
| | | | | | | to the current LC_COLLATE setting, not in "ASCII order". PR: 54391 MFC after: 1 week
* Add a paragraph break in the STANDARDS section to improve readability.tjr2004-07-291-0/+1
|
* Remove claim of conformance to IEEE Std. 1003.2. Replace it with a listtjr2004-07-181-7/+12
| | | | | | | of features required by the standard that the current implementation does not support. PR: 57911 (related)
* mdoc(7): Properly mark C headers.ru2003-09-101-2/+2
|
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* Grammer fix.mikeh2003-02-041-1/+1
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-1/+1
|
* Update glob(3) to add all the POSIX required options, specifically:mikeh2002-07-171-11/+14
| | | | | | | | | | - add GLOB_NOMATCH return value and use it when we don't get a match - rename GLOB_ABEND to GLOB_ABORTED and use it instead of returning 1 in some places - add GLOB_NOESCAPE flag and retire GLOB_QUOTE to compatibility section Suggestions/advice on correct usage of POSIX defines: wollman
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* typo: patched->matchedmikeh2001-08-091-1/+1
|
* mdoc(7) police: markup nits.ru2001-08-071-1/+2
|
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatiblemikeh2001-07-291-17/+16
| | | | | | | | | | with NetBSD and OpenBSD. glob(3) will now return GLOB_NOSPACE with errno set to 0 instead of GLOB_LIMIT when we match more than `gl_matchc' patterns. GLOB_MAXPATH has been left as an alias of GLOB_LIMIT to maintain backwards compatibility. Reviewed by: sheldonh, assar Obtained from: NetBSD/OpenBSD
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* Introduce the GLOB_MAXPATH flag, which allows the user to limit thejlemon2001-03-191-0/+17
| | | | | | | number of paths which glob(3) will return. Remove the hardcoded limit from the last commit, which restores the previous unbounded behavior. Document the new flag in the manual page.
* Prepare for mdocNG.ru2001-02-261-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-8/+8
|
* Prepare for mdoc(7)NG.ru2000-12-291-1/+1
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-2/+2
|
* Whitespace only change: trim trailing whitespace.asmodai2000-10-301-22/+22
|
* Use suggested by mdoc(7) style section name (ERROR -> ERRORS)phantom2000-05-061-1/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-131-1/+1
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+2
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Correct some man page xrefs, and some other minor changes to bring somempp1996-04-081-2/+2
| | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk.
* Added missing section numbers to a bunch of .Xr macros, ormpp1996-03-271-1/+2
| | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+444
OpenPOWER on IntegriCloud