Source-Changes archive

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

CVS commit: [yamt-pagecache] src/external/bsd/byacc



Module Name:    src
Committed By:   yamt
Date:           Thu May 22 15:44:17 UTC 2014

Modified Files:
        src/external/bsd/byacc/dist [yamt-pagecache]: AUTHORS CHANGES README
            VERSION aclocal.m4 closure.c config.guess config.sub config_h.in
            configure configure.in defs.h error.c lr0.c main.c makefile.in
            mkpar.c output.c reader.c skeleton.c symtab.c verbose.c
            vmsbuild.com warshall.c yacc.1
        src/external/bsd/byacc/dist/package [yamt-pagecache]: byacc.spec
        src/external/bsd/byacc/dist/package/debian [yamt-pagecache]: changelog
            copyright
        src/external/bsd/byacc/dist/package/pkgsrc [yamt-pagecache]: Makefile
            PLIST distinfo
        src/external/bsd/byacc/dist/test [yamt-pagecache]: README calc.tab.c
            calc.y calc1.tab.c calc1.y calc2.tab.c calc2.y calc3.tab.c calc3.y
            code_calc.code.c code_calc.y code_error.code.c code_error.y
            error.tab.c error.y ftp.output ftp.tab.c ftp.tab.h ftp.y
            grammar.tab.c grammar.y pure_calc.tab.c pure_calc.y
            pure_error.tab.c pure_error.y run_lint.sh run_make.sh run_test.sh
        src/external/bsd/byacc/include [yamt-pagecache]: config.h
Added Files:
        src/external/bsd/byacc/dist/test [yamt-pagecache]: quote_calc-s.output
            quote_calc-s.tab.c quote_calc-s.tab.h quote_calc.output
            quote_calc.tab.c quote_calc.tab.h quote_calc.y quote_calc2-s.output
            quote_calc2-s.tab.c quote_calc2-s.tab.h quote_calc2.output
            quote_calc2.tab.c quote_calc2.tab.h quote_calc2.y
            quote_calc3-s.output quote_calc3-s.tab.c quote_calc3-s.tab.h
            quote_calc3.output quote_calc3.tab.c quote_calc3.tab.h
            quote_calc3.y quote_calc4-s.output quote_calc4-s.tab.c
            quote_calc4-s.tab.h quote_calc4.output quote_calc4.tab.c
            quote_calc4.tab.h quote_calc4.y

Log Message:
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.2.1 src/external/bsd/byacc/dist/AUTHORS \
    src/external/bsd/byacc/dist/CHANGES src/external/bsd/byacc/dist/README \
    src/external/bsd/byacc/dist/VERSION \
    src/external/bsd/byacc/dist/config.guess \
    src/external/bsd/byacc/dist/config.sub \
    src/external/bsd/byacc/dist/configure \
    src/external/bsd/byacc/dist/vmsbuild.com
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.2.1 src/external/bsd/byacc/dist/aclocal.m4 \
    src/external/bsd/byacc/dist/configure.in \
    src/external/bsd/byacc/dist/makefile.in
cvs rdiff -u -r1.6 -r1.6.2.1 src/external/bsd/byacc/dist/closure.c \
    src/external/bsd/byacc/dist/lr0.c src/external/bsd/byacc/dist/mkpar.c \
    src/external/bsd/byacc/dist/symtab.c \
    src/external/bsd/byacc/dist/verbose.c \
    src/external/bsd/byacc/dist/warshall.c
cvs rdiff -u -r1.3 -r1.3.6.1 src/external/bsd/byacc/dist/config_h.in
cvs rdiff -u -r1.5 -r1.5.2.1 src/external/bsd/byacc/dist/defs.h
cvs rdiff -u -r1.7 -r1.7.2.1 src/external/bsd/byacc/dist/error.c \
    src/external/bsd/byacc/dist/main.c src/external/bsd/byacc/dist/reader.c
cvs rdiff -u -r1.8 -r1.8.2.1 src/external/bsd/byacc/dist/output.c
cvs rdiff -u -r1.10 -r1.10.2.1 src/external/bsd/byacc/dist/skeleton.c
cvs rdiff -u -r1.4 -r1.4.2.1 src/external/bsd/byacc/dist/yacc.1
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.2.1 \
    src/external/bsd/byacc/dist/package/byacc.spec
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.2.1 \
    src/external/bsd/byacc/dist/package/debian/changelog
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.6.1 \
    src/external/bsd/byacc/dist/package/debian/copyright
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.6.1 \
    src/external/bsd/byacc/dist/package/pkgsrc/Makefile \
    src/external/bsd/byacc/dist/package/pkgsrc/PLIST \
    src/external/bsd/byacc/dist/package/pkgsrc/distinfo
cvs rdiff -u -r1.2 -r1.2.6.1 src/external/bsd/byacc/dist/test/README
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.2.1 \
    src/external/bsd/byacc/dist/test/calc.tab.c \
    src/external/bsd/byacc/dist/test/calc.y \
    src/external/bsd/byacc/dist/test/error.y \
    src/external/bsd/byacc/dist/test/grammar.tab.c \
    src/external/bsd/byacc/dist/test/grammar.y \
    src/external/bsd/byacc/dist/test/run_test.sh
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.2.1 \
    src/external/bsd/byacc/dist/test/calc1.tab.c \
    src/external/bsd/byacc/dist/test/calc1.y \
    src/external/bsd/byacc/dist/test/calc2.tab.c \
    src/external/bsd/byacc/dist/test/calc2.y \
    src/external/bsd/byacc/dist/test/calc3.tab.c \
    src/external/bsd/byacc/dist/test/calc3.y \
    src/external/bsd/byacc/dist/test/code_calc.code.c \
    src/external/bsd/byacc/dist/test/code_calc.y \
    src/external/bsd/byacc/dist/test/code_error.code.c \
    src/external/bsd/byacc/dist/test/code_error.y \
    src/external/bsd/byacc/dist/test/pure_calc.tab.c \
    src/external/bsd/byacc/dist/test/pure_calc.y \
    src/external/bsd/byacc/dist/test/pure_error.tab.c \
    src/external/bsd/byacc/dist/test/pure_error.y \
    src/external/bsd/byacc/dist/test/run_lint.sh \
    src/external/bsd/byacc/dist/test/run_make.sh
cvs rdiff -u -r1.4 -r1.4.2.1 src/external/bsd/byacc/dist/test/error.tab.c \
    src/external/bsd/byacc/dist/test/ftp.tab.c \
    src/external/bsd/byacc/dist/test/ftp.y
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.6.1 \
    src/external/bsd/byacc/dist/test/ftp.output
cvs rdiff -u -r1.3 -r1.3.2.1 src/external/bsd/byacc/dist/test/ftp.tab.h
cvs rdiff -u -r0 -r1.1.1.1.10.2 \
    src/external/bsd/byacc/dist/test/quote_calc-s.output \
    src/external/bsd/byacc/dist/test/quote_calc-s.tab.c \
    src/external/bsd/byacc/dist/test/quote_calc-s.tab.h \
    src/external/bsd/byacc/dist/test/quote_calc.output \
    src/external/bsd/byacc/dist/test/quote_calc.tab.c \
    src/external/bsd/byacc/dist/test/quote_calc.tab.h \
    src/external/bsd/byacc/dist/test/quote_calc.y \
    src/external/bsd/byacc/dist/test/quote_calc2-s.output \
    src/external/bsd/byacc/dist/test/quote_calc2-s.tab.c \
    src/external/bsd/byacc/dist/test/quote_calc2-s.tab.h \
    src/external/bsd/byacc/dist/test/quote_calc2.output \
    src/external/bsd/byacc/dist/test/quote_calc2.tab.c \
    src/external/bsd/byacc/dist/test/quote_calc2.tab.h \
    src/external/bsd/byacc/dist/test/quote_calc2.y \
    src/external/bsd/byacc/dist/test/quote_calc3-s.output \
    src/external/bsd/byacc/dist/test/quote_calc3-s.tab.c \
    src/external/bsd/byacc/dist/test/quote_calc3-s.tab.h \
    src/external/bsd/byacc/dist/test/quote_calc3.output \
    src/external/bsd/byacc/dist/test/quote_calc3.tab.c \
    src/external/bsd/byacc/dist/test/quote_calc3.tab.h \
    src/external/bsd/byacc/dist/test/quote_calc3.y \
    src/external/bsd/byacc/dist/test/quote_calc4-s.output \
    src/external/bsd/byacc/dist/test/quote_calc4-s.tab.c \
    src/external/bsd/byacc/dist/test/quote_calc4-s.tab.h \
    src/external/bsd/byacc/dist/test/quote_calc4.output \
    src/external/bsd/byacc/dist/test/quote_calc4.tab.c \
    src/external/bsd/byacc/dist/test/quote_calc4.tab.h \
    src/external/bsd/byacc/dist/test/quote_calc4.y
cvs rdiff -u -r1.2 -r1.2.2.1 src/external/bsd/byacc/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index