]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
tests: skip tests of file names that platform does not support.
[bison.git] / ChangeLog
index 7aaa411930dd7a7bc9e272bba9d6318d2764244e..6fa49d9778d8ef6e5f21853c295ed3c247f9d98c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-04  Joel E. Denny  <jdenny@clemson.edu>
+
+       tests: skip tests of file names that platform does not support.
+       Reported by Michael Raskin at
+       <http://lists.gnu.org/archive/html/bug-bison/2009-09/msg00001.html>.
+       * THANKS (Michael Raskin): Add.
+       * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Fix.  Cygwin used
+       to fail at least for file names containing ":" or "\".
+
 2009-09-23  Joel E. Denny  <jdenny@clemson.edu>
 
        yysyntax_error: avoid duplicate lookahead collection.