mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
Do not infringe on the global user namespace when using C++. (YYFPRINTF, YYSTDERR): New macros, needed for the above. All uses of `fprintf' and `stderr' changed. * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,12 @@
|
||||
2001-12-13 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
|
||||
Do not infringe on the global user namespace when using C++.
|
||||
(YYFPRINTF, YYSTDERR): New macros, needed for the above.
|
||||
All uses of `fprintf' and `stderr' changed.
|
||||
|
||||
* doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
|
||||
|
||||
2001-12-13 Akim Demaille <akim@epita.fr>
|
||||
|
||||
The computation of nullable is broken: it doesn't handle empty
|
||||
@@ -71,7 +80,7 @@
|
||||
|
||||
2001-12-10 Marc Autret <autret_m@epita.fr>
|
||||
|
||||
* src/reader.c (copy_definition): Re-use CPP-outed code which
|
||||
* src/reader.c (copy_definition): Re-use CPP-outed code which
|
||||
replace precedent remove.
|
||||
* src/bison.simple: Remove #line before %%prologue because
|
||||
%%input-line is wrong at this time.
|
||||
@@ -79,7 +88,7 @@
|
||||
2001-12-10 Marc Autret <autret_m@epita.fr>
|
||||
|
||||
* src/reader.c (symbols_output): Clean up.
|
||||
* src/output.c (output_gram, output): Clean up.
|
||||
* src/output.c (output_gram, output): Clean up.
|
||||
|
||||
2001-12-10 Akim Demaille <akim@epita.fr>
|
||||
|
||||
@@ -2260,7 +2269,7 @@
|
||||
* src/files.h (graph_obstack): New extern declaration.
|
||||
* src/Makefile.am: Add new source files.
|
||||
|
||||
2001-08-06 Marc Autret <autret_m@epita.fr>
|
||||
2001-08-06 Marc Autret <autret_m@epita.fr>
|
||||
|
||||
* src/print_graph.c, src/print_graph.h (graph): New.
|
||||
* src/vcg.h: New file.
|
||||
|
||||
Reference in New Issue
Block a user