svn commit: r268809 - in vendor/byacc/dist: . package package/debian package/pkgsrc test test/btyacc test/yacc

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 17 21:58:41 UTC 2014


Author: bapt
Date: Thu Jul 17 21:58:22 2014
New Revision: 268809
URL: http://svnweb.freebsd.org/changeset/base/268809

Log:
  import byacc 20140715

Deleted:
  vendor/byacc/dist/NOTES-btyacc-Changes
  vendor/byacc/dist/NOTES-btyacc-Disposition
Modified:
  vendor/byacc/dist/CHANGES
  vendor/byacc/dist/MANIFEST
  vendor/byacc/dist/VERSION
  vendor/byacc/dist/aclocal.m4
  vendor/byacc/dist/main.c
  vendor/byacc/dist/package/byacc.spec
  vendor/byacc/dist/package/debian/changelog
  vendor/byacc/dist/package/mingw-byacc.spec
  vendor/byacc/dist/package/pkgsrc/Makefile
  vendor/byacc/dist/test/btyacc/big_b.output
  vendor/byacc/dist/test/btyacc/big_l.output
  vendor/byacc/dist/test/btyacc/err_inherit1.error
  vendor/byacc/dist/test/btyacc/err_inherit2.error
  vendor/byacc/dist/test/btyacc/err_inherit3.error
  vendor/byacc/dist/test/btyacc/err_inherit4.error
  vendor/byacc/dist/test/btyacc/err_inherit5.error
  vendor/byacc/dist/test/btyacc/err_syntax1.error
  vendor/byacc/dist/test/btyacc/err_syntax10.error
  vendor/byacc/dist/test/btyacc/err_syntax11.error
  vendor/byacc/dist/test/btyacc/err_syntax12.error
  vendor/byacc/dist/test/btyacc/err_syntax13.error
  vendor/byacc/dist/test/btyacc/err_syntax14.error
  vendor/byacc/dist/test/btyacc/err_syntax15.error
  vendor/byacc/dist/test/btyacc/err_syntax16.error
  vendor/byacc/dist/test/btyacc/err_syntax17.error
  vendor/byacc/dist/test/btyacc/err_syntax18.error
  vendor/byacc/dist/test/btyacc/err_syntax19.error
  vendor/byacc/dist/test/btyacc/err_syntax2.error
  vendor/byacc/dist/test/btyacc/err_syntax21.error
  vendor/byacc/dist/test/btyacc/err_syntax22.error
  vendor/byacc/dist/test/btyacc/err_syntax23.error
  vendor/byacc/dist/test/btyacc/err_syntax24.error
  vendor/byacc/dist/test/btyacc/err_syntax25.error
  vendor/byacc/dist/test/btyacc/err_syntax26.error
  vendor/byacc/dist/test/btyacc/err_syntax27.error
  vendor/byacc/dist/test/btyacc/err_syntax3.error
  vendor/byacc/dist/test/btyacc/err_syntax4.error
  vendor/byacc/dist/test/btyacc/err_syntax5.error
  vendor/byacc/dist/test/btyacc/err_syntax6.error
  vendor/byacc/dist/test/btyacc/err_syntax7.error
  vendor/byacc/dist/test/btyacc/err_syntax7a.error
  vendor/byacc/dist/test/btyacc/err_syntax7b.error
  vendor/byacc/dist/test/btyacc/err_syntax8.error
  vendor/byacc/dist/test/btyacc/err_syntax8a.error
  vendor/byacc/dist/test/btyacc/err_syntax9.error
  vendor/byacc/dist/test/btyacc/help.output
  vendor/byacc/dist/test/btyacc/no_b_opt.output
  vendor/byacc/dist/test/btyacc/no_output2.output
  vendor/byacc/dist/test/btyacc/no_p_opt.output
  vendor/byacc/dist/test/btyacc/nostdin.output
  vendor/byacc/dist/test/run_test.sh
  vendor/byacc/dist/test/yacc/big_b.output
  vendor/byacc/dist/test/yacc/big_l.output
  vendor/byacc/dist/test/yacc/err_syntax1.error
  vendor/byacc/dist/test/yacc/err_syntax10.error
  vendor/byacc/dist/test/yacc/err_syntax11.error
  vendor/byacc/dist/test/yacc/err_syntax12.error
  vendor/byacc/dist/test/yacc/err_syntax13.error
  vendor/byacc/dist/test/yacc/err_syntax14.error
  vendor/byacc/dist/test/yacc/err_syntax15.error
  vendor/byacc/dist/test/yacc/err_syntax16.error
  vendor/byacc/dist/test/yacc/err_syntax17.error
  vendor/byacc/dist/test/yacc/err_syntax18.error
  vendor/byacc/dist/test/yacc/err_syntax19.error
  vendor/byacc/dist/test/yacc/err_syntax2.error
  vendor/byacc/dist/test/yacc/err_syntax21.error
  vendor/byacc/dist/test/yacc/err_syntax22.error
  vendor/byacc/dist/test/yacc/err_syntax23.error
  vendor/byacc/dist/test/yacc/err_syntax24.error
  vendor/byacc/dist/test/yacc/err_syntax25.error
  vendor/byacc/dist/test/yacc/err_syntax26.error
  vendor/byacc/dist/test/yacc/err_syntax27.error
  vendor/byacc/dist/test/yacc/err_syntax3.error
  vendor/byacc/dist/test/yacc/err_syntax4.error
  vendor/byacc/dist/test/yacc/err_syntax5.error
  vendor/byacc/dist/test/yacc/err_syntax6.error
  vendor/byacc/dist/test/yacc/err_syntax7.error
  vendor/byacc/dist/test/yacc/err_syntax7a.error
  vendor/byacc/dist/test/yacc/err_syntax7b.error
  vendor/byacc/dist/test/yacc/err_syntax8.error
  vendor/byacc/dist/test/yacc/err_syntax8a.error
  vendor/byacc/dist/test/yacc/err_syntax9.error
  vendor/byacc/dist/test/yacc/help.output
  vendor/byacc/dist/test/yacc/no_b_opt.output
  vendor/byacc/dist/test/yacc/no_output2.output
  vendor/byacc/dist/test/yacc/no_p_opt.output
  vendor/byacc/dist/test/yacc/nostdin.output

Modified: vendor/byacc/dist/CHANGES
==============================================================================
--- vendor/byacc/dist/CHANGES	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/CHANGES	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,38 @@
+2014-07-15  Thomas E. Dickey  <tom at invisible-island.net>
+
+	* aclocal.m4: resync with my-autoconf (no change to configure script)
+
+	* VERSION, package/byacc.spec, package/debian/changelog, package/mingw-byacc.spec, package/pkgsrc/Makefile:
+	bump
+
+	* test/run_test.sh:
+	make top-level "make check" work again, by adding another step to filtering
+	the test results.
+
+2014-07-14  Thomas E. Dickey  <tom at invisible-island.net>
+
+	* test/run_test.sh: changes from Garrett Cooper's patch:
+		a) ensure that the script returns an error-code if there are differences
+		b) escape "." character in left side of sed expression for $YACC
+		c) ensure that $ifBTYACC has a value
+
+	* test/btyacc/big_b.output, test/btyacc/big_l.output, test/btyacc/help.output, test/btyacc/no_b_opt.output, test/btyacc/no_output2.output, test/btyacc/no_p_opt.output, test/btyacc/nostdin.output:
+	regen (reminder by Garrett Cooper)
+
+2014-07-14  Garrett.Cooper
+
+	* test/btyacc/err_inherit1.error, test/btyacc/err_inherit2.error, test/btyacc/err_inherit3.error, test/btyacc/err_inherit4.error, test/btyacc/err_inherit5.error, test/btyacc/err_syntax1.error, test/btyacc/err_syntax10.error, test/btyacc/err_syntax11.error, test/btyacc/err_syntax12.error, test/btyacc/err_syntax13.error, test/btyacc/err_syntax14.error, test/btyacc/err_syntax15.error, test/btyacc/err_syntax16.error, test/btyacc/err_syntax17.error, test/btyacc/err_syntax18.error, test/btyacc/err_syntax19.error, test/btyacc/err_syntax2.error, test/btyacc/err_syntax21.error, test/btyacc/err_syntax22.error, test/btyacc/err_syntax23.error, test/btyacc/err_syntax24.error, test/btyacc/err_syntax25.error, test/btyacc/err_syntax26.error, test/btyacc/err_syntax27.error, test/btyacc/err_syntax3.error, test/btyacc/err_syntax4.error, test/btyacc/err_syntax5.error, test/btyacc/err_syntax6.error, test/btyacc/err_syntax7.error, test/btyacc/err_syntax7a.error, test/btyacc/err_syntax7b.error, test/btya
 cc/err_syntax8.error, test/btyacc/err_syntax8a.error, test/btyacc/err_syntax9.error, test/yacc/err_syntax1.error, test/yacc/err_syntax10.error, test/yacc/err_syntax11.error, test/yacc/err_syntax12.error, test/yacc/err_syntax13.error, test/yacc/err_syntax14.error, test/yacc/err_syntax15.error, test/yacc/err_syntax16.error, test/yacc/err_syntax17.error, test/yacc/err_syntax18.error, test/yacc/err_syntax19.error, test/yacc/err_syntax2.error, test/yacc/err_syntax21.error, test/yacc/err_syntax22.error, test/yacc/err_syntax23.error, test/yacc/err_syntax24.error, test/yacc/err_syntax25.error, test/yacc/err_syntax26.error, test/yacc/err_syntax27.error, test/yacc/err_syntax3.error, test/yacc/err_syntax4.error, test/yacc/err_syntax5.error, test/yacc/err_syntax6.error, test/yacc/err_syntax7.error, test/yacc/err_syntax7a.error, test/yacc/err_syntax7b.error, test/yacc/err_syntax8.error, test/yacc/err_syntax8a.error, test/yacc/err_syntax9.error:
+	regen
+
+2014-05-27  Tom.Shields
+
+	* main.c: remove obsolete -D option from usage message
+
+2014-05-27  Thomas E. Dickey  <tom at invisible-island.net>
+
+	* VERSION, package/byacc.spec, package/debian/changelog, test/yacc/big_b.output, test/yacc/big_l.output, test/yacc/help.output, test/yacc/no_b_opt.output, test/yacc/no_output2.output, test/yacc/no_p_opt.output, test/yacc/nostdin.output:
+	bump
+
 2014-04-22  Thomas E. Dickey  <tom at invisible-island.net>
 
 	* mstring.c:

Modified: vendor/byacc/dist/MANIFEST
==============================================================================
--- vendor/byacc/dist/MANIFEST	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/MANIFEST	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,4 +1,4 @@
-MANIFEST for byacc-20140422, version t20140422
+MANIFEST for byacc-20140715, version t20140715
 --------------------------------------------------------------------------------
 MANIFEST                        this file
 ACKNOWLEDGEMENTS                original version of byacc - 1993

Modified: vendor/byacc/dist/VERSION
==============================================================================
--- vendor/byacc/dist/VERSION	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/VERSION	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-20140422
+20140715

Modified: vendor/byacc/dist/aclocal.m4
==============================================================================
--- vendor/byacc/dist/aclocal.m4	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/aclocal.m4	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,4 +1,4 @@
-dnl $Id: aclocal.m4,v 1.34 2014/04/06 19:16:18 tom Exp $
+dnl $Id: aclocal.m4,v 1.35 2014/07/15 19:38:05 tom Exp $
 dnl Macros for byacc configure script (Thomas E. Dickey)
 dnl ---------------------------------------------------------------------------
 dnl Copyright 2004-2013,2014 Thomas E. Dickey
@@ -28,7 +28,7 @@ dnl sale, use or other dealings in this 
 dnl authorization.
 dnl ---------------------------------------------------------------------------
 dnl ---------------------------------------------------------------------------
-dnl CF_ACVERSION_CHECK version: 4 updated: 2013/03/04 19:52:56
+dnl CF_ACVERSION_CHECK version: 5 updated: 2014/06/04 19:11:49
 dnl ------------------
 dnl Conditionally generate script according to whether we're using a given autoconf.
 dnl
@@ -37,7 +37,7 @@ dnl $2 = code to use if AC_ACVERSION is 
 dnl $3 = code to use if AC_ACVERSION is older than $1.
 define([CF_ACVERSION_CHECK],
 [
-ifdef([AC_ACVERSION], ,[m4_copy([m4_PACKAGE_VERSION],[AC_ACVERSION])])dnl
+ifdef([AC_ACVERSION], ,[ifdef([AC_AUTOCONF_VERSION],[m4_copy([AC_AUTOCONF_VERSION],[AC_ACVERSION])],[m4_copy([m4_PACKAGE_VERSION],[AC_ACVERSION])])])dnl
 ifdef([m4_version_compare],
 [m4_if(m4_version_compare(m4_defn([AC_ACVERSION]), [$1]), -1, [$3], [$2])],
 [CF_ACVERSION_COMPARE(
@@ -930,7 +930,7 @@ AC_PROG_AWK
 test -z "$AWK" && AC_MSG_ERROR(No awk program found)
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_PROG_CC version: 3 updated: 2012/10/06 15:31:55
+dnl CF_PROG_CC version: 4 updated: 2014/07/12 18:57:58
 dnl ----------
 dnl standard check for CC, plus followup sanity checks
 dnl $1 = optional parameter to pass to AC_PROG_CC to specify compiler name
@@ -940,7 +940,7 @@ CF_GCC_VERSION
 CF_ACVERSION_CHECK(2.52,
 	[AC_PROG_CC_STDC],
 	[CF_ANSI_CC_REQD])
-CF_CC_ENV_FLAGS 
+CF_CC_ENV_FLAGS
 ])dnl
 dnl ---------------------------------------------------------------------------
 dnl CF_PROG_LINT version: 2 updated: 2009/08/12 04:43:14

Modified: vendor/byacc/dist/main.c
==============================================================================
--- vendor/byacc/dist/main.c	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/main.c	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.50 2014/04/22 23:34:47 tom Exp $ */
+/* $Id: main.c,v 1.51 2014/05/28 02:01:55 Tom.Shields Exp $ */
 
 #include <signal.h>
 #ifndef _WIN32
@@ -208,7 +208,6 @@ usage(void)
 	,"  -b file_prefix        set filename prefix (default \"y.\")"
 	,"  -B                    create a backtracking parser"
 	,"  -d                    write definitions (" DEFINES_SUFFIX ")"
-	,"  -D                    enable value stack memory reclamation"
 	,"  -i                    write interface (y.tab.i)"
 	,"  -g                    write a graphical description"
 	,"  -l                    suppress #line directives"

Modified: vendor/byacc/dist/package/byacc.spec
==============================================================================
--- vendor/byacc/dist/package/byacc.spec	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/package/byacc.spec	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,8 +1,8 @@
 Summary: byacc - public domain Berkeley LALR Yacc parser generator
 %define AppProgram byacc
-%define AppVersion 20140422
+%define AppVersion 20140715
 %define UseProgram yacc
-# $XTermId: byacc.spec,v 1.20 2014/04/22 08:13:20 tom Exp $
+# $XTermId: byacc.spec,v 1.22 2014/07/15 19:36:54 tom Exp $
 Name: %{AppProgram}
 Version: %{AppVersion}
 Release: 1

Modified: vendor/byacc/dist/package/debian/changelog
==============================================================================
--- vendor/byacc/dist/package/debian/changelog	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/package/debian/changelog	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,15 @@
+byacc (20140715) unstable; urgency=low
+
+  * maintenance updates
+
+ -- Thomas E. Dickey <dickey at invisible-island.net>  Tue, 15 Jul 2014 15:36:54 -0400
+
+byacc (20140527) unstable; urgency=low
+
+  * remove obsolete option from usage message
+
+ -- Thomas E. Dickey <dickey at invisible-island.net>  Tue, 27 May 2014 22:01:55 -0400
+
 byacc (20140422) unstable; urgency=low
 
   * maintenance updates

Modified: vendor/byacc/dist/package/mingw-byacc.spec
==============================================================================
--- vendor/byacc/dist/package/mingw-byacc.spec	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/package/mingw-byacc.spec	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,8 +1,8 @@
 Summary: byacc - public domain Berkeley LALR Yacc parser generator
 %define AppProgram byacc
-%define AppVersion 20140422
+%define AppVersion 20140715
 %define UseProgram yacc
-# $XTermId: mingw-byacc.spec,v 1.3 2014/04/22 08:13:20 tom Exp $
+# $XTermId: mingw-byacc.spec,v 1.4 2014/07/15 19:36:54 tom Exp $
 Name: %{AppProgram}
 Version: %{AppVersion}
 Release: 1

Modified: vendor/byacc/dist/package/pkgsrc/Makefile
==============================================================================
--- vendor/byacc/dist/package/pkgsrc/Makefile	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/package/pkgsrc/Makefile	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.9 2008/07/24 17:13:00 tonnerre Exp $
 #
 
-DISTNAME=	byacc-20140422
+DISTNAME=	byacc-20140715
 PKGREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://invisible-island.net/byacc/

Modified: vendor/byacc/dist/test/btyacc/big_b.output
==============================================================================
--- vendor/byacc/dist/test/btyacc/big_b.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/big_b.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/btyacc/big_l.output
==============================================================================
--- vendor/byacc/dist/test/btyacc/big_l.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/big_l.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/btyacc/err_inherit1.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_inherit1.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_inherit1.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 64 of "./test/err_inherit1.y", unterminated argument list
+YACC: e - line 64 of "./err_inherit1.y", unterminated argument list
 namelist($c, $t
         ^

Modified: vendor/byacc/dist/test/btyacc/err_inherit2.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_inherit2.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_inherit2.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,5 +1,5 @@
-YACC: w - line 64 of "./test/err_inherit2.y", number of arguments of namelist doesn't agree with previous declaration
-YACC: w - line 64 of "./test/err_inherit2.y", type of argument 1 to namelist doesn't agree with previous declaration
-YACC: e - line 64 of "./test/err_inherit2.y", bad formal argument list
+YACC: w - line 64 of "./err_inherit2.y", number of arguments of namelist doesn't agree with previous declaration
+YACC: w - line 64 of "./err_inherit2.y", type of argument 1 to namelist doesn't agree with previous declaration
+YACC: e - line 64 of "./err_inherit2.y", bad formal argument list
 namelist($<tval>c, $t, extra): namelist NAME
                              ^

Modified: vendor/byacc/dist/test/btyacc/err_inherit3.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_inherit3.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_inherit3.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,23 +1,23 @@
-YACC: w - line 64 of "./test/err_inherit3.y", number of arguments of namelist doesn't agree with previous declaration
-YACC: w - line 64 of "./test/err_inherit3.y", wrong number of arguments for namelist
+YACC: w - line 64 of "./err_inherit3.y", number of arguments of namelist doesn't agree with previous declaration
+YACC: w - line 64 of "./err_inherit3.y", wrong number of arguments for namelist
 namelist: namelist($c) NAME
                        ^
-YACC: w - line 64 of "./test/err_inherit3.y", unknown argument $c
-YACC: w - line 64 of "./test/err_inherit3.y", untyped argument $c
-YACC: w - line 65 of "./test/err_inherit3.y", unknown argument $t
+YACC: w - line 64 of "./err_inherit3.y", unknown argument $c
+YACC: w - line 64 of "./err_inherit3.y", untyped argument $c
+YACC: w - line 65 of "./err_inherit3.y", unknown argument $t
 	    { $$->s = mksymbol($<tval>t, $<cval>c, $2);
 	                       ^
-YACC: w - line 65 of "./test/err_inherit3.y", unknown argument $c
+YACC: w - line 65 of "./err_inherit3.y", unknown argument $c
 	    { $$->s = mksymbol($<tval>t, $<cval>c, $2);
 	                                 ^
-YACC: w - line 69 of "./test/err_inherit3.y", unknown argument $t
+YACC: w - line 69 of "./err_inherit3.y", unknown argument $t
 	    { $$->s = mksymbol($t, $c, $1);
 	                         ^
-YACC: w - line 69 of "./test/err_inherit3.y", untyped argument $t
-YACC: w - line 69 of "./test/err_inherit3.y", unknown argument $c
+YACC: w - line 69 of "./err_inherit3.y", untyped argument $t
+YACC: w - line 69 of "./err_inherit3.y", unknown argument $c
 	    { $$->s = mksymbol($t, $c, $1);
 	                             ^
-YACC: w - line 69 of "./test/err_inherit3.y", untyped argument $c
-YACC: w - line 0 of "./test/err_inherit3.y", start symbol declaration requires arguments
+YACC: w - line 69 of "./err_inherit3.y", untyped argument $c
+YACC: w - line 0 of "./err_inherit3.y", start symbol declaration requires arguments
 YACC: 1 rule never reduced
 YACC: 3 shift/reduce conflicts.

Modified: vendor/byacc/dist/test/btyacc/err_inherit4.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_inherit4.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_inherit4.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,13 +1,13 @@
-YACC: w - line 32 of "./test/err_inherit4.y", destructor redeclared
+YACC: w - line 32 of "./err_inherit4.y", destructor redeclared
 %destructor	{
            	^
-YACC: w - line 77 of "./test/err_inherit4.y", wrong number of default arguments for namelist
+YACC: w - line 77 of "./err_inherit4.y", wrong number of default arguments for namelist
 	{ $$ = $1; @$ = @2; }
 	^
-YACC: w - line 77 of "./test/err_inherit4.y", wrong type for default argument 2 to namelist
+YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 2 to namelist
 	{ $$ = $1; @$ = @2; }
 	^
-YACC: w - line 77 of "./test/err_inherit4.y", wrong type for default argument 1 to namelist
+YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 1 to namelist
 	{ $$ = $1; @$ = @2; }
 	^
-YACC: w - line 77 of "./test/err_inherit4.y", @2 references beyond the end of the current rule
+YACC: w - line 77 of "./err_inherit4.y", @2 references beyond the end of the current rule

Modified: vendor/byacc/dist/test/btyacc/err_inherit5.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_inherit5.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_inherit5.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 74 of "./test/err_inherit5.y", illegal @$ or @N reference
+YACC: e - line 74 of "./err_inherit5.y", illegal @$ or @N reference

Modified: vendor/byacc/dist/test/btyacc/err_syntax1.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax1.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax1.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 1 of "./test/err_syntax1.y", syntax error
+YACC: e - line 1 of "./err_syntax1.y", syntax error
 	?%	{
 	^

Modified: vendor/byacc/dist/test/btyacc/err_syntax10.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax10.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax10.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: w - line 7 of "./test/err_syntax10.y", the type of '(' has been redeclared
-YACC: w - line 7 of "./test/err_syntax10.y", the type of '*' has been redeclared
-YACC: w - line 7 of "./test/err_syntax10.y", the type of '&' has been redeclared
+YACC: w - line 7 of "./err_syntax10.y", the type of '(' has been redeclared
+YACC: w - line 7 of "./err_syntax10.y", the type of '*' has been redeclared
+YACC: w - line 7 of "./err_syntax10.y", the type of '&' has been redeclared

Modified: vendor/byacc/dist/test/btyacc/err_syntax11.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax11.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax11.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: w - line 7 of "./test/err_syntax11.y", the precedence of '|' has been redeclared
+YACC: w - line 7 of "./err_syntax11.y", the precedence of '|' has been redeclared

Modified: vendor/byacc/dist/test/btyacc/err_syntax12.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax12.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax12.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: w - line 7 of "./test/err_syntax12.y", the value of text has been redeclared
+YACC: w - line 7 of "./err_syntax12.y", the value of text has been redeclared

Modified: vendor/byacc/dist/test/btyacc/err_syntax13.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax13.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax13.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 7 of "./test/err_syntax13.y", the start symbol text is a token
+YACC: e - line 7 of "./err_syntax13.y", the start symbol text is a token

Modified: vendor/byacc/dist/test/btyacc/err_syntax14.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax14.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax14.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,2 +1,2 @@
-YACC: w - line 7 of "./test/err_syntax14.y", the start symbol has been redeclared
+YACC: w - line 7 of "./err_syntax14.y", the start symbol has been redeclared
 YACC: e - the start symbol text2 is undefined

Modified: vendor/byacc/dist/test/btyacc/err_syntax15.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax15.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax15.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 9 of "./test/err_syntax15.y", no grammar has been specified
+YACC: e - line 9 of "./err_syntax15.y", no grammar has been specified

Modified: vendor/byacc/dist/test/btyacc/err_syntax16.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax16.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax16.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 14 of "./test/err_syntax16.y", a token appears on the lhs of a production
+YACC: e - line 14 of "./err_syntax16.y", a token appears on the lhs of a production

Modified: vendor/byacc/dist/test/btyacc/err_syntax17.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax17.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax17.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 8 of "./test/err_syntax17.y", unterminated action
+YACC: e - line 8 of "./err_syntax17.y", unterminated action
 S: { error
    ^

Modified: vendor/byacc/dist/test/btyacc/err_syntax18.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax18.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax18.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: w - line 9 of "./test/err_syntax18.y", $4 references beyond the end of the current rule
+YACC: w - line 9 of "./err_syntax18.y", $4 references beyond the end of the current rule

Modified: vendor/byacc/dist/test/btyacc/err_syntax19.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax19.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax19.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 9 of "./test/err_syntax19.y", illegal $-name
+YACC: e - line 9 of "./err_syntax19.y", illegal $-name
             {  $$ = $<oops>; }
                     ^

Modified: vendor/byacc/dist/test/btyacc/err_syntax2.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax2.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax2.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 1 of "./test/err_syntax2.y", unmatched /*
+YACC: e - line 1 of "./err_syntax2.y", unmatched /*
 %{ /*
    ^

Modified: vendor/byacc/dist/test/btyacc/err_syntax21.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax21.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax21.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 12 of "./test/err_syntax21.y", $0 is untyped
+YACC: e - line 12 of "./err_syntax21.y", $0 is untyped

Modified: vendor/byacc/dist/test/btyacc/err_syntax22.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax22.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax22.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 17 of "./test/err_syntax22.y", $2 (recur) is untyped
+YACC: e - line 17 of "./err_syntax22.y", $2 (recur) is untyped

Modified: vendor/byacc/dist/test/btyacc/err_syntax23.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax23.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax23.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 18 of "./test/err_syntax23.y", $$ is untyped
+YACC: e - line 18 of "./err_syntax23.y", $$ is untyped

Modified: vendor/byacc/dist/test/btyacc/err_syntax24.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax24.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax24.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,2 +1,2 @@
-YACC: w - line 21 of "./test/err_syntax24.y", the default action assigns an undefined value to $$
-YACC: e - line 22 of "./test/err_syntax24.y", $$ is untyped
+YACC: w - line 21 of "./err_syntax24.y", the default action assigns an undefined value to $$
+YACC: e - line 22 of "./err_syntax24.y", $$ is untyped

Modified: vendor/byacc/dist/test/btyacc/err_syntax25.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax25.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax25.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 11 of "./test/err_syntax25.y", too many %union declarations
+YACC: e - line 11 of "./err_syntax25.y", too many %union declarations
 %union {
 ^

Modified: vendor/byacc/dist/test/btyacc/err_syntax26.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax26.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax26.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 6 of "./test/err_syntax26.y", unexpected end-of-file
+YACC: e - line 6 of "./err_syntax26.y", unexpected end-of-file

Modified: vendor/byacc/dist/test/btyacc/err_syntax27.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax27.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax27.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 3 of "./test/err_syntax27.y", missing '}'
+YACC: e - line 3 of "./err_syntax27.y", missing '}'

Modified: vendor/byacc/dist/test/btyacc/err_syntax3.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax3.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax3.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax3.y", unterminated string
+YACC: e - line 6 of "./err_syntax3.y", unterminated string
 %token <text> '(' '*' '&
                       ^

Modified: vendor/byacc/dist/test/btyacc/err_syntax4.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax4.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax4.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 1 of "./test/err_syntax4.y", unmatched %{
+YACC: e - line 1 of "./err_syntax4.y", unmatched %{
 %{
 ^

Modified: vendor/byacc/dist/test/btyacc/err_syntax5.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax5.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax5.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax5.y", unterminated %union declaration
+YACC: e - line 6 of "./err_syntax5.y", unterminated %union declaration
 %union {
 ^

Modified: vendor/byacc/dist/test/btyacc/err_syntax6.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax6.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax6.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax6.y", illegal tag
+YACC: e - line 6 of "./err_syntax6.y", illegal tag
 %token <text) '(' '*' '&
        ^

Modified: vendor/byacc/dist/test/btyacc/err_syntax7.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax7.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax7.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax7.y", illegal character
+YACC: e - line 6 of "./err_syntax7.y", illegal character
 %token <text> '\777'
                ^

Modified: vendor/byacc/dist/test/btyacc/err_syntax7a.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax7a.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax7a.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax7a.y", illegal character
+YACC: e - line 6 of "./err_syntax7a.y", illegal character
 %token <text> '\xfff'
                ^

Modified: vendor/byacc/dist/test/btyacc/err_syntax7b.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax7b.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax7b.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax7b.y", illegal character
+YACC: e - line 6 of "./err_syntax7b.y", illegal character
 %token <text> '\x.'
                ^

Modified: vendor/byacc/dist/test/btyacc/err_syntax8.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax8.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax8.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 6 of "./test/err_syntax8.y", illegal use of reserved symbol .
+YACC: e - line 6 of "./err_syntax8.y", illegal use of reserved symbol .

Modified: vendor/byacc/dist/test/btyacc/err_syntax8a.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax8a.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax8a.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 6 of "./test/err_syntax8a.y", illegal use of reserved symbol $$123
+YACC: e - line 6 of "./err_syntax8a.y", illegal use of reserved symbol $$123

Modified: vendor/byacc/dist/test/btyacc/err_syntax9.error
==============================================================================
--- vendor/byacc/dist/test/btyacc/err_syntax9.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/err_syntax9.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 7 of "./test/err_syntax9.y", the start symbol text cannot be declared to be a token
+YACC: e - line 7 of "./err_syntax9.y", the start symbol text cannot be declared to be a token

Modified: vendor/byacc/dist/test/btyacc/help.output
==============================================================================
--- vendor/byacc/dist/test/btyacc/help.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/help.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/btyacc/no_b_opt.output
==============================================================================
--- vendor/byacc/dist/test/btyacc/no_b_opt.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/no_b_opt.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/btyacc/no_output2.output
==============================================================================
--- vendor/byacc/dist/test/btyacc/no_output2.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/no_output2.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/btyacc/no_p_opt.output
==============================================================================
--- vendor/byacc/dist/test/btyacc/no_p_opt.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/no_p_opt.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/btyacc/nostdin.output
==============================================================================
--- vendor/byacc/dist/test/btyacc/nostdin.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/btyacc/nostdin.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/run_test.sh
==============================================================================
--- vendor/byacc/dist/test/run_test.sh	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/run_test.sh	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,7 +1,9 @@
 #!/bin/sh
-# $Id: run_test.sh,v 1.22 2014/04/09 11:00:45 tom Exp $
+# $Id: run_test.sh,v 1.24 2014/07/15 19:21:10 tom Exp $
 # vi:ts=4 sw=4:
 
+errors=0
+
 # NEW is the file created by the testcase
 # REF is the reference file against which to compare
 test_diffs() {
@@ -11,13 +13,15 @@ test_diffs() {
 	if test ! -f $CMP
 	then
 		echo "...not found $CMP"
+		errors=1
 	else
 		sed	-e s,$NEW,$REF, \
-			-e "s%$YACC%YACC%" \
+			-e "s%$YACC_escaped%YACC%" \
 			-e '/YYPATCH/s/[0-9][0-9]*/"yyyymmdd"/' \
 			-e '/#define YYPATCH/s/PATCH/CHECK/' \
 			-e 's,#line \([1-9][0-9]*\) "'$REF_DIR'/,#line \1 ",' \
 			-e 's,#line \([1-9][0-9]*\) "'$TEST_DIR'/,#line \1 ",' \
+			-e 's,\(YACC:.* line [0-9][0-9]* of "\)'$TEST_DIR/',\1./,' \
 			< $CMP >$tmpfile \
 			&& mv $tmpfile $CMP
 		if test ! -f $REF
@@ -31,6 +35,7 @@ test_diffs() {
 		else
 			echo "...diff $REF"
 			diff -u $REF $CMP
+			errors=1
 		fi
 	fi
 }
@@ -62,10 +67,11 @@ else
 fi
 
 YACC=$PROG_DIR/yacc
+YACC_escaped=`echo "$PROG_DIR/yacc" | sed -e 's/\./\\\./g'`
 
 tmpfile=temp$$
 
-ifBTYACC=`fgrep -l 'define YYBTYACC' config.h > /dev/null; test $? != 0; echo $?`
+ifBTYACC=`fgrep -l 'define YYBTYACC' $PROG_DIR/config.h > /dev/null; test $? != 0; echo $?`
 
 if test $ifBTYACC = 0; then
 	REF_DIR=${TEST_DIR}/yacc
@@ -236,3 +242,5 @@ do
 		;;
 	esac
 done
+
+exit $errors

Modified: vendor/byacc/dist/test/yacc/big_b.output
==============================================================================
--- vendor/byacc/dist/test/yacc/big_b.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/big_b.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -5,7 +5,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/yacc/big_l.output
==============================================================================
--- vendor/byacc/dist/test/yacc/big_l.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/big_l.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -5,7 +5,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/yacc/err_syntax1.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax1.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax1.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 1 of "./test/err_syntax1.y", syntax error
+YACC: e - line 1 of "./err_syntax1.y", syntax error
 	?%	{
 	^

Modified: vendor/byacc/dist/test/yacc/err_syntax10.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax10.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax10.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: w - line 7 of "./test/err_syntax10.y", the type of '(' has been redeclared
-YACC: w - line 7 of "./test/err_syntax10.y", the type of '*' has been redeclared
-YACC: w - line 7 of "./test/err_syntax10.y", the type of '&' has been redeclared
+YACC: w - line 7 of "./err_syntax10.y", the type of '(' has been redeclared
+YACC: w - line 7 of "./err_syntax10.y", the type of '*' has been redeclared
+YACC: w - line 7 of "./err_syntax10.y", the type of '&' has been redeclared

Modified: vendor/byacc/dist/test/yacc/err_syntax11.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax11.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax11.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: w - line 7 of "./test/err_syntax11.y", the precedence of '|' has been redeclared
+YACC: w - line 7 of "./err_syntax11.y", the precedence of '|' has been redeclared

Modified: vendor/byacc/dist/test/yacc/err_syntax12.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax12.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax12.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: w - line 7 of "./test/err_syntax12.y", the value of text has been redeclared
+YACC: w - line 7 of "./err_syntax12.y", the value of text has been redeclared

Modified: vendor/byacc/dist/test/yacc/err_syntax13.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax13.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax13.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 7 of "./test/err_syntax13.y", the start symbol text is a token
+YACC: e - line 7 of "./err_syntax13.y", the start symbol text is a token

Modified: vendor/byacc/dist/test/yacc/err_syntax14.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax14.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax14.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,2 +1,2 @@
-YACC: w - line 7 of "./test/err_syntax14.y", the start symbol has been redeclared
+YACC: w - line 7 of "./err_syntax14.y", the start symbol has been redeclared
 YACC: e - the start symbol text2 is undefined

Modified: vendor/byacc/dist/test/yacc/err_syntax15.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax15.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax15.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 9 of "./test/err_syntax15.y", no grammar has been specified
+YACC: e - line 9 of "./err_syntax15.y", no grammar has been specified

Modified: vendor/byacc/dist/test/yacc/err_syntax16.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax16.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax16.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 14 of "./test/err_syntax16.y", a token appears on the lhs of a production
+YACC: e - line 14 of "./err_syntax16.y", a token appears on the lhs of a production

Modified: vendor/byacc/dist/test/yacc/err_syntax17.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax17.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax17.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 8 of "./test/err_syntax17.y", unterminated action
+YACC: e - line 8 of "./err_syntax17.y", unterminated action
 S: { error
    ^

Modified: vendor/byacc/dist/test/yacc/err_syntax18.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax18.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax18.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: w - line 9 of "./test/err_syntax18.y", $4 references beyond the end of the current rule
+YACC: w - line 9 of "./err_syntax18.y", $4 references beyond the end of the current rule

Modified: vendor/byacc/dist/test/yacc/err_syntax19.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax19.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax19.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 9 of "./test/err_syntax19.y", illegal $-name
+YACC: e - line 9 of "./err_syntax19.y", illegal $-name
             {  $$ = $<oops>; }
                     ^

Modified: vendor/byacc/dist/test/yacc/err_syntax2.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax2.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax2.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 1 of "./test/err_syntax2.y", unmatched /*
+YACC: e - line 1 of "./err_syntax2.y", unmatched /*
 %{ /*
    ^

Modified: vendor/byacc/dist/test/yacc/err_syntax21.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax21.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax21.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 12 of "./test/err_syntax21.y", $0 is untyped
+YACC: e - line 12 of "./err_syntax21.y", $0 is untyped

Modified: vendor/byacc/dist/test/yacc/err_syntax22.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax22.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax22.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 17 of "./test/err_syntax22.y", $2 (recur) is untyped
+YACC: e - line 17 of "./err_syntax22.y", $2 (recur) is untyped

Modified: vendor/byacc/dist/test/yacc/err_syntax23.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax23.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax23.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 18 of "./test/err_syntax23.y", $$ is untyped
+YACC: e - line 18 of "./err_syntax23.y", $$ is untyped

Modified: vendor/byacc/dist/test/yacc/err_syntax24.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax24.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax24.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,2 +1,2 @@
-YACC: w - line 21 of "./test/err_syntax24.y", the default action assigns an undefined value to $$
-YACC: e - line 22 of "./test/err_syntax24.y", $$ is untyped
+YACC: w - line 21 of "./err_syntax24.y", the default action assigns an undefined value to $$
+YACC: e - line 22 of "./err_syntax24.y", $$ is untyped

Modified: vendor/byacc/dist/test/yacc/err_syntax25.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax25.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax25.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 11 of "./test/err_syntax25.y", too many %union declarations
+YACC: e - line 11 of "./err_syntax25.y", too many %union declarations
 %union {
 ^

Modified: vendor/byacc/dist/test/yacc/err_syntax26.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax26.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax26.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 6 of "./test/err_syntax26.y", unexpected end-of-file
+YACC: e - line 6 of "./err_syntax26.y", unexpected end-of-file

Modified: vendor/byacc/dist/test/yacc/err_syntax27.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax27.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax27.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 3 of "./test/err_syntax27.y", missing '}'
+YACC: e - line 3 of "./err_syntax27.y", missing '}'

Modified: vendor/byacc/dist/test/yacc/err_syntax3.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax3.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax3.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax3.y", unterminated string
+YACC: e - line 6 of "./err_syntax3.y", unterminated string
 %token <text> '(' '*' '&
                       ^

Modified: vendor/byacc/dist/test/yacc/err_syntax4.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax4.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax4.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 1 of "./test/err_syntax4.y", unmatched %{
+YACC: e - line 1 of "./err_syntax4.y", unmatched %{
 %{
 ^

Modified: vendor/byacc/dist/test/yacc/err_syntax5.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax5.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax5.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax5.y", unterminated %union declaration
+YACC: e - line 6 of "./err_syntax5.y", unterminated %union declaration
 %union {
 ^

Modified: vendor/byacc/dist/test/yacc/err_syntax6.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax6.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax6.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax6.y", illegal tag
+YACC: e - line 6 of "./err_syntax6.y", illegal tag
 %token <text) '(' '*' '&
        ^

Modified: vendor/byacc/dist/test/yacc/err_syntax7.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax7.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax7.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax7.y", illegal character
+YACC: e - line 6 of "./err_syntax7.y", illegal character
 %token <text> '\777'
                ^

Modified: vendor/byacc/dist/test/yacc/err_syntax7a.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax7a.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax7a.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax7a.y", illegal character
+YACC: e - line 6 of "./err_syntax7a.y", illegal character
 %token <text> '\xfff'
                ^

Modified: vendor/byacc/dist/test/yacc/err_syntax7b.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax7b.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax7b.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1,3 +1,3 @@
-YACC: e - line 6 of "./test/err_syntax7b.y", illegal character
+YACC: e - line 6 of "./err_syntax7b.y", illegal character
 %token <text> '\x.'
                ^

Modified: vendor/byacc/dist/test/yacc/err_syntax8.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax8.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax8.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 6 of "./test/err_syntax8.y", illegal use of reserved symbol .
+YACC: e - line 6 of "./err_syntax8.y", illegal use of reserved symbol .

Modified: vendor/byacc/dist/test/yacc/err_syntax8a.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax8a.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax8a.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 6 of "./test/err_syntax8a.y", illegal use of reserved symbol $$123
+YACC: e - line 6 of "./err_syntax8a.y", illegal use of reserved symbol $$123

Modified: vendor/byacc/dist/test/yacc/err_syntax9.error
==============================================================================
--- vendor/byacc/dist/test/yacc/err_syntax9.error	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/err_syntax9.error	Thu Jul 17 21:58:22 2014	(r268809)
@@ -1 +1 @@
-YACC: e - line 7 of "./test/err_syntax9.y", the start symbol text cannot be declared to be a token
+YACC: e - line 7 of "./err_syntax9.y", the start symbol text cannot be declared to be a token

Modified: vendor/byacc/dist/test/yacc/help.output
==============================================================================
--- vendor/byacc/dist/test/yacc/help.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/help.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/yacc/no_b_opt.output
==============================================================================
--- vendor/byacc/dist/test/yacc/no_b_opt.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/no_b_opt.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/yacc/no_output2.output
==============================================================================
--- vendor/byacc/dist/test/yacc/no_output2.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/no_output2.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/yacc/no_p_opt.output
==============================================================================
--- vendor/byacc/dist/test/yacc/no_p_opt.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/no_p_opt.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives

Modified: vendor/byacc/dist/test/yacc/nostdin.output
==============================================================================
--- vendor/byacc/dist/test/yacc/nostdin.output	Thu Jul 17 21:16:52 2014	(r268808)
+++ vendor/byacc/dist/test/yacc/nostdin.output	Thu Jul 17 21:58:22 2014	(r268809)
@@ -4,7 +4,6 @@ Options:
   -b file_prefix        set filename prefix (default "y.")
   -B                    create a backtracking parser
   -d                    write definitions (.tab.h)
-  -D                    enable value stack memory reclamation
   -i                    write interface (y.tab.i)
   -g                    write a graphical description
   -l                    suppress #line directives


More information about the svn-src-vendor mailing list