History log of /freebsd-current/contrib/byacc/package/pkgsrc/Makefile
Revision Date Author Comments
# 8e022d3c 20-Feb-2023 Dag-Erling Smørgrav <des@FreeBSD.org>

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


# b53bb29f 13-Jul-2020 Jung-uk Kim <jkim@FreeBSD.org>

MFV: r362513

Update byacc to 20200330.


# 6166fdce 31-May-2017 Jung-uk Kim <jkim@FreeBSD.org>

MFV: r319352

Merge byacc 20170430.


# 3e794565 02-Feb-2017 Jung-uk Kim <jkim@FreeBSD.org>

MFV: r313101

Update byacc to 20170201.


# 2aca18c7 13-Dec-2016 Jung-uk Kim <jkim@FreeBSD.org>

MFV: r309561

Merge byacc 20161202.


# c5b5d71a 04-Oct-2016 Jung-uk Kim <jkim@FreeBSD.org>

MFV: r306687

Merge byacc 20160606.


# 20afc491 25-Mar-2016 Jung-uk Kim <jkim@FreeBSD.org>

Merge byacc 20160324.


# 0f86d14e 29-Feb-2016 Jung-uk Kim <jkim@FreeBSD.org>

Merge byacc 20150711.


# 315e69cb 08-Oct-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Import byacc 20141006


# 11fce282 06-Oct-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Import byacc 20141005 from vendor


# bb9eb45a 17-Jul-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Update to byacc 20140715 (only concerns regression tests being fixed)
Directly use regression test from upstream

PR: 191020
Submitted by: gcooper (yaneurabeya@gmail.com)


# 497dcf4c 24-May-2014 Baptiste Daroussin <bapt@FreeBSD.org>

Update to 20140422


# 0c8de5b0 22-Apr-2014 Baptiste Daroussin <bapt@FreeBSD.org>

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


# 98e903e7 21-May-2012 Baptiste Daroussin <bapt@FreeBSD.org>

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