From 3af4feb22fe0841aac471d54d428f3d080e6cf55 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 25 Nov 2002 07:56:44 +0000 Subject: [PATCH] Version 1.75c. --- ChangeLog | 23 +++++++++++++++++++++++ NEWS | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 02b3bcfb..fed8c8f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2002-11-24 Paul Eggert + + Version 1.75c. + + * tests/actions.at (Actions after errors): Use an output format + more similar to that of the Printers and Destructors test. + Test the position of the ';' token too. + (Printers and Destructors): Likewise. + (Printers and Destructors: %glr-parser): Remove for now, to avoid + unnecessarily alarming people when the test fails. + + * data/yacc.c (yyerrlab1): Move this label down, so that the + parser does not discard the lookahead token if the user code + invokes YYERROR. This change is required for POSIX conformance. + + * lib/error.c: Sync with gnulib. + +2002-11-22 Paul Eggert + + * lib/quotearg.c, lib/quotearg.h: Sync with gnulib. + * lib/mbswidth.c, lib/mbswidth.h: Likewise. + * lib/xmalloc.c: Likewise. + 2002-11-20 Paul Eggert * lib/argmatch.c, lib/argmatch.h: Sync with gnulib. diff --git a/NEWS b/NEWS index 554f32ca..b80bdb1c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ Bison News ---------- -Changes in version 1.75c: + +Changes in version 1.75c, 2002-11-25: * "parse error" -> "syntax error" Bison now uniformly uses the term "syntax error"; formerly, the code -- 2.47.2