X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/de76abc1e9859b5f9ecd21e21d9c0153d39204a1..f987e9d257795abe81cab17ddaf9041e19e5c07a:/NEWS diff --git a/NEWS b/NEWS index 07762541..543947ca 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ Bison News ---------- -Changes in version 1.29e: +Changes in version 1.49a: + +Changes in version 1.30: * `--defines' and `--graph' have now an optionnal argument which is the output file name. `-d' and `-g' do not change, they do not take any @@ -10,10 +12,8 @@ Changes in version 1.29e: * `%source_extension' and `%header_extension' are removed, failed experiment. -* The test suite is more portable. - -* Better portability. - +* Portability fixes. + Changes in version 1.29: * The output file does not define const, as this caused problems when used @@ -45,6 +45,9 @@ Changes in version 1.29: * New directives. `%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose', `%debug', `%source_extension' and `%header_extension'. + +* @$ + Automatic location tracking. Changes in version 1.28: