Version 2.0a.

This commit is contained in:
Paul Eggert
2005-05-23 06:48:08 +00:00
parent f2a97c6294
commit 009ce67dbe
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Version 2.0a.
* src/files.c: Include "stdio-safer.h"; this fixes a typo in
the previous change.

2
NEWS
View File

@@ -1,7 +1,7 @@
Bison News
----------
Changes in version 2.0a, ????-??-??:
Changes in version 2.0a, 2005-05-22:
* Bison-generated C parsers use the _ macro to translate strings from
English to the user's language, e.g., _("syntax error"). By default,