bison ./ChangeLog doc/Makefile.am
Akim Demaille <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Akim Demaille <[email protected]> 03/01/30 03:03:10 Modified files: . : ChangeLog doc : Makefile.am Log message: * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck. Changes in response to error report by S. Eken: GLR mode does not (yyfill): New function to copy from stack tree into array (yyuserAction): Modify to allow incremental move of semantic values to rhs array when in GLR mode. Define YYFILL to use in user-defined actions to fill semantic array (yyresolveStates): Use X == NULL for pointers, not !X. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/ChangeLog.diff?tr1=1.988&tr2=1.989&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/bison/bison/doc/Makefile.am.diff?tr1=1.7&tr2=1.8&r1=text&r2=text