X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3710dd02e2ade48dc1ad17fad654daef78cf6d6e..c842365a01977bcf69f285116953c54622b19d7c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4813d2d3..a8939322 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2009-09-03 Joel E. Denny + + Use aver not assert. + * src/output.c: Don't include assert.h. + (output_skeleton): Use aver not assert. + * src/system.h (aver): In documentation of why, add links to + Paul Eggert's explanations in the mailing lists. + +2009-09-05 Alex Rozenman + + Use "Unresolved reference" error message when no symbols were found + in a symbolic reference resolution. Remove .expr and -expr from + the shown reference when the reference is unresolved. + * src/scan-code.l: Change the error message, adjust location columns, + rename variable "exact_mode" to "explicit_bracketing". + * tests/named-ref.at: Adjust existing tests and add a new one. + +2009-09-03 Akim Demaille + + * NEWS (2.4.2): Add "Internationalization" item. + 2009-09-03 Akim Demaille bootstrap: fix/improve find_tool.