This commit is contained in:
Akim Demaille
2001-11-01 14:35:28 +00:00
parent 6b784f8552
commit 5c2a5a8970

11
NEWS
View File

@@ -2,7 +2,7 @@ Bison News
---------- ----------
Changes in version 1.30a: Changes in version 1.30a:
Changes in version 1.30: Changes in version 1.30:
* `--defines' and `--graph' have now an optionnal argument which is the * `--defines' and `--graph' have now an optionnal argument which is the
@@ -12,10 +12,8 @@ Changes in version 1.30:
* `%source_extension' and `%header_extension' are removed, failed * `%source_extension' and `%header_extension' are removed, failed
experiment. experiment.
* The test suite is more portable. * Portability fixes.
* Better portability.
Changes in version 1.29: Changes in version 1.29:
* The output file does not define const, as this caused problems when used * The output file does not define const, as this caused problems when used
@@ -47,6 +45,9 @@ Changes in version 1.29:
* New directives. * New directives.
`%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose', `%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose',
`%debug', `%source_extension' and `%header_extension'. `%debug', `%source_extension' and `%header_extension'.
* @$
Automatic location tracking.
Changes in version 1.28: Changes in version 1.28: