diff options
author | agc <agc> | 1999-08-24 12:51:24 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-24 12:51:24 +0000 |
commit | bd29bc09ddaa17d74c364877ad87fd1ed6079a9c (patch) | |
tree | a5ab08bed43f17c6b2211a0ae1d8fdb617a882c0 /devel/bison/patches | |
parent | a675fbf80aaf9f4f8f5bf0fe2d58e49b7faa5b31 (diff) | |
download | pkgsrc-bd29bc09ddaa17d74c364877ad87fd1ed6079a9c.tar.gz |
Update bison to version 1.28.
Changes include:
* Should compile better now with K&R compilers.
* Added NLS.
* Fixed a problem with escaping the double quote character.
* There is now a FAQ.
Diffstat (limited to 'devel/bison/patches')
-rw-r--r-- | devel/bison/patches/patch-aa | 6 | ||||
-rw-r--r-- | devel/bison/patches/patch-ab | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/bison/patches/patch-aa b/devel/bison/patches/patch-aa index 146cfadecf8..b8c1913584f 100644 --- a/devel/bison/patches/patch-aa +++ b/devel/bison/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.4 1999/02/19 08:55:23 frueauf Exp $ +$NetBSD: patch-aa,v 1.5 1999/08/24 12:51:25 agc Exp $ ---- bison.texinfo-orig Thu Feb 18 18:56:43 1999 -+++ bison.texinfo Thu Feb 18 18:56:09 1999 +--- doc/bison.texinfo-orig Thu Feb 18 18:56:43 1999 ++++ doc/bison.texinfo Thu Feb 18 18:56:09 1999 @@ -38,7 +38,7 @@ @ifinfo @format diff --git a/devel/bison/patches/patch-ab b/devel/bison/patches/patch-ab index ed13c6694ba..29720460ed8 100644 --- a/devel/bison/patches/patch-ab +++ b/devel/bison/patches/patch-ab @@ -1,9 +1,9 @@ -$NetBSD: patch-ab,v 1.1 1998/09/14 15:14:52 agc Exp $ +$NetBSD: patch-ab,v 1.2 1999/08/24 12:51:25 agc Exp $ Use mkstemp(3) to make temporary files. ---- files.c.orig Sun Oct 15 21:01:30 1995 -+++ files.c Mon Sep 14 15:58:01 1998 +--- src/files.c.orig Sun Oct 15 21:01:30 1995 ++++ src/files.c Mon Sep 14 15:58:01 1998 @@ -235,12 +235,64 @@ tmpattrsfile = mktemp(stringappend(tmp_base, tmp_len, "atXXXXXX")); tmptabfile = mktemp(stringappend(tmp_base, tmp_len, "taXXXXXX")); |