Update.
[glibc.git] / posix / glob / ChangeLog
blobde04c4b94398be9b10ea742be267a0bf07847efa
1 Sat Jul 20 21:55:31 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
3         Win32 hacks from <Rob_Tulloh@tivoli.com>.
4         * posix/glob.c [WIN32]: Don't include <pwd.h>; don't use d_ino;
5         use void * for my_realloc; include <malloc.h> for alloca.
6         (glob) [WIN32]: Use "c:/users/default" for ~ if no HOME variable.
7         * posix/fnmatch.h [WIN32]: Use prototypes even if [!__STDC__].
8         * posix/glob.h: Likewise.
10 Fri Jul 19 16:56:41 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
12         * posix/glob.h [!_AMIGA && !VMS]: Check this instead of just [!_AMIGA]
13         for `struct stat;' forward decl.
15 Sat Jun 22 10:44:09 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17         * posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].
19 Fri Jun 21 00:27:51 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
21         * posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
22         only for ?s, not for *s.  Fix from Chet Ramey.