[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.33 and 1.34

version 1.33, 2020/06/10 21:06:09 version 1.34, 2020/06/26 15:50:06
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.
   
   June 12, 2020:
           Clear errno before calling errcheck to avoid any spurious errors
           left over from previous calls that may have set it. Thanks to
           Todd Miller for the fix, from PR #80.
   
           Fix Issue #78 by allowing \r to follow floating point numbers in
           lib.c:is_number. Thanks to GitHub user ajcarr for the report
           and to Arnold Robbins for the fix.
   
 June 5, 2020:  June 5, 2020:
         In fldbld(), make sure that inputFS is set before trying to          In fldbld(), make sure that inputFS is set before trying to
         use it. Thanks to  Steffen Nurpmeso <steffen@sdaoden.eu>          use it. Thanks to  Steffen Nurpmeso <steffen@sdaoden.eu>

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34