X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/45319f1365eb8d125424f31401d9d33cc02ff4ad..3c5362b825a9d01eafe257943b7faad92ea43a05:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 6395ddd8..5bbab03a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2009-10-06 Joel E. Denny + + * TODO (Complaint submessage indentation): New. + +2009-10-04 Joel E. Denny + + Minor code cleanup. + * src/parse-gram.y: Clean up sorting of declarations. + Use types to simplify %printer declarations where possible. + Provide %printer for BRACKETED_ID and symbol.prec. + * src/symtab.c: Whitespace change. + +2009-10-04 Joel E. Denny + + tests: skip tests of file names that platform does not support. + Reported by Michael Raskin at + . + * 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 yysyntax_error: avoid duplicate lookahead collection.