commit-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bison ./ChangeLog ./NEWS doc/bison.info doc/bis...


From: Akim Demaille
Subject: bison ./ChangeLog ./NEWS doc/bison.info doc/bis...
Date: Thu, 18 Jan 2001 06:47:09 -0800

CVSROOT:        /cvs
Module name:    bison
Changes by:     Akim Demaille <address@hidden>  01/01/18 06:47:09

Modified files:
        .              : ChangeLog NEWS 
        doc            : bison.info bison.info-3 bison.info-4 
                         bison.info-5 bison.texinfo stamp-vti 
        src            : files.c lex.c lex.h output.c reader.c 
        tests          : suite.at 

Log message:
        Since we now use obstacks, more % directives can be enabled.
        * src/lex.c (percent_table): Also accept `%yacc',
        `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
        `%debug'.
        Handle the actions for `%semantic_parser' and `%pure_parser' here,
        instead of returning a token.
        * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
        * src/reader.c (read_declarations): Adjust.
        * src/files.c (open_files): Don't call `compute_base_names', don't
        compute `attrsfile' since they depend upon data which might be
        *in* the input file now.
        (output_files): Do it here.
        * src/output.c (output_headers): Document the fact that this patch
        introduces a guaranteed SEGV for semantic parsers.
        * doc/bison.texinfo: Document them.
        * tests/suite.at: Exercise these %options.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/bison/ChangeLog.diff?r1=1.113&r2=1.114
http://subversions.gnu.org/cgi-bin/cvsweb/bison/NEWS.diff?r1=1.11&r2=1.12
http://subversions.gnu.org/cgi-bin/cvsweb/bison/doc/bison.info.diff?r1=1.1&r2=1.2
http://subversions.gnu.org/cgi-bin/cvsweb/bison/doc/bison.info-3.diff?r1=1.1&r2=1.2
http://subversions.gnu.org/cgi-bin/cvsweb/bison/doc/bison.info-4.diff?r1=1.1&r2=1.2
http://subversions.gnu.org/cgi-bin/cvsweb/bison/doc/bison.info-5.diff?r1=1.1&r2=1.2
http://subversions.gnu.org/cgi-bin/cvsweb/bison/doc/bison.texinfo.diff?r1=1.24&r2=1.25
http://subversions.gnu.org/cgi-bin/cvsweb/bison/doc/stamp-vti.diff?r1=1.1&r2=1.2
http://subversions.gnu.org/cgi-bin/cvsweb/bison/src/files.c.diff?r1=1.40&r2=1.41
http://subversions.gnu.org/cgi-bin/cvsweb/bison/src/lex.c.diff?r1=1.24&r2=1.25
http://subversions.gnu.org/cgi-bin/cvsweb/bison/src/lex.h.diff?r1=1.7&r2=1.8
http://subversions.gnu.org/cgi-bin/cvsweb/bison/src/output.c.diff?r1=1.36&r2=1.37
http://subversions.gnu.org/cgi-bin/cvsweb/bison/src/reader.c.diff?r1=1.61&r2=1.62
http://subversions.gnu.org/cgi-bin/cvsweb/bison/tests/suite.at.diff?r1=1.3&r2=1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]