[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.55 and 1.56

version 1.55, 2023/11/25 16:31:33 version 1.56, 2023/11/28 20:54:38
Line 25 
Line 25 
 This file lists all bug fixes, changes, etc., made since the  This file lists all bug fixes, changes, etc., made since the
 second edition of the AWK book was published in September 2023.  second edition of the AWK book was published in September 2023.
   
   Nov 27, 2023:
           Fix exit status of system on MacOS. update to REGRESS.
           Thanks to Arnold Robbins.
           Fix inconsistent handling of -F and --csv, and loss of csv
           mode when FS is set. Thanks to Wilbert van der Poel.
   
 Nov 24, 2023:  Nov 24, 2023:
         Fix issue #199: gototab improvements to dynamically resize the          Fix issue #199: gototab improvements to dynamically resize the
         table, qsort and bsearch to improve the lookup speed as the          table, qsort and bsearch to improve the lookup speed as the

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56