]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r257315, r260445, r264803
authorbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 20 Jul 2014 00:21:38 +0000 (00:21 +0000)
committerbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 20 Jul 2014 00:21:38 +0000 (00:21 +0000)
commit3c99f70cd01d77b64e3bdde86369a9379556f50c
tree1314cbb2d3f2de38cae32eefb37ba87c8f4e4a4e
parent433af752c6dcaa6381c2ebeedee1de9f63b74f73
MFC: r257315, r260445, r264803

Update byacc to 20140422

git-svn-id: svn://svn.freebsd.org/base/stable/10@268899 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
630 files changed:
contrib/byacc/CHANGES
contrib/byacc/MANIFEST [new file with mode: 0644]
contrib/byacc/NOTES-btyacc-Changes [new file with mode: 0644]
contrib/byacc/NOTES-btyacc-Disposition [new file with mode: 0644]
contrib/byacc/README.BTYACC [new file with mode: 0644]
contrib/byacc/VERSION
contrib/byacc/aclocal.m4
contrib/byacc/btyaccpar.c [new file with mode: 0644]
contrib/byacc/btyaccpar.skel [new file with mode: 0644]
contrib/byacc/closure.c
contrib/byacc/config.guess
contrib/byacc/config.sub
contrib/byacc/config_h.in
contrib/byacc/configure
contrib/byacc/configure.in
contrib/byacc/defs.h
contrib/byacc/descrip.mms
contrib/byacc/error.c
contrib/byacc/graph.c
contrib/byacc/lalr.c
contrib/byacc/lr0.c
contrib/byacc/main.c
contrib/byacc/makefile.in
contrib/byacc/mkpar.c
contrib/byacc/mstring.c [new file with mode: 0644]
contrib/byacc/output.c
contrib/byacc/package/byacc.spec
contrib/byacc/package/debian/changelog
contrib/byacc/package/mingw-byacc.spec [new file with mode: 0644]
contrib/byacc/package/pkgsrc/Makefile
contrib/byacc/reader.c
contrib/byacc/skel2c [new file with mode: 0644]
contrib/byacc/symtab.c
contrib/byacc/test/btyacc/big_b.error [moved from contrib/byacc/test/code_error.tab.h with 100% similarity]
contrib/byacc/test/btyacc/big_b.output [new file with mode: 0644]
contrib/byacc/test/btyacc/big_l.error [moved from contrib/byacc/test/error.tab.h with 100% similarity]
contrib/byacc/test/btyacc/big_l.output [new file with mode: 0644]
contrib/byacc/test/btyacc/btyacc_calc1.error [new file with mode: 0644]
contrib/byacc/test/btyacc/btyacc_calc1.output [new file with mode: 0644]
contrib/byacc/test/btyacc/btyacc_calc1.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/btyacc_calc1.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/btyacc_demo.error [new file with mode: 0644]
contrib/byacc/test/btyacc/btyacc_demo.output [new file with mode: 0644]
contrib/byacc/test/btyacc/btyacc_demo.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/btyacc_demo.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/calc.error [moved from contrib/byacc/test/pure_error.tab.h with 100% similarity]
contrib/byacc/test/btyacc/calc.output [new file with mode: 0644]
contrib/byacc/test/btyacc/calc.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/calc.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/calc1.error [new file with mode: 0644]
contrib/byacc/test/btyacc/calc1.output [new file with mode: 0644]
contrib/byacc/test/btyacc/calc1.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/calc1.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/calc2.error [new file with mode: 0644]
contrib/byacc/test/btyacc/calc2.output [new file with mode: 0644]
contrib/byacc/test/btyacc/calc2.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/calc2.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/calc3.error [new file with mode: 0644]
contrib/byacc/test/btyacc/calc3.output [new file with mode: 0644]
contrib/byacc/test/btyacc/calc3.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/calc3.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/code_calc.code.c [new file with mode: 0644]
contrib/byacc/test/btyacc/code_calc.error [new file with mode: 0644]
contrib/byacc/test/btyacc/code_calc.output [new file with mode: 0644]
contrib/byacc/test/btyacc/code_calc.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/code_calc.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/code_debug.c [new file with mode: 0644]
contrib/byacc/test/btyacc/code_debug.error [new file with mode: 0644]
contrib/byacc/test/btyacc/code_debug.h [new file with mode: 0644]
contrib/byacc/test/btyacc/code_debug.i [new file with mode: 0644]
contrib/byacc/test/btyacc/code_debug.output [new file with mode: 0644]
contrib/byacc/test/btyacc/code_error.code.c [new file with mode: 0644]
contrib/byacc/test/btyacc/code_error.error [new file with mode: 0644]
contrib/byacc/test/btyacc/code_error.output [new file with mode: 0644]
contrib/byacc/test/btyacc/code_error.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/code_error.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/empty.error [new file with mode: 0644]
contrib/byacc/test/btyacc/empty.output [new file with mode: 0644]
contrib/byacc/test/btyacc/empty.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/empty.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit1.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit1.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit1.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit1.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit2.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit2.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit2.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit2.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit3.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit3.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit3.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit3.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit4.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit4.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit4.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit4.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit5.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit5.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit5.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_inherit5.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax1.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax1.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax1.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax1.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax10.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax10.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax10.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax10.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax11.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax11.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax11.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax11.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax12.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax12.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax12.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax12.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax13.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax13.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax13.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax13.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax14.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax14.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax14.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax14.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax15.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax15.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax15.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax15.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax16.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax16.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax16.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax16.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax17.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax17.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax17.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax17.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax18.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax18.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax18.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax18.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax19.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax19.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax19.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax19.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax2.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax2.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax2.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax2.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax20.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax20.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax20.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax20.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax21.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax21.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax21.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax21.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax22.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax22.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax22.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax22.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax23.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax23.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax23.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax23.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax24.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax24.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax24.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax24.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax25.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax25.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax25.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax25.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax26.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax26.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax26.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax26.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax27.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax27.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax27.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax27.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax3.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax3.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax3.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax3.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax4.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax4.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax4.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax4.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax5.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax5.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax5.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax5.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax6.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax6.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax6.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax6.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7a.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7a.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7a.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7a.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7b.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7b.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7b.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax7b.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax8.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax8.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax8.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax8.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax8a.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax8a.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax8a.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax8a.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax9.error [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax9.output [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax9.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/err_syntax9.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/error.error [new file with mode: 0644]
contrib/byacc/test/btyacc/error.output [new file with mode: 0644]
contrib/byacc/test/btyacc/error.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/error.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/grammar.dot [new file with mode: 0644]
contrib/byacc/test/btyacc/grammar.error [new file with mode: 0644]
contrib/byacc/test/btyacc/grammar.output [new file with mode: 0644]
contrib/byacc/test/btyacc/grammar.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/grammar.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/help.error [new file with mode: 0644]
contrib/byacc/test/btyacc/help.output [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit0.error [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit0.output [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit0.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit0.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit1.error [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit1.output [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit1.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit1.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit2.error [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit2.output [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit2.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/inherit2.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/no_b_opt.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_b_opt.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_b_opt1.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_b_opt1.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_code_c.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_code_c.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_defines.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_defines.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_graph.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_graph.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_include.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_include.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_opts.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_opts.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_output.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_output.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_output1.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_output1.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_output2.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_output2.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_p_opt.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_p_opt.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_p_opt1.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_p_opt1.output [new file with mode: 0644]
contrib/byacc/test/btyacc/no_verbose.error [new file with mode: 0644]
contrib/byacc/test/btyacc/no_verbose.output [new file with mode: 0644]
contrib/byacc/test/btyacc/nostdin.error [new file with mode: 0644]
contrib/byacc/test/btyacc/nostdin.output [new file with mode: 0644]
contrib/byacc/test/btyacc/ok_syntax1.error [new file with mode: 0644]
contrib/byacc/test/btyacc/ok_syntax1.output [new file with mode: 0644]
contrib/byacc/test/btyacc/ok_syntax1.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/ok_syntax1.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/pure_calc.error [new file with mode: 0644]
contrib/byacc/test/btyacc/pure_calc.output [new file with mode: 0644]
contrib/byacc/test/btyacc/pure_calc.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/pure_calc.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/pure_error.error [new file with mode: 0644]
contrib/byacc/test/btyacc/pure_error.output [new file with mode: 0644]
contrib/byacc/test/btyacc/pure_error.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/pure_error.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc-s.error [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc-s.output [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc-s.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc-s.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc.error [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc.output [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc2-s.error [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc2-s.output [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc2-s.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc2-s.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc2.error [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc2.output [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc2.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc2.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc3-s.error [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc3-s.output [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc3-s.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc3-s.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc3.error [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc3.output [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc3.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc3.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc4-s.error [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc4-s.output [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc4-s.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc4-s.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc4.error [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc4.output [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc4.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/quote_calc4.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc/rename_debug.c [new file with mode: 0644]
contrib/byacc/test/btyacc/rename_debug.error [new file with mode: 0644]
contrib/byacc/test/btyacc/rename_debug.h [new file with mode: 0644]
contrib/byacc/test/btyacc/rename_debug.i [new file with mode: 0644]
contrib/byacc/test/btyacc/rename_debug.output [new file with mode: 0644]
contrib/byacc/test/btyacc/varsyntax_calc1.error [new file with mode: 0644]
contrib/byacc/test/btyacc/varsyntax_calc1.output [new file with mode: 0644]
contrib/byacc/test/btyacc/varsyntax_calc1.tab.c [new file with mode: 0644]
contrib/byacc/test/btyacc/varsyntax_calc1.tab.h [new file with mode: 0644]
contrib/byacc/test/btyacc_calc1.y [new file with mode: 0644]
contrib/byacc/test/btyacc_demo.y [new file with mode: 0644]
contrib/byacc/test/calc2.y
contrib/byacc/test/calc3.y
contrib/byacc/test/code_debug.y [new file with mode: 0644]
contrib/byacc/test/code_error.tab.c [deleted file]
contrib/byacc/test/empty.y [new file with mode: 0644]
contrib/byacc/test/err_inherit1.y [new file with mode: 0644]
contrib/byacc/test/err_inherit2.y [new file with mode: 0644]
contrib/byacc/test/err_inherit3.y [new file with mode: 0644]
contrib/byacc/test/err_inherit4.y [new file with mode: 0644]
contrib/byacc/test/err_inherit5.y [new file with mode: 0644]
contrib/byacc/test/err_syntax1.y [new file with mode: 0644]
contrib/byacc/test/err_syntax10.y [new file with mode: 0644]
contrib/byacc/test/err_syntax11.y [new file with mode: 0644]
contrib/byacc/test/err_syntax12.y [new file with mode: 0644]
contrib/byacc/test/err_syntax13.y [new file with mode: 0644]
contrib/byacc/test/err_syntax14.y [new file with mode: 0644]
contrib/byacc/test/err_syntax15.y [new file with mode: 0644]
contrib/byacc/test/err_syntax16.y [new file with mode: 0644]
contrib/byacc/test/err_syntax17.y [new file with mode: 0644]
contrib/byacc/test/err_syntax18.y [new file with mode: 0644]
contrib/byacc/test/err_syntax19.y [new file with mode: 0644]
contrib/byacc/test/err_syntax2.y [new file with mode: 0644]
contrib/byacc/test/err_syntax20.y [new file with mode: 0644]
contrib/byacc/test/err_syntax21.y [new file with mode: 0644]
contrib/byacc/test/err_syntax22.y [new file with mode: 0644]
contrib/byacc/test/err_syntax23.y [new file with mode: 0644]
contrib/byacc/test/err_syntax24.y [new file with mode: 0644]
contrib/byacc/test/err_syntax25.y [new file with mode: 0644]
contrib/byacc/test/err_syntax26.y [new file with mode: 0644]
contrib/byacc/test/err_syntax27.y [new file with mode: 0644]
contrib/byacc/test/err_syntax3.y [new file with mode: 0644]
contrib/byacc/test/err_syntax4.y [new file with mode: 0644]
contrib/byacc/test/err_syntax5.y [new file with mode: 0644]
contrib/byacc/test/err_syntax6.y [new file with mode: 0644]
contrib/byacc/test/err_syntax7.y [new file with mode: 0644]
contrib/byacc/test/err_syntax7a.y [new file with mode: 0644]
contrib/byacc/test/err_syntax7b.y [new file with mode: 0644]
contrib/byacc/test/err_syntax8.y [new file with mode: 0644]
contrib/byacc/test/err_syntax8a.y [new file with mode: 0644]
contrib/byacc/test/err_syntax9.y [new file with mode: 0644]
contrib/byacc/test/ftp.output [deleted file]
contrib/byacc/test/ftp.tab.c [deleted file]
contrib/byacc/test/ftp.tab.h [deleted file]
contrib/byacc/test/ftp.y [deleted file]
contrib/byacc/test/inherit0.y [new file with mode: 0644]
contrib/byacc/test/inherit1.y [new file with mode: 0644]
contrib/byacc/test/inherit2.y [new file with mode: 0644]
contrib/byacc/test/ok_syntax1.y [new file with mode: 0644]
contrib/byacc/test/run_lint.sh
contrib/byacc/test/run_make.sh
contrib/byacc/test/run_test.sh
contrib/byacc/test/varsyntax_calc1.y [new file with mode: 0644]
contrib/byacc/test/yacc/big_b.error [new file with mode: 0644]
contrib/byacc/test/yacc/big_b.output [new file with mode: 0644]
contrib/byacc/test/yacc/big_l.error [new file with mode: 0644]
contrib/byacc/test/yacc/big_l.output [new file with mode: 0644]
contrib/byacc/test/yacc/calc.error [new file with mode: 0644]
contrib/byacc/test/yacc/calc.output [moved from contrib/byacc/test/calc.output with 100% similarity]
contrib/byacc/test/yacc/calc.tab.c [moved from contrib/byacc/test/calc.tab.c with 87% similarity]
contrib/byacc/test/yacc/calc.tab.h [moved from contrib/byacc/test/calc.tab.h with 100% similarity]
contrib/byacc/test/yacc/calc1.error [new file with mode: 0644]
contrib/byacc/test/yacc/calc1.output [moved from contrib/byacc/test/calc1.output with 100% similarity]
contrib/byacc/test/yacc/calc1.tab.c [moved from contrib/byacc/test/calc1.tab.c with 90% similarity]
contrib/byacc/test/yacc/calc1.tab.h [moved from contrib/byacc/test/calc1.tab.h with 100% similarity]
contrib/byacc/test/yacc/calc2.error [new file with mode: 0644]
contrib/byacc/test/yacc/calc2.output [moved from contrib/byacc/test/calc2.output with 100% similarity]
contrib/byacc/test/yacc/calc2.tab.c [moved from contrib/byacc/test/calc2.tab.c with 87% similarity]
contrib/byacc/test/yacc/calc2.tab.h [moved from contrib/byacc/test/calc2.tab.h with 100% similarity]
contrib/byacc/test/yacc/calc3.error [new file with mode: 0644]
contrib/byacc/test/yacc/calc3.output [moved from contrib/byacc/test/calc3.output with 100% similarity]
contrib/byacc/test/yacc/calc3.tab.c [moved from contrib/byacc/test/calc3.tab.c with 87% similarity]
contrib/byacc/test/yacc/calc3.tab.h [moved from contrib/byacc/test/calc3.tab.h with 100% similarity]
contrib/byacc/test/yacc/code_calc.code.c [moved from contrib/byacc/test/code_calc.code.c with 86% similarity]
contrib/byacc/test/yacc/code_calc.error [new file with mode: 0644]
contrib/byacc/test/yacc/code_calc.output [moved from contrib/byacc/test/code_calc.output with 100% similarity]
contrib/byacc/test/yacc/code_calc.tab.c [moved from contrib/byacc/test/code_calc.tab.c with 70% similarity]
contrib/byacc/test/yacc/code_calc.tab.h [moved from contrib/byacc/test/code_calc.tab.h with 100% similarity]
contrib/byacc/test/yacc/code_error.code.c [moved from contrib/byacc/test/code_error.code.c with 84% similarity]
contrib/byacc/test/yacc/code_error.error [new file with mode: 0644]
contrib/byacc/test/yacc/code_error.output [moved from contrib/byacc/test/code_error.output with 100% similarity]
contrib/byacc/test/yacc/code_error.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/code_error.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/empty.error [new file with mode: 0644]
contrib/byacc/test/yacc/empty.output [new file with mode: 0644]
contrib/byacc/test/yacc/empty.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/empty.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax1.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax1.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax1.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax1.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax10.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax10.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax10.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax10.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax11.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax11.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax11.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax11.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax12.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax12.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax12.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax12.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax13.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax13.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax13.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax13.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax14.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax14.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax14.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax14.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax15.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax15.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax15.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax15.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax16.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax16.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax16.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax16.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax17.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax17.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax17.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax17.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax18.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax18.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax18.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax18.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax19.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax19.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax19.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax19.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax2.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax2.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax2.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax2.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax20.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax20.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax20.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax20.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax21.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax21.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax21.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax21.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax22.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax22.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax22.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax22.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax23.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax23.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax23.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax23.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax24.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax24.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax24.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax24.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax25.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax25.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax25.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax25.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax26.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax26.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax26.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax26.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax27.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax27.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax27.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax27.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax3.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax3.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax3.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax3.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax4.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax4.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax4.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax4.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax5.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax5.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax5.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax5.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax6.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax6.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax6.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax6.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7a.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7a.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7a.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7a.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7b.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7b.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7b.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax7b.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax8.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax8.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax8.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax8.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax8a.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax8a.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax8a.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax8a.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax9.error [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax9.output [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax9.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/err_syntax9.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/error.error [new file with mode: 0644]
contrib/byacc/test/yacc/error.output [moved from contrib/byacc/test/error.output with 100% similarity]
contrib/byacc/test/yacc/error.tab.c [moved from contrib/byacc/test/error.tab.c with 77% similarity]
contrib/byacc/test/yacc/error.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/grammar.dot [new file with mode: 0644]
contrib/byacc/test/yacc/grammar.error [new file with mode: 0644]
contrib/byacc/test/yacc/grammar.output [moved from contrib/byacc/test/grammar.output with 100% similarity]
contrib/byacc/test/yacc/grammar.tab.c [moved from contrib/byacc/test/grammar.tab.c with 96% similarity]
contrib/byacc/test/yacc/grammar.tab.h [moved from contrib/byacc/test/grammar.tab.h with 100% similarity]
contrib/byacc/test/yacc/help.error [new file with mode: 0644]
contrib/byacc/test/yacc/help.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_b_opt.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_b_opt.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_b_opt1.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_b_opt1.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_code_c.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_code_c.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_defines.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_defines.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_graph.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_graph.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_include.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_include.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_opts.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_opts.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_output.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_output.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_output1.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_output1.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_output2.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_output2.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_p_opt.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_p_opt.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_p_opt1.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_p_opt1.output [new file with mode: 0644]
contrib/byacc/test/yacc/no_verbose.error [new file with mode: 0644]
contrib/byacc/test/yacc/no_verbose.output [new file with mode: 0644]
contrib/byacc/test/yacc/nostdin.error [new file with mode: 0644]
contrib/byacc/test/yacc/nostdin.output [new file with mode: 0644]
contrib/byacc/test/yacc/ok_syntax1.error [new file with mode: 0644]
contrib/byacc/test/yacc/ok_syntax1.output [new file with mode: 0644]
contrib/byacc/test/yacc/ok_syntax1.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/ok_syntax1.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/pure_calc.error [new file with mode: 0644]
contrib/byacc/test/yacc/pure_calc.output [moved from contrib/byacc/test/pure_calc.output with 100% similarity]
contrib/byacc/test/yacc/pure_calc.tab.c [moved from contrib/byacc/test/pure_calc.tab.c with 87% similarity]
contrib/byacc/test/yacc/pure_calc.tab.h [moved from contrib/byacc/test/pure_calc.tab.h with 100% similarity]
contrib/byacc/test/yacc/pure_error.error [new file with mode: 0644]
contrib/byacc/test/yacc/pure_error.output [moved from contrib/byacc/test/pure_error.output with 100% similarity]
contrib/byacc/test/yacc/pure_error.tab.c [moved from contrib/byacc/test/pure_error.tab.c with 78% similarity]
contrib/byacc/test/yacc/pure_error.tab.h [new file with mode: 0644]
contrib/byacc/test/yacc/quote_calc-s.error [new file with mode: 0644]
contrib/byacc/test/yacc/quote_calc-s.output [moved from contrib/byacc/test/quote_calc-s.output with 100% similarity]
contrib/byacc/test/yacc/quote_calc-s.tab.c [moved from contrib/byacc/test/quote_calc-s.tab.c with 88% similarity]
contrib/byacc/test/yacc/quote_calc-s.tab.h [moved from contrib/byacc/test/quote_calc-s.tab.h with 100% similarity]
contrib/byacc/test/yacc/quote_calc.error [new file with mode: 0644]
contrib/byacc/test/yacc/quote_calc.output [moved from contrib/byacc/test/quote_calc.output with 100% similarity]
contrib/byacc/test/yacc/quote_calc.tab.c [moved from contrib/byacc/test/quote_calc.tab.c with 88% similarity]
contrib/byacc/test/yacc/quote_calc.tab.h [moved from contrib/byacc/test/quote_calc.tab.h with 100% similarity]
contrib/byacc/test/yacc/quote_calc2-s.error [new file with mode: 0644]
contrib/byacc/test/yacc/quote_calc2-s.output [moved from contrib/byacc/test/quote_calc2-s.output with 100% similarity]
contrib/byacc/test/yacc/quote_calc2-s.tab.c [moved from contrib/byacc/test/quote_calc2-s.tab.c with 88% similarity]
contrib/byacc/test/yacc/quote_calc2-s.tab.h [moved from contrib/byacc/test/quote_calc2-s.tab.h with 100% similarity]
contrib/byacc/test/yacc/quote_calc2.error [new file with mode: 0644]
contrib/byacc/test/yacc/quote_calc2.output [moved from contrib/byacc/test/quote_calc2.output with 100% similarity]
contrib/byacc/test/yacc/quote_calc2.tab.c [moved from contrib/byacc/test/quote_calc2.tab.c with 88% similarity]
contrib/byacc/test/yacc/quote_calc2.tab.h [moved from contrib/byacc/test/quote_calc2.tab.h with 100% similarity]
contrib/byacc/test/yacc/quote_calc3-s.error [new file with mode: 0644]
contrib/byacc/test/yacc/quote_calc3-s.output [moved from contrib/byacc/test/quote_calc3-s.output with 100% similarity]
contrib/byacc/test/yacc/quote_calc3-s.tab.c [moved from contrib/byacc/test/quote_calc3-s.tab.c with 88% similarity]
contrib/byacc/test/yacc/quote_calc3-s.tab.h [moved from contrib/byacc/test/quote_calc3-s.tab.h with 100% similarity]
contrib/byacc/test/yacc/quote_calc3.error [new file with mode: 0644]
contrib/byacc/test/yacc/quote_calc3.output [moved from contrib/byacc/test/quote_calc3.output with 100% similarity]
contrib/byacc/test/yacc/quote_calc3.tab.c [moved from contrib/byacc/test/quote_calc3.tab.c with 88% similarity]
contrib/byacc/test/yacc/quote_calc3.tab.h [moved from contrib/byacc/test/quote_calc3.tab.h with 100% similarity]
contrib/byacc/test/yacc/quote_calc4-s.error [new file with mode: 0644]
contrib/byacc/test/yacc/quote_calc4-s.output [moved from contrib/byacc/test/quote_calc4-s.output with 100% similarity]
contrib/byacc/test/yacc/quote_calc4-s.tab.c [moved from contrib/byacc/test/quote_calc4-s.tab.c with 88% similarity]
contrib/byacc/test/yacc/quote_calc4-s.tab.h [moved from contrib/byacc/test/quote_calc4-s.tab.h with 100% similarity]
contrib/byacc/test/yacc/quote_calc4.error [new file with mode: 0644]
contrib/byacc/test/yacc/quote_calc4.output [moved from contrib/byacc/test/quote_calc4.output with 100% similarity]
contrib/byacc/test/yacc/quote_calc4.tab.c [moved from contrib/byacc/test/quote_calc4.tab.c with 88% similarity]
contrib/byacc/test/yacc/quote_calc4.tab.h [moved from contrib/byacc/test/quote_calc4.tab.h with 100% similarity]
contrib/byacc/test/yacc/rename_debug.c [new file with mode: 0644]
contrib/byacc/test/yacc/rename_debug.error [new file with mode: 0644]
contrib/byacc/test/yacc/rename_debug.h [new file with mode: 0644]
contrib/byacc/test/yacc/rename_debug.i [new file with mode: 0644]
contrib/byacc/test/yacc/rename_debug.output [new file with mode: 0644]
contrib/byacc/test/yacc/varsyntax_calc1.error [new file with mode: 0644]
contrib/byacc/test/yacc/varsyntax_calc1.output [new file with mode: 0644]
contrib/byacc/test/yacc/varsyntax_calc1.tab.c [new file with mode: 0644]
contrib/byacc/test/yacc/varsyntax_calc1.tab.h [new file with mode: 0644]
contrib/byacc/verbose.c
contrib/byacc/vmsbuild.com
contrib/byacc/yacc.1
contrib/byacc/yaccpar.c [moved from contrib/byacc/skeleton.c with 83% similarity]
contrib/byacc/yaccpar.skel [new file with mode: 0644]
usr.bin/yacc/Makefile