]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge byacc 20130925
authorbapt <bapt@FreeBSD.org>
Tue, 29 Oct 2013 08:21:22 +0000 (08:21 +0000)
committerbapt <bapt@FreeBSD.org>
Tue, 29 Oct 2013 08:21:22 +0000 (08:21 +0000)
commitbf49c1a9f2225a9e4bf47fa0384aea1cf9304006
tree2f5f7686b6d76d67832a5675dc5fb9a8fd571fa5
parentadedddebaf133f1e91eef5f53dd15ead277b8327
parent968d1daf89ad42d587cce59726a3fe18bac61d8e
Merge byacc 20130925

2 changes:
- Increase default stack-size so that used to be our default stack-size prior byacc import
- fix two loop-limits found by clang 3.3
30 files changed:
contrib/byacc/CHANGES
contrib/byacc/VERSION
contrib/byacc/aclocal.m4
contrib/byacc/config.guess
contrib/byacc/config.sub
contrib/byacc/configure
contrib/byacc/package/byacc.spec
contrib/byacc/package/debian/changelog
contrib/byacc/package/mingw-byacc.spec
contrib/byacc/reader.c
contrib/byacc/skeleton.c
contrib/byacc/test/calc.tab.c
contrib/byacc/test/calc1.tab.c
contrib/byacc/test/calc2.tab.c
contrib/byacc/test/calc3.tab.c
contrib/byacc/test/code_calc.code.c
contrib/byacc/test/code_error.code.c
contrib/byacc/test/error.tab.c
contrib/byacc/test/ftp.tab.c
contrib/byacc/test/grammar.tab.c
contrib/byacc/test/pure_calc.tab.c
contrib/byacc/test/pure_error.tab.c
contrib/byacc/test/quote_calc-s.tab.c
contrib/byacc/test/quote_calc.tab.c
contrib/byacc/test/quote_calc2-s.tab.c
contrib/byacc/test/quote_calc2.tab.c
contrib/byacc/test/quote_calc3-s.tab.c
contrib/byacc/test/quote_calc3.tab.c
contrib/byacc/test/quote_calc4-s.tab.c
contrib/byacc/test/quote_calc4.tab.c