From 87f721cc870030e5502b9158845889556d577bb0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 13 Nov 2002 08:32:08 +0000 Subject: [PATCH] Version 1.75b. --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ NEWS | 6 +++--- 2 files changed, 38 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7ca032a..518f550 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2002-11-12 Paul Eggert + + Version 1.75b. + + * data/glr.c (yydoAction): Return YYRESULTTAG, not int. + (yyglrReduce): Return yyok, not 0. + This should avoid the enumerated-type warnings reported + by Nelson H.F. Beebe in + . + + * lib/bbitset.h (BITSET_INLINE): Remove. + * lib/bitset.h [! BITSET_INLINE]: Remove. + (bitset_set, bitset_reset, bitset_test): Rename local vars + to avoid shadowing warnings by GCC. + + * data/glr.c (inline): Remove #define. It's the user's + responsibility to #define it away, just like 'const'. + This fixes one of the bugs reported by Nelson H.F. Beebe in + . + + * Makefile.maint (po-check): Scan .l and .y files instead of the + .c and the .h files that they generate. This fixes the bug + reported by Tim Van Holder in: + + Look for N_ as well as for _. Try to avoid matching #define for + N_ and _. + * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c, + src/system.h. Add src/parse-gram.y, src/scan-gram.l. + * src/scan-gram.l: Revamp regular expressions so that " and ' + do not confuse xgettext. + + * src/struniq.h (struniq_new): Do not declare the return type + to be 'const'; this violates the C standard. + * src/struniq.c (struniq_new): Likewise. + 2002-11-12 Albert Chin-A-Young * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the diff --git a/NEWS b/NEWS index b12e974..ef44e19 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,14 @@ Bison News ---------- -Changes in version 1.75b: +Changes in version 1.75b, 2002-11-13: * %destructor It is now possible to reclaim the memory associated to symbols discarded during error recovery. This feature is still experimental. -* Bison now parses C99 lexical constructs like digraphs, UCNs, and - backslash-newline within C escape sequences, as POSIX now requires. +* Bison now parses C99 lexical constructs like UCNs and + backslash-newline within C escape sequences, as POSIX 1003.1-2001 requires. * --no-line works properly. -- 2.7.4