home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk406.lzh / GnuAwk / patch.hdr < prev    next >
Text File  |  1990-11-23  |  1KB  |  30 lines

  1. >From williams@umaxc.weeg.uiowa.edu Thu Apr 13 08:39:33 1989
  2. Received: from umaxc.weeg.uiowa.edu (5040ff80) by iris (1.2/3.14)
  3.     id AA03661; Thu, 13 Apr 89 08:39:16 pdt
  4. Received: by umaxc.weeg.uiowa.edu (5.59/890106)
  5.       on Thu, 13 Apr 89 10:23:27 CDT id AA02800
  6. Date: Thu, 13 Apr 89 10:23:27 CDT
  7. From: Kent Williams <williams@umaxc.weeg.uiowa.edu>
  8. Message-Id: <8904131523.AA02800@umaxc.weeg.uiowa.edu>
  9. To: kwok@iris.ucdavis.edu
  10. Status: RO
  11.  
  12. Hey Guys,
  13.  
  14. I pulled the latest awk down off of prep.ai.mit.edu.  Here are my changes.
  15. The problems I found are
  16.  
  17. 1. the tmpnam function for MSC 5.1 can't handle the template you gave it.
  18.    It seems to object to the '.tmp' extension.
  19.  
  20. 2. I added pipes.  The implementation is simple minded, but it works.
  21.  
  22. 3. In the pathopen code, the code that loops through the path falls off the
  23.    end.  It also requires that '.' be in the gawk path, which is something
  24.    I'm not sure should be required.
  25.  
  26. 4. There are some clashes in awk.h between the standard include files
  27.    and the local definitions of malloc and realloc.  I may not be entirely
  28.    together on this, as I've hacked up my bison.simple to not use alloca.
  29.  
  30.