summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-08-10 23:29:25 +0000
committerRoland McGrath <roland@gnu.org>1995-08-10 23:29:25 +0000
commit047f282dd7e83f24abce284dcc9d2d78cab42f9b (patch)
tree298aacdc6077a9bede88ad955fdabded8d8f5b04 /posix
parent76894e2e6af4ca7860e5db83e4e21cbe164067f3 (diff)
Regenerated
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 (NFOUND == 0 && (FLAGS & GLOB_NOCHECK)).
Diffstat (limited to 'posix')
-rw-r--r--posix/glob/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/posix/glob/ChangeLog b/posix/glob/ChangeLog
index d8cd316bb1..481214dbe1 100644
--- a/posix/glob/ChangeLog
+++ b/posix/glob/ChangeLog
@@ -1,3 +1,8 @@
+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
+ (NFOUND == 0 && (FLAGS & GLOB_NOCHECK)).
+
Sat Apr 29 15:46:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* posix/glob.c (S_ISDIR): Define if undefined.