History log of /freebsd-9.3-release/lib/libc/gen/glob.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 229823 08-Jan-2012 eadler

MFC r228754:
- Add restrict keyword to glob(3)

PR: kern/161958
Approved by: jilles


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 218712 15-Feb-2011 ed

Don't forget to bump man page date for r218711.


# 218711 15-Feb-2011 ed

Remove dead reference to regexp(3). Use regex(3) instead.

PR: docs/149950
Submitted by: arundel@


# 165903 08-Jan-2007 imp

Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.


# 158818 22-May-2006 ache

Reflect int -> size_t changes in glob.h


# 134620 01-Sep-2004 tjr

Septepber -> September

Noticed by: ru


# 134600 01-Sep-2004 tjr

Back out the previous change. glob() still does use strcmp() to order
pathnames.


# 134208 23-Aug-2004 tjr

Update documentation to match reality: glob() sorts its result according
to the current LC_COLLATE setting, not in "ASCII order".

PR: 54391
MFC after: 1 week


# 132816 29-Jul-2004 tjr

Add a paragraph break in the STANDARDS section to improve readability.


# 132349 18-Jul-2004 tjr

Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list
of features required by the standard that the current implementation
does not support.

PR: 57911 (related)


# 119964 10-Sep-2003 ru

mdoc(7): Properly mark C headers.


# 119893 08-Sep-2003 ru

mdoc(7): Use the new feature of the .In macro.


# 110334 04-Feb-2003 mikeh

Grammer fix.


# 108087 19-Dec-2002 ru

mdoc(7) police: "The .Fa argument.".


# 100217 17-Jul-2002 mikeh

Update glob(3) to add all the POSIX required options, specifically:

- 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


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 81326 08-Aug-2001 mikeh

typo: patched->matched


# 81233 07-Aug-2001 ru

mdoc(7) police: markup nits.


# 80525 28-Jul-2001 mikeh

Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible
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


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 74469 19-Mar-2001 jlemon

Introduce the GLOB_MAXPATH flag, which allows the user to limit the
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.


# 73077 26-Feb-2001 ru

Prepare for mdocNG.


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 70481 29-Dec-2000 ru

Prepare for mdoc(7)NG.


# 69051 22-Nov-2000 ru

mdoc(7) police: Er macro usage cleanup.


# 67967 30-Oct-2000 asmodai

Whitespace only change: trim trailing whitespace.


# 60076 06-May-2000 phantom

Use suggested by mdoc(7) style section name (ERROR -> ERRORS)


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
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


# 24876 13-Apr-1997 bde

Fixed #include and/or prototype bugs in synopsis.


# 17782 22-Aug-1996 mpp

Correctly use .Fn instead of .Nm to reference function names
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.


# 15135 08-Apr-1996 mpp

Correct some man page xrefs, and some other minor changes to bring some
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.


# 14855 27-Mar-1996 mpp

Added missing section numbers to a bunch of .Xr macros, or
converted them into .Fn macros where appropriate. Also fixed
up some minor formatting problems.


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources