aboutsummaryrefslogtreecommitdiff
path: root/posix/glob.c
AgeCommit message (Collapse)Author
1995-08-07* stdlib/strtol.c: Use #ifdef, not #if, for HAVE_LIMITS_H.Roland McGrath
* posix/glob.c (glob_in_dir): Allocate GLOB_MARK byte in case when (NFOUND == 0 && (FLAGS & GLOB_NOCHECK)).
1995-04-29(S_ISDIR): Define if undefined.cvs/make-3-74cvs/make-3-73-3Roland McGrath
1995-04-25(glob): If GLOB_MARK set, stat names to find directories and append slashes ↵Roland McGrath
to them in final pass before sorting. (glob_in_dir): If GLOB_MARK set, just allocate the extra char for the slash; never append it here.
1995-02-18initial importRoland McGrath