Module Name: src
Committed By: christos
Date: Thu Oct 29 00:58:07 UTC 2009
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new yacc.
To generate a diff of this commit:
cvs rdiff -u -r1.729 -r1.730 src/doc/3RDPARTY
cvs rdiff -u -r1.1313 -r1.1314 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.729 src/doc/3RDPARTY:1.730
--- src/doc/3RDPARTY:1.729 Mon Oct 26 18:40:50 2009
+++ src/doc/3RDPARTY Wed Oct 28 20:58:06 2009
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.729 2009/10/26 22:40:50 snj Exp $
+# $NetBSD: 3RDPARTY,v 1.730 2009/10/29 00:58:06 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -166,8 +166,8 @@
Notes:
Package: byacc
-Version: 20080826
-Current Vers: 1.9
+Version: 20091028
+Current Vers: 20091028
Maintainer: Thomas Dickey <[email protected]>
Archive Site: http://www.invisible-island.net/byacc/byacc.html
Home Page: http://www.invisible-island.net/byacc/byacc.html
@@ -175,9 +175,6 @@
Responsible: christos
License: Public Domain
Notes:
-We haven't had a sync since 1993, the sources have diverged a lot
-since then but there are a bunch of bug fixes we probably want to pull
-in.
Package: bzip2
Version: 1.0.5
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1313 src/doc/CHANGES:1.1314
--- src/doc/CHANGES:1.1313 Mon Oct 26 17:35:51 2009
+++ src/doc/CHANGES Wed Oct 28 20:58:06 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1313 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1314 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -431,3 +431,4 @@
routed(8): Merge 2.32 changes [christos 20091025]
m4(1): Import the OpenBSD one since it implements features from gm4
that the new flex wants [christos 20091026]
+ yacc(1): Import byacc-20091028 [christos 20091028]