diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-27 16:42:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-27 16:42:52 +0000 |
commit | 1076fc3f1888c5aa9e0917ee43e8b7bc33fb0731 (patch) | |
tree | 2f5d5c994cdc2022372f15c065dfed827b8593bd /posix/glob | |
parent | 820bd50cfb610a29ab3935ab703c817302dbb409 (diff) | |
download | glibc-1076fc3f1888c5aa9e0917ee43e8b7bc33fb0731.tar glibc-1076fc3f1888c5aa9e0917ee43e8b7bc33fb0731.tar.gz glibc-1076fc3f1888c5aa9e0917ee43e8b7bc33fb0731.tar.bz2 glibc-1076fc3f1888c5aa9e0917ee43e8b7bc33fb0731.zip |
Regenerated
Tue Apr 25 17:17:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* posix/glob.c (glob): If GLOB_MARK set, stat names to find
directories and append slashes 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.
Diffstat (limited to 'posix/glob')
-rw-r--r-- | posix/glob/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/posix/glob/ChangeLog b/posix/glob/ChangeLog index a81698a8ec..6e535eef1a 100644 --- a/posix/glob/ChangeLog +++ b/posix/glob/ChangeLog @@ -1,3 +1,11 @@ +Tue Apr 25 17:17:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * posix/glob.c (glob): If GLOB_MARK set, stat names to find + directories and append slashes 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. + Wed Mar 8 13:38:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * posix/glob/configure.bat: Fixes from DJ. |