summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-10-14 08:44:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-10-14 08:44:02 +0000
commit447fbb178ddbf9e3906f9140fb03107a495f080b (patch)
treef1a5cbcdc716a20ce0eeb894baf6944b7b44bf3b
parentb56471a6890db1598d1ed1877b5d01c6b9678243 (diff)
downloadbison-447fbb178ddbf9e3906f9140fb03107a495f080b.tar.gz
* 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.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 402e38b9..37f71fd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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.