home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnudosck.zip / ChangeLog next >
Text File  |  1993-05-21  |  2KB  |  49 lines

  1. Fri May 21 15:14:18 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  2.  
  3.         * Version 1.1 released.
  4.  
  5. Tue Apr 20 17:46:42 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  6.  
  7.         * doschk.c: Remove all includes for alloc.h or malloc.h.  Instead
  8.         just declare `extern char *malloc()'. 
  9.         configure.in: Remove check for malloc.h.           
  10.  
  11. Fri Apr 16 21:06:13 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  12.  
  13.         * README: include bug reporting address. 
  14.  
  15.         * doschk.c (dos_special_names): New global variable. 
  16.         (display_problems): Use it to check for special DOS device names.
  17.         Ignore trailing dot when checking for names which will resolve to
  18.         identical names under DOS. 
  19.         Change printf format from %14s to %-14s. 
  20.  
  21.         * doschk.c (alloc_ent): Ignore trailing periods.
  22.         Check for `:' in filenames. 
  23.  
  24.         * doschk.c (mpath): Increase size of buf to 1024.
  25.  
  26. Wed Apr 14 17:01:07 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  27.  
  28.         * configure.in: Check for malloc.h.
  29.         doschk.c [!__MSDOS__]: Don't include malloc.h unless HAVE_MALLOC_H
  30.         is defined.
  31.  
  32. Tue Apr 13 12:31:25 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  33.  
  34.         * Version 1.0 released.
  35.  
  36.         * COPYING, README, Makefile.in, configure.in: New files.
  37.  
  38.         * doschk.c: Inserted copyright notice and usage in comments. 
  39.         Reformatted through `indent -gnu'.
  40.  
  41.         * doschk.c (xmalloc): New function. 
  42.         (alloc_end, fill_ent, display_problems): Use it instead of malloc.
  43.  
  44.         * doschk.c (fill_ent): If ent->path is allocated 0 bytes, reassign
  45.         pointer to fixed string instead of setting first byte to '\0'.
  46.  
  47.         * doschk.c (main): Return 0.
  48.  
  49.