Date: Tue, 16 Jul 2002 21:58:09 -0700 (PDT) From: Mike Heffner <mikeh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include glob.h src/lib/libc/gen glob.3 glob.c Message-ID: <200207170458.g6H4w9kD071605@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mikeh 2002/07/16 21:58:09 PDT
Modified files:
include glob.h
lib/libc/gen glob.3 glob.c
Log:
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
Revision Changes Path
1.7 +14 -4 src/include/glob.h
1.21 +15 -12 src/lib/libc/gen/glob.3
1.20 +20 -18 src/lib/libc/gen/glob.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207170458.g6H4w9kD071605>
