X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cb7db13e45ec65cda920b9b5b2519bed663d5b38..8aa892b4613345bdbaa389536cba3f669b439b4d:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 78a94bfd..b4d76f36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2000-04-14 Akim Demaille + + * src/reader.c (copy_comment2): New function, same as former + `copy_comment', but outputs into two FILE *. + (copy_comment): Use it. + (parse_union_decl): Use it. + (get_type, parse_start_decl): Use the same `invalid' message. + (parse_start_decl, parse_union_decl): Use the same `multiple' + message. + (parse_union_decl, copy_guard, copy_action): Use the same + `unmatched' message. + * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'. + +2000-03-31 Akim Demaille + + * src/files.c (tryopen, tryclose): Move to the top. + Be static. + 2000-03-31 Akim Demaille * src/main.c (main): Don't call `done', exit does it.