From: Paul Eggert Date: Wed, 6 Nov 2002 06:56:35 +0000 (+0000) Subject: Bison now parses C99 lexical constructs like digraphs, UCNs, and X-Git-Tag: BISON-1_875~338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=886a425c6fff79e36f4bba3be8f98ae85daa8d6f;p=platform%2Fupstream%2Fbison.git Bison now parses C99 lexical constructs like digraphs, UCNs, and backslash-newline within C escape sequences, as POSIX now requires. --- diff --git a/NEWS b/NEWS index b6ab693..bfc3188 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ Bison News ---------- +Changes in version 1.75b: + +* Bison now parses C99 lexical constructs like digraphs, UCNs, and + backslash-newline within C escape sequences, as POSIX now requires. + Changes in version 1.75a, 2002-10-24: * Bison can no longer be built by a K&R C compiler; it requires C89 or