X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d53ae497dc664618ce4bd250ea6aea7cf1fbb2b2..1fb38e78c214365dffc98f2347623e0ba6d78a63:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 30d4ba54..cf20f4ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,17 @@ * NEWS: Version 2.0b. + * Makefile.am (SUBDIRS): Put examples before tests, so that + "make check" doesn't finish with "All 1 tests passed". + + * tests/regression.at (Token definitions): Don't rely on + AT_PARSER_CHECK for data that contains backslashes. It currently + uses 'echo', and 'echo' isn't portable if its argument contains + backslashes. Problem found on OpenBSD 3.4. Also, do not assume + that the byte '\0xff' is not printable in the C locale; it is, + under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are + not printable, so use '\0x81' to test. + * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent version of GCC, since the macro is used with non-GCC compilers.