History log of /freebsd-current/contrib/byacc/warshall.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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


# d1e106f2 22-Sep-2020 Alex Richardson <arichardson@FreeBSD.org>

byacc: fix UBSan signed shift range error

I've submitted this patch upstream, so apply this to contrib/ until a new
version containing this change has been released.

Reviewed By: jkim
Differential Revision: https://reviews.freebsd.org/D26505

# 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


# d1e106f2 22-Sep-2020 Alex Richardson <arichardson@FreeBSD.org>

byacc: fix UBSan signed shift range error

I've submitted this patch upstream, so apply this to contrib/ until a new
version containing this change has been released.

Reviewed By: jkim
Differential Revision: https://reviews.freebsd.org/D26505