Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2001 11:10:07 -0800 (PST)
From:      Jonathan Lemon <jlemon@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:  <200103191910.f2JJA7l78822@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103191910.f2JJA7l78822>