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:   njoly
Date:           Thu Mar 12 13:04:01 UTC 2009

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

Log Message:
In is_number(), do not check strtod() result against HUGE_VAL which
will result in a SIGFPE on non IEEE hardware. Instead, check the
provided buffer for "nan" string.

This make native build work again on alpha.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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