Changeset 3138 for vendor/gnumake/current/glob
- Timestamp:
- Mar 12, 2018, 8:32:29 PM (7 years ago)
- Location:
- vendor/gnumake/current/glob
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/glob/ChangeLog
r2596 r3138 1 2013-10-20 Paul Smith <psmith@gnu.org> 2 3 * glob.c (glob): Cherry-pick a471e96a5352a5f0bde6d32dd36d33524811a2b1 4 from git://sourceware.org/git/glibc.git to fix SV 18123, 5 https://sourceware.org/bugzilla/show_bug.cgi?id=10278 6 1 7 2008-09-28 Juan Manuel Guerrero <juan.guerrero@gmx.de> 2 8 -
vendor/gnumake/current/glob/glob.c
r2596 r3138 378 378 return -1; 379 379 } 380 381 /* POSIX requires all slashes to be matched. This means that with 382 a trailing slash we must match only directories. */ 383 if (pattern[0] && pattern[strlen (pattern) - 1] == '/') 384 flags |= GLOB_ONLYDIR; 380 385 381 386 if (flags & GLOB_BRACE) -
vendor/gnumake/current/glob/glob.h
r1989 r3138 57 57 /* This is a guess. */ 58 58 /*hb 59 * Conflicts with DECCs a ready defined type __size_t.59 * Conflicts with DECCs already defined type __size_t. 60 60 * Defining an own type with a name beginning with '__' is no good. 61 61 * Anyway if DECC is used and __SIZE_T is defined then __size_t is
Note:
See TracChangeset
for help on using the changeset viewer.