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: https://git.saurik.com/bison.git/commitdiff_plain/886a425c6fff79e36f4bba3be8f98ae85daa8d6f?ds=inline 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 b6ab6934..bfc31882 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