Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/dist/nawk



Module Name:    src
Committed By:   joerg
Date:           Tue Aug 26 14:43:18 UTC 2008

Modified Files:
        src/dist/nawk: awk.h lib.c

Log Message:
Don't use strlen to check if the length is at larger than 1, check the
first two chars directly.

Don't fail if FS is longer than 9 characters, but allocate a copy
dynamically and fail if that can't be done. Make inputFS static.

OK martin, bjs


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/dist/nawk/awk.h
cvs rdiff -r1.10 -r1.11 src/dist/nawk/lib.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index