From 00292f6611ec4aefbaff68838adcef8383c5f525 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 12 Sep 2005 05:51:20 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4c71b0a8..606837d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ +2005-09-11 Paul Eggert + + * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it + contains obsolete information and isn't worth distributing as a + separate file anyway. + * data/glr.c [defined YYSETJMP]: Don't include . + (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros. + All uses of jmp_buf, setjmp, longjmp changed to use these instead. + (yyparse): Abort if user code uses longjmp to throw an unexpected + value. + 2005-09-09 Paul Eggert + * data/c.m4 (b4_identification): Define YYBISON_VERSION. + Suggested by twlevo@xs4all.nl. + * data/glr.c (YYCHK1): Do not assume YYE is in range. This avoids a diagnostic from gcc -Wswitch-enum. Problem reported by twlevo@xs4all.nl. -- 2.45.2