diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-11 18:03:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-11 18:03:48 +0000 |
commit | eef089c2ab974053d6346632c5aae7f2f61e947f (patch) | |
tree | be1f967a9282e4a3a5aeccbda580812dd57f68b2 /posix/glob | |
parent | c043db7a2a434a3693c3f0309dc8fe10271493b7 (diff) | |
download | glibc-eef089c2ab974053d6346632c5aae7f2f61e947f.tar glibc-eef089c2ab974053d6346632c5aae7f2f61e947f.tar.gz glibc-eef089c2ab974053d6346632c5aae7f2f61e947f.tar.bz2 glibc-eef089c2ab974053d6346632c5aae7f2f61e947f.zip |
Regenerated
Mon Sep 11 14:00:14 1995 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
* posix/glob.c (glob): Comment fix.
Wed Aug 30 16:44:55 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* posix/glob.c (glob): Use realloc to extend strings for GLOB_MARK
slash.
(glob_in_dir): Don't allocate extra byte here.
Diffstat (limited to 'posix/glob')
-rw-r--r-- | posix/glob/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/posix/glob/ChangeLog b/posix/glob/ChangeLog index 481214dbe1..11e57301e6 100644 --- a/posix/glob/ChangeLog +++ b/posix/glob/ChangeLog @@ -1,3 +1,13 @@ +Mon Sep 11 14:00:14 1995 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> + + * posix/glob.c (glob): Comment fix. + +Wed Aug 30 16:44:55 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * posix/glob.c (glob): Use realloc to extend strings for GLOB_MARK + slash. + (glob_in_dir): Don't allocate extra byte here. + Mon Aug 7 14:04:36 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * posix/glob.c (glob_in_dir): Allocate GLOB_MARK byte in case when |