]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/lex.c (literalchar): Don't escape the special characters,
[bison.git] / ChangeLog
index f33a119e07a514d12a730850aa97d5eba70917a2..2f702c0af882881a9d844ff015a51b80e8a3d0f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-12-14  Akim Demaille  <akim@epita.fr>
+
+       * src/lex.c (literalchar): Don't escape the special characters,
+       just decode them, and keep them as char (before, eol was output as
+       the 2 char string `\n' etc.).
+       * src/output.c (output_rule_data): Use quotearg to output the
+       token strings.
+
 2001-12-13  Paul Eggert  <eggert@twinsun.com>
 
        * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):