home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sources / testers / 72 next >
Encoding:
Text File  |  1993-01-06  |  881 b   |  41 lines

  1. Newsgroups: comp.sources.testers
  2. Path: sparky!uunet!bcstec!plato!mlssun12!brennan
  3. From: brennan@baker.ds.boeing.com (Michael D Brennan)
  4. Subject: mawk1.1.2d-beta for MsDOS
  5. Message-ID: <C0CqFn.2EJ@plato.ds.boeing.com>
  6. Sender: nntp@plato.ds.boeing.com
  7. Organization: Boeing Computer Services
  8. X-Newsreader: TIN [version 1.1 PL8]
  9. Date: Mon, 4 Jan 1993 22:57:22 GMT
  10. Lines: 29
  11.  
  12.  
  13. I've made some changes to mawk1.1.2 specifically for DOS.
  14. Most important, internal conversions to integer are now to long
  15. so DOS and unix mawk behave the same.  For example
  16.  
  17.  
  18.      print 2^30
  19.  
  20. prints as an integer and
  21.  
  22.     printf "%d"
  23.  
  24.  
  25. is the same as 
  26.  
  27.    printf "%ld".
  28.  
  29. (Also a regular expression bug in large model is fixed).
  30.  
  31. I'm looking for beta testers.  Anyone interested drop me
  32. a note.
  33.  
  34. I have diffs from 1.1.2 for the source or else
  35. zipped uuencoded executables.
  36.  
  37. -- 
  38. Mike Brennan
  39. brennan@boeing.com
  40.  
  41.