[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.51 and 1.52

version 1.51, 2023/09/17 14:49:44 version 1.52, 2023/10/06 22:29:24
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.
   
   Sep 24, 2023:
           fnematch and getrune have been overhauled to solve issues around
           unicode FS and RS. also fixed gsub null match issue with unicode.
           big thanks to Arnold Robbins.
   
 Sep 12, 2023:  Sep 12, 2023:
         Fixed a length error in u8_byte2char that set RSTART to          Fixed a length error in u8_byte2char that set RSTART to
         incorrect (cannot happen) value for EOL match(str, /$/).          incorrect (cannot happen) value for EOL match(str, /$/).

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52