* glob.c: (glob0): New local variable limit. Use in calls to glob1

and globextend.
	(glob1): Add `limit' parameter.
	(glob2): Ditto.
	(glob3): Ditto.
	(globextend): Ditto. Implement GLOB_LIMIT handling.
	* include/glob.h (GLOB_LIMIT): New define.
	* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen
2005-06-18 19:04:25 +00:00
parent dae4a4c93c
commit fa2d9fc528
4 changed files with 48 additions and 17 deletions

View File

@ -258,12 +258,13 @@ details. */
129: Export mkdtemp.
130: Export strtoimax, strtoumax, llabs, imaxabs, lldiv, imaxdiv.
131: Export inet_ntop, inet_pton.
132: Add GLOB_LIMIT flag to glob.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 131
#define CYGWIN_VERSION_API_MINOR 132
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible