home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / inetutils-1.2-src.tgz / tar.out / fsf / inetutils / glob / ChangeLog next >
Text File  |  1996-09-28  |  924b  |  24 lines

  1. Sat Jul 20 21:55:31 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
  2.  
  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.
  9.  
  10. Fri Jul 19 16:56:41 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
  11.  
  12.     * posix/glob.h [!_AMIGA && !VMS]: Check this instead of just [!_AMIGA]
  13.     for `struct stat;' forward decl.
  14.  
  15. Sat Jun 22 10:44:09 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
  16.  
  17.     * posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].
  18.  
  19. Fri Jun 21 00:27:51 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
  20.  
  21.     * posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
  22.      only for ?s, not for *s.  Fix from Chet Ramey.
  23.  
  24.