summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/glob.h
Commit message (Collapse)AuthorAgeFilesLines
* Feature test macros overhaul: Cygwin headersYaakov Selkowitz2016-03-171-2/+2
| | | | | | Use proper internal macros for BSD and GNU. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
* * include/glob.h: Fix invalid use of 'restrict' error.Corinna Vinschen2013-11-281-1/+1
|
* Throughout, keep function definitions and declarations in sync withCorinna Vinschen2013-11-251-1/+1
| | | | newlib in terms of C99 "restrict" keyword.
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-6/+0
|
* * glob_pattern_p.cc: New file.Christopher Faylor2008-12-311-2/+3
| | | | | | * Makefile.in (DLL_OFILES): Add glob_pattern_p.o. * glob.h: Add declaration for glob_pattern_p. * pinfo.cc (pinfo::thisproc): Remove __stdcall attribute.
* * glob.c: Remove.Corinna Vinschen2006-10-171-22/+25
| | | | | | | | | * glob.cc: New file. Latest glob version from FreeBSD plus Cygwin specific changes (__stat64/__stat32, ignore_case_with_glob, drop collate functions). (glob3): Return GLOB_ABORTED in case directory is unreadable and GLOB_ERR is set, as demanded by SUSv3. * glob.h: Import latest version from FreeBSD.
* * glob.c: (glob0): New local variable `limit`. Use in calls to glob1Corinna Vinschen2005-06-181-0/+1
| | | | | | | | | | 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.
* * glob.c (stat32_to_STAT): New function.Corinna Vinschen2002-03-151-0/+5
| | | | | | | | (g_lstat): Call user space functions always with 32 bit struct stat as a workaround. (g_stat): Ditto. * include/glob.h (struct glob): Don't prototype function pointers when compiling Cygwin.
* Fix up comments.Christopher Faylor2001-12-191-4/+0
|
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+111