summaryrefslogtreecommitdiffstats
path: root/contrib/byacc
Commit message (Collapse)AuthorAgeFilesLines
* Regen test cases for yacc(1) after r274460. YYINT is int now.jkim2014-11-1329-29/+29
| | | | PR: 194982
* Import byacc 20141006bapt2014-10-0812-399/+705
|
* Import byacc 20141005 from vendorbapt2014-10-06104-1497/+8019
|
* MFV:rodrigc2014-10-063-1/+8
| | | | | | | | use calloc in get_line() when allocating line to ensure it is fully initialized, fixes a later uninitialized value in copy_param() (FreeBSD #193499). PR: 193499 Submitted by: Thomas E. Dickey <tom@invisible-island.net>
* Update to byacc 20140715 (only concerns regression tests being fixed)bapt2014-07-1789-581/+156
| | | | | | | Directly use regression test from upstream PR: 191020 Submitted by: gcooper (yaneurabeya@gmail.com)
* Update to 20140422bapt2014-05-2517-282/+322
|
* Update to byacc 20140409bapt2014-04-23627-7051/+89449
| | | | | | | | Among all the modifications, this new byacc also solves a 14 year old bug [1] PR: bin/23254 [1] Submitted by: marka@nominum.com [1] MFC after: 3 weeks
* Convert an unused banner from skeleton.c into a comment.bapt2014-03-301-3/+3
| | | | | | | It is added to every generated files and fix build at certain warning level with clang 3.4 Submitted by: Thomas Dickey <dickey@his.com> (byacc upstream) Spotted by: glebius
* Import byacc 20140101 which imports %token-table from bison allowing to ↵bapt2014-01-0837-358/+457
| | | | build ntpd
* Merge byacc 20130925bapt2013-10-2930-155/+295
| | | | | | 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
* Update byacc to 20130304bapt2013-05-3037-1724/+1768
|
* update to version 20120526bapt2012-09-1412-61/+115
|
* Import byacc from invisible island, it brings us lots of compatibilities withbapt2012-05-21127-0/+52908
bison, keeping full compatibility with our previous yacc implementation. Also bring the ability to create reentrant parser This fix bin/140309 [1] PR: bin/140309 [1] Submitted by: Philippe Pepiot <ksh@philpep.org> [1] Approved by: des (mentor) MFC after: 1 month
OpenPOWER on IntegriCloud