news: fixes

Reported by Jacob L. Mandelson.

* NEWS: here.
This commit is contained in:
Akim Demaille
2020-06-27 17:04:50 +02:00
parent 0895858d8e
commit d796e11f8f
2 changed files with 6 additions and 5 deletions
+5 -5
View File
@@ -6,11 +6,11 @@ GNU Bison NEWS
*** File prefix mapping *** File prefix mapping
Bison learned a new argument, '--file-prefix-map OLD=NEW'. Any file path in Bison learned a new argument, `--file-prefix-map OLD=NEW`. Any file path
the output (specifically #line directives and #ifdef header guards) that in the output (specifically `#line` directives and `#ifdef` header guards)
being with the prefix OLD will have it replace with the prefix NEW, similar that begins with the prefix OLD will have it replaced with the prefix NEW,
to the -ffile-prefix-map in GCC. This option can be used to make bison output similar to the `-ffile-prefix-map` in GCC. This option can be used to
reproducible. make bison output reproducible.
** Changes ** Changes
+1
View File
@@ -84,6 +84,7 @@ Guido Trentalancia [email protected]
H. Merijn Brand [email protected] H. Merijn Brand [email protected]
Hans Åberg [email protected] Hans Åberg [email protected]
Horst Von Brand [email protected] Horst Von Brand [email protected]
Jacob L. Mandelson [email protected]
Jan Nieuwenhuizen [email protected] Jan Nieuwenhuizen [email protected]
Jannick [email protected] Jannick [email protected]
Jeff Hammond [email protected] Jeff Hammond [email protected]