[BACK]Return to FIXES CVS log [TXT][DIR] Up to [local] / src / usr.bin / awk

Diff for /src/usr.bin/awk/FIXES between version 1.28 and 1.29

version 1.28, 2020/06/10 21:03:36 version 1.29, 2020/06/10 21:03:56
Line 26 
Line 26 
 This file lists all bug fixes, changes, etc., made since the AWK book  This file lists all bug fixes, changes, etc., made since the AWK book
 was sent to the printers in August, 1987.  was sent to the printers in August, 1987.
   
   November 10, 2019:
           Convert a number of Boolean integer variables into
           actual bools. Convert compile_time variable into an
           enum and simplify some of the related code.  Thanks
           to Arnold Robbins.
   
   November 8, 2019:
           Fix from Ori Bernstein to get UTF-8 characters instead of
           bytes when FS = "".  This is currently the only bit of
           the One True Awk that understands multibyte characters.
           From Arnold Robbins, apply some cleanups in the test suite.
   
 October 25, 2019:  October 25, 2019:
         More fixes and cleanups from NetBSD, courtesy of Christos          More fixes and cleanups from NetBSD, courtesy of Christos
         Zoulas. Merges PRs 54 and 55.          Zoulas. Merges PRs 54 and 55.

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29