From owner-cvs-all Mon Mar 19 11:10:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38A8C37B71A; Mon, 19 Mar 2001 11:10:07 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2JJA7l78822; Mon, 19 Mar 2001 11:10:07 -0800 (PST) (envelope-from jlemon) Message-Id: <200103191910.f2JJA7l78822@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 19 Mar 2001 11:10:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include glob.h src/lib/libc/gen glob.3 glob.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/03/19 11:10:07 PST Modified files: include glob.h lib/libc/gen glob.3 glob.c Log: 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. Revision Changes Path 1.4 +3 -0 src/include/glob.h 1.15 +18 -1 src/lib/libc/gen/glob.3 1.14 +43 -40 src/lib/libc/gen/glob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message