]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* tests/action.at, tests/calc.at, tests/conflicts.at,
[bison.git] / ChangeLog
index 5f48a4301a90c3f8095016abefe62e8343b5629a..37f71fd10dab9694e54f478fa96e9857b933280a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2002-10-14  Paul Eggert  <eggert@twinsun.com>
+
+       * tests/action.at, tests/calc.at, tests/conflicts.at,
+       tests/cxx-type.at, tests/headers.at, tests/input.at,
+       tests/regression.at, tests/synclines.at, tests/torture.at:
+       Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
+       so that the tests still work even if POSIXLY_CORRECT is set.
+       * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
+       
+       * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
+       for portability to K&R hosts.  Fix typo: signed char is guaranteed
+       only to 127, not to 128.
+       * data/glr.c (yysigned_char): New type.
+       * data/yacc.c (yysigned_char): Likewise.
+       * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
+
 2002-10-13  Paul Eggert  <eggert@twinsun.com>
 
        * data/yacc.c (yyparse): Rewrite to avoid "comparison is always