[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.45 and 1.46

version 1.45, 2022/06/03 19:42:27 version 1.46, 2022/06/03 19:46:09
Line 1 
Line 1 
 /*      $OpenBSD$       */  
 /****************************************************************  /****************************************************************
 Copyright (C) Lucent Technologies 1997  Copyright (C) Lucent Technologies 1997
 All Rights Reserved  All Rights Reserved
Line 26 
Line 25 
 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.
   
   
   May 23, 2022:
           Memory leak when assigning a string to some of the built-in
           variables. allocated string erroneously marked DONTFREE.
           Thanks to Miguel Pineiro Jr. <mpj@pineiro.cc>.
   
 Mar 14, 2022:  Mar 14, 2022:
         The fulfillment of an assignment operand had been truncating its          Historic bug: command-line "name=value" assignment had been
         entry in ARGV (since circa 1989). Thanks to Miguel Pineiro Jr.          truncating its entry in ARGV. (circa 1989) Thanks to
         <mpj@pineiro.cc>.          Miguel Pineiro Jr. <mpj@pineiro.cc>.
   
 Mar 3, 2022:  Mar 3, 2022:
         Fixed file management memory leak that appears to have been          Fixed file management memory leak that appears to have been

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46