X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/11d82f03b4baf017d825166bd60b21f69131547c..f508cb0ac9a43d70b186255021420a27b3225f48:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 416fbc02..81afa3ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2001-09-19 Pascal Bart + + * src/bison.simple: s/%%filename/%%skeleton. + * src/muscle_tab.c (getargs.h): Include it. + (muscle_init): Insert new muscle skeleton. + +2001-09-18 Pascal Bart + + * src/output.c (output_parser): Delete unused variable actions_dumped. + +2001-09-07 Pascal Bart + + * src/output.c (output): Delete call to reader_output_yylsp. + * src/reader.c (reader): Likewise. + * src/reader.h: Delete declaration of reader_output_yylsp. + 2001-09-02 Marc Autret * src/reader.c: Include muscle_tab.h.