Commit graph

20 commits

Author SHA1 Message Date
Baptiste Daroussin 822ca32763 byacc: really import 20240109 2024-06-20 14:34:49 +02:00
Dag-Erling Smørgrav 8e022d3cde byacc: Update to 20230201.
Note that this enables the backtracking extension, which we had previously left disabled.

PR:		244149, 269425
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D38421
2023-02-20 23:35:32 +01:00
Jung-uk Kim b53bb29fed MFV: r362513
Update byacc to 20200330.
2020-07-14 01:54:24 +00:00
Jung-uk Kim 6166fdcebc MFV: r319352
Merge byacc 20170430.
2017-05-31 19:37:23 +00:00
Jung-uk Kim 3e794565fc MFV: r313101
Update byacc to 20170201.
2017-02-02 20:00:01 +00:00
Jung-uk Kim 2aca18c7ae MFV: r309561
Merge byacc 20161202.
2016-12-13 22:16:02 +00:00
Jung-uk Kim c5b5d71ad3 MFV: r306687
Merge byacc 20160606.
2016-10-04 22:22:32 +00:00
Jung-uk Kim 20afc491bb Merge byacc 20160324. 2016-03-25 22:32:26 +00:00
Jung-uk Kim 0f86d14e9e Merge byacc 20150711. 2016-02-29 21:39:00 +00:00
Baptiste Daroussin 315e69cb63 Import byacc 20141006 2014-10-08 20:46:38 +00:00
Baptiste Daroussin 11fce282db Import byacc 20141005 from vendor 2014-10-06 15:12:59 +00:00
Craig Rodrigues ab7bf3d49d MFV:
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>
2014-10-06 14:43:02 +00:00
Baptiste Daroussin bb9eb45ab4 Update to byacc 20140715 (only concerns regression tests being fixed)
Directly use regression test from upstream

PR:		191020
Submitted by:	gcooper (yaneurabeya@gmail.com)
2014-07-17 22:22:38 +00:00
Baptiste Daroussin 497dcf4c36 Update to 20140422 2014-05-25 00:13:29 +00:00
Baptiste Daroussin 0c8de5b03c Update to byacc 20140409
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
2014-04-23 05:57:45 +00:00
Baptiste Daroussin 4b4a8fca31 Import byacc 20140101 which imports %token-table from bison allowing to build ntpd 2014-01-08 08:08:22 +00:00
Baptiste Daroussin 7dde5df42b 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
2013-10-29 08:21:22 +00:00
Baptiste Daroussin 5b91e83f53 Update byacc to 20130304 2013-05-30 16:16:28 +00:00
Baptiste Daroussin 3e06602220 update to version 20120526 2012-09-14 21:17:53 +00:00
Baptiste Daroussin 98e903e7a0 Import byacc from invisible island, it brings us lots of compatibilities with
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
2012-05-21 13:31:26 +00:00