[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.1 and 1.2

version 1.1, 1996/07/04 20:34:35 version 1.2, 1997/01/20 19:43:15
Line 458 
Line 458 
   
         thanks to jeffrey friedl for several of these.          thanks to jeffrey friedl for several of these.
   
   May 28, 1996:
           fixed appalling but apparently unimportant bug in parsing octal
           numbers in reg exprs.
   
           explicit hex in reg exprs now limited to 2 chars: \xa, \xaa.
   
   Jun 28, 1996:
           changed field-splitting to conform to posix definition: fields are
           split using the value of FS at the time of input; it used to be
           the value when the field or NF was first referred to, a much less
           predictable definition.  thanks to arnold robbins for encouragement
           to do the right thing.
   
   Jun 29, 1996:
           fixed awful bug in new field splitting; didn't get all the places
           where input was done.
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2