mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
* data/yacc.c: Say "parser skeleton" rather than "file", since
it's no longer just a file. * data/glr.c: Grant a special exception for C GLR parsers, that reads like the already-existing exception for C LALR(1) parsers. * data/glr.cc: Likewise. * data/lalr1.cc: Likewise. * data/location.cc: Likewise. * data/yacc.c: Reword the "written by" statement to clarify that it was the parser skeleton, not the entire output file. * data/glr.c: Written by Paul Hilfinger. * data/glr.cc: Written by Akim Demaille. * data/lalr1.cc: Likewise.
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,3 +1,18 @@
|
||||
2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* data/yacc.c: Say "parser skeleton" rather than "file", since
|
||||
it's no longer just a file.
|
||||
* data/glr.c: Grant a special exception for C GLR parsers, that
|
||||
reads like the already-existing exception for C LALR(1) parsers.
|
||||
* data/glr.cc: Likewise.
|
||||
* data/lalr1.cc: Likewise.
|
||||
* data/location.cc: Likewise.
|
||||
* data/yacc.c: Reword the "written by" statement to clarify that
|
||||
it was the parser skeleton, not the entire output file.
|
||||
* data/glr.c: Written by Paul Hilfinger.
|
||||
* data/glr.cc: Written by Akim Demaille.
|
||||
* data/lalr1.cc: Likewise.
|
||||
|
||||
2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
|
||||
|
||||
Reference in New Issue
Block a user