about summary refs log tree commit diff
path: root/posix/glob/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-22 21:14:17 +0000
committerRoland McGrath <roland@gnu.org>1996-06-22 21:14:17 +0000
commit40a4b79f218755001f6a26438f4dd573a29734dc (patch)
tree0d003526b9756d69953bca515eb5c1f21b22fedf /posix/glob/ChangeLog
parent78b5ba3eb73f9fce0eb72061747846c507fd6cd2 (diff)
downloadglibc-40a4b79f218755001f6a26438f4dd573a29734dc.tar.gz
glibc-40a4b79f218755001f6a26438f4dd573a29734dc.tar.xz
glibc-40a4b79f218755001f6a26438f4dd573a29734dc.zip
Regenerated
Sat Jun 22 10:44:09 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

	* posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].

Fri Jun 21 00:27:51 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

	* posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
 	only for ?s, not for *s.  Fix from Chet Ramey.

Wed May 22 17:22:14 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>

	* posix/glob.c [VMS]: Don't include <pwd.h>.
	[HAVE_VMSDIR_H]: Include "vmsdir.h".
	(glob) [VMS]: Don't grok ~.

	* posix/glob.h [_AMIGA]: Remove `struct stat;' forward decl.
Diffstat (limited to 'posix/glob/ChangeLog')
-rw-r--r--posix/glob/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/posix/glob/ChangeLog b/posix/glob/ChangeLog
index 33c16565db..686f07b17c 100644
--- a/posix/glob/ChangeLog
+++ b/posix/glob/ChangeLog
@@ -1,5 +1,22 @@
+Sat Jun 22 10:44:09 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
+
+	* posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].
+
+Fri Jun 21 00:27:51 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
+
+	* posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
+ 	only for ?s, not for *s.  Fix from Chet Ramey.
+
+Wed May 22 17:22:14 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
+
+	* posix/glob.c [VMS]: Don't include <pwd.h>.
+	[HAVE_VMSDIR_H]: Include "vmsdir.h".
+	(glob) [VMS]: Don't grok ~.
+
 Mon May 13 12:03:03 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+	* posix/glob.h [_AMIGA]: Remove `struct stat;' forward decl.
+
 	* posix/glob.c [_AMIGA]: Don't include <pwd.h>.
 	(glob): Remove bogus & in call to globfree.
 	[_AMIGA]: Use AmigaDOS file name conventions.