From: Paul Eggert Date: Fri, 25 Oct 2002 05:14:04 +0000 (+0000) Subject: * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration. X-Git-Tag: BISON-1_875~382 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/bf1ebda27b5bb3503e4016322e15d74ce29d345d * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration. * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since we use malloc. Don't assume 'A' through 'Z' are contiguous. Don't assume strdup exists; POSIX says its an XSI extension. Check for buffer overflow on input. --- diff --git a/ChangeLog b/ChangeLog index b31ebd37..2a468092 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-10-24 Paul Eggert + + * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration. + * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since + we use malloc. Don't assume 'A' through 'Z' are contiguous. + Don't assume strdup exists; POSIX says its an XSI extension. + Check for buffer overflow on input. + 2002-10-24 Akim Demaille * src/output.c (output_skeleton): Don't disable M4sugar comments