History log of /netbsd-src/lib/libc/gen/glob.3 (Results 1 – 25 of 45)
Revision Date Author Comments
# 49e10846 04-Dec-2022 uwe <uwe@NetBSD.org>

lib: Mark up error names in man pages with .Er


# 2f3bda94 29-May-2019 christos <christos@NetBSD.org>

Add GLOB_TILDE_CHECK (from GNU)


# 01869ca4 03-Jul-2017 wiz <wiz@NetBSD.org>

Remove workaround for ancient HTML generation code.


# 7c894664 27-Dec-2012 christos <christos@NetBSD.org>

Instead of changing the code to match the documentation, change the documentation
to match the code. NOCHECK is used only by csh(1) and csh(1) is too broken for
words (histchars quoting is "special").


# 38b98e78 12-Aug-2012 christos <christos@NetBSD.org>

more markup, sort options


# e02343d9 25-Oct-2011 wiz <wiz@NetBSD.org>

Fix function prototype. From Henning Petersen in PR 45516.


# b4ba5c15 30-Nov-2010 jruoho <jruoho@NetBSD.org>

Xref glob(7).


# 7d79ab95 06-Sep-2010 christos <christos@NetBSD.org>

Add GLOB_STAR support from Greg Dionne.


# 2c086933 06-Jul-2010 christos <christos@NetBSD.org>

Apply more limits to GLOB_LIMIT, number of stat(2) calls from me and number
of readdir(3) calls from Maksymilian Arciemowicz. Also reduce the memory
used by matches strings from Maksymilian Arciemowi

Apply more limits to GLOB_LIMIT, number of stat(2) calls from me and number
of readdir(3) calls from Maksymilian Arciemowicz. Also reduce the memory
used by matches strings from Maksymilian Arciemowicz.

show more ...


# 1c3412fa 22-Mar-2010 joerg <joerg@NetBSD.org>

Use .In for header files instead of .Ar Pa and variations.


# 79c74bd3 11-Apr-2009 joerg <joerg@NetBSD.org>

Fix markup.


# c2c2c34d 08-Apr-2009 wiz <wiz@NetBSD.org>

Add glob_pattern_p to NAME section.


# 1ef020be 08-Apr-2009 christos <christos@NetBSD.org>

add glob_pattern_p for glibc because cvs needs it and it is a huge mess
to compile in the gnu glob code.


# 5b9284aa 22-Feb-2008 christos <christos@NetBSD.org>

GLOB_NO_DOTDIRS patch from mouse@
Fixes re-definition of GLOB_PERIOD.


# 14c8a525 05-Dec-2007 christos <christos@NetBSD.org>

From Richard M Kreuter, add GLOB_PERIOD.


# 3b6811d3 26-Mar-2006 christos <christos@NetBSD.org>

PR/33123: Murray Armfield: standards compliance & glob.h
Certain fields in glob.h need to be size_t; fix this and version glob(3).
http://www.opengroup.org/onlinepubs/000095399/basedefs/glob.h.ht

PR/33123: Murray Armfield: standards compliance & glob.h
Certain fields in glob.h need to be size_t; fix this and version glob(3).
http://www.opengroup.org/onlinepubs/000095399/basedefs/glob.h.html

show more ...


# 1492b0bc 08-Dec-2003 grant <grant@NetBSD.org>

"int flags" is correct in the prototype, but not in the English
language. s/int/in/


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 2b8b2a8b 27-Jun-2003 wiz <wiz@NetBSD.org>

Quote question mark and brace.


# 38107bb6 01-May-2003 wiz <wiz@NetBSD.org>

Grammar and mdoc fixes from jmc@openbsd.


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.


# b214676a 01-Oct-2002 wiz <wiz@NetBSD.org>

New sentence, new line. From Robert Elz.


# 9856438e 07-Feb-2002 ross <ross@NetBSD.org>

generate & symbolically


# 814f296b 07-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically.


# 98a83957 28-Oct-2001 kleink <kleink@NetBSD.org>

Partially back out previous: don't apply restrict qualifier to pointer
to function.


12