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