CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/04/19 08:08:55

Modified files:
        usr.bin/awk    : lib.c 

Log message:
RS ^-anchoring needs to know if it's reading the first record of a file.
Without this fix, when reading the first record of an input file named
on the command line, the regular expression engine will be
misconfigured, precluding a successful match.  From Miguel Pineiro Jr

Reply via email to