[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.20 and 1.21

version 1.20, 2020/06/10 21:00:31 version 1.21, 2020/06/10 21:01:13
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.
   
   Oct 25, 2018:
           Added test in maketab.c to prevent generating a proctab entry
           for YYSTYPE_IS_DEFINED.  It was harmless but some gcc settings
           generated a warning message.  Thanks to Nan Xiao for report.
   
 Aug 27, 2018:  Aug 27, 2018:
         Disallow '$' in printf formats; arguments evaluated in order          Disallow '$' in printf formats; arguments evaluated in order
         and printed in order.          and printed in order.

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21