[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.42 and 1.43

version 1.42, 2021/11/12 15:16:58 version 1.43, 2022/01/27 16:58:37
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.
   
   December 8, 2021:
           The error handling in closefile and closeall was mangled. Long
           standing warnings had been made fatal and some fatal errors went
           undetected. Thanks to Miguel Pineiro Jr. <mpj@pineiro.cc>.
   
 Nov 03, 2021:  Nov 03, 2021:
         getline accesses uninitialized data after getrec()          getline accesses uninitialized data after getrec()
         returns 0 on EOF and leaves the contents of buf unchanged.          returns 0 on EOF and leaves the contents of buf unchanged.

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43