X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f1886bb2808a471b18e1416e0f821d08850d116e..56100c60da8ba5d852bbfbbe69666309039f87ab:/ChangeLog diff --git a/ChangeLog b/ChangeLog index cc9da645..e535ddb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2002-10-30 Akim Demaille + + * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only + #if. + +2002-10-24 Paul Eggert + + Version 1.75a. + + * 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 + too soon: it results in comments being expanded. + * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the + first output. + 2002-10-24 Akim Demaille * data/yacc.c (m4_int_type): New.