=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/FIXES,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- src/usr.bin/awk/FIXES 2023/11/25 16:31:33 1.55 +++ src/usr.bin/awk/FIXES 2023/11/28 20:54:38 1.56 @@ -25,6 +25,12 @@ This file lists all bug fixes, changes, etc., made since the 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: Fix issue #199: gototab improvements to dynamically resize the table, qsort and bsearch to improve the lookup speed as the