* tests/calc.at: Catch up with 1.30.

* configure.in: Bump to 1.49a.
Adjust to newer Autotest.
This commit is contained in:
Akim Demaille
2001-11-01 17:47:39 +00:00
parent de76abc1e9
commit f987e9d257
5 changed files with 22 additions and 16 deletions

13
NEWS
View File

@@ -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: