summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-04-04 22:11:31 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-04-04 22:11:31 +0000
commitaf26b7e3cbf5fd0696af29329bcc1d2e4cfff42c (patch)
tree95f9d80a8f1641429abd4fa2b06ced331a0e32d5
parentdb90f137e73ce2a92936bf9d5f7d7233ae4a72df (diff)
downloadbison-1_29-branch.tar.gz
* doc/bison.texinfo: Update copyright date.bison-1_29-branch
(Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII. (Symbols): Warn about running Bison in one character set, but compiling and/or running in an incompatible one. Warn about character code 256, too.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 926c15a9..374a3623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-04 Paul Eggert <eggert@twinsun.com>
+
+ * doc/bison.texinfo: Update copyright date.
+ (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
+ (Symbols): Warn about running Bison in one character set,
+ but compiling and/or running in an incompatible one.
+ Warn about character code 256, too.
+
2002-04-03 Paul Eggert <eggert@twinsun.com>
* src/bison.simple: Merge white-space and comment changes from