]> git.saurik.com Git - bison.git/commit - doc/bison.texinfo
Rename <!> to <>. Discussed starting at
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 21 Nov 2006 00:43:26 +0000 (00:43 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 21 Nov 2006 00:43:26 +0000 (00:43 +0000)
commit3ebecc240d845191154734074e64dc9d15cb1daa
tree8a95f240d49cecd36444f2a38a5a1f962c3c020e
parent26b8a43805a6cfebeea1b74d1263e978eb837ec2
Rename <!> to <>.  Discussed starting at
<http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
* NEWS (2.3a+): Update.
* doc/bison.texinfo (Freeing Discarded Symbols, Bison Symbols):
Update.
* src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
* src/scan-gram.l (INITIAL): Implement.
* src/symlist.c (symbol_list_default_tagless_new): Update comment.
* src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
comment.
* tests/actions.at (Default tagless %printer and %destructor,
Default tagged and per-type %printer and %destructor,
Default %printer and %destructor are not for error or $undefined,
Default %printer and %destructor are not for $accept,
Default %printer and %destructor for mid-rule values): Update.
* tests/input.at (Default %printer and %destructor redeclared,
Unused values with default %destructor): Update.
ChangeLog
NEWS
doc/bison.texinfo
src/parse-gram.c
src/parse-gram.y
src/scan-gram.l
src/symlist.c
src/symlist.h
tests/actions.at
tests/input.at