home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 11 / AUCD11B.iso / LANGUAGES / WraithSet / AwkStuff / MawkSrc / Docs / CHANGES next >
Text File  |  1996-09-17  |  1KB  |  43 lines

  1. 1.3.1 -> 1.3.2 Sep 1996
  2.  
  3. 1) Numeric but not integer indices caused core dump in new array scheme.
  4.    Fixed bug and fired test division.
  5.  
  6. 2) Added ferror() checks on writes.
  7.  
  8. 3) Added some static storage specs to array.c to keep non-ansi 
  9.    compilers happy.
  10.  
  11. 1.3 -> 1.3.1 Sep 1996
  12. Release to new ftp site ftp://ftp.whidbey.net.
  13.  
  14. 1) Workaround for overflow exception in strtod, sunos5.5 solaris.
  15.  
  16. 2) []...] and [^]...] put ] in a class (or not in a class) without
  17.    having to use back-slash escape.
  18.  
  19. 1.2.2 -> 1.3 Jul 1996
  20. Extensive redesign of array data structures to support large arrays and
  21. fast access to arrays created with split.  Many of the ideas in the
  22. new design were inspired by reading "The Design and Implementation of
  23. Dynamic Hashing Sets and Tables in Icon" by William Griswold and
  24. Gregg Townsend, SPE 23,351-367.
  25.  
  26. 1.2.1 -> 1.2.2  Jan 1996
  27.  
  28. 1) Improved autoconfig, in particular, fpe tests.  This is far from
  29.    perfect and never will be until C standardizes an interface to ieee754.
  30.  
  31. 2) Removed automatic error message on open failure for getline.
  32.  
  33. 3) Flush all output before system().  Previous behavior was to only
  34.    flush std{out,err}.
  35.  
  36. 4) Explicitly fclose() all output on exit to work around AIX4.1 bug. 
  37.  
  38. 5) Fixed random number generator to work with longs larger than
  39.    32bits.
  40.  
  41. 6) Added a type Int which is int on real machines and long on dos machines.
  42.    Believe that all implicit assumptions that int=32bits are now gone.
  43.