Imported Upstream version 20140527 upstream/20140527
authorDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 1 Oct 2021 05:47:23 +0000 (14:47 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Fri, 1 Oct 2021 05:47:23 +0000 (14:47 +0900)
13 files changed:
CHANGES
MANIFEST
VERSION
main.c
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

diff --git a/CHANGES b/CHANGES
index 57a6c7f..0899c7f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+2014-05-27  Tom.Shields
+
+       * main.c: remove obsolete -D option from usage message
+
+2014-05-27  Thomas E. Dickey  <tom@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@invisible-island.net>
 
        * mstring.c:
index 271d9c8..37f51c7 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-MANIFEST for byacc-20140422, version t20140422
+MANIFEST for byacc-20140527, version t20140527
 --------------------------------------------------------------------------------
 MANIFEST                        this file
 ACKNOWLEDGEMENTS                original version of byacc - 1993
diff --git a/VERSION b/VERSION
index 50894d1..fdfdbff 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-20140422
+20140527
diff --git a/main.c b/main.c
index 324c834..5de9235 100644 (file)
--- a/main.c
+++ b/main.c
@@ -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"
index 5444afd..912ef23 100644 (file)
@@ -1,8 +1,8 @@
 Summary: byacc - public domain Berkeley LALR Yacc parser generator
 %define AppProgram byacc
-%define AppVersion 20140422
+%define AppVersion 20140527
 %define UseProgram yacc
-# $XTermId: byacc.spec,v 1.20 2014/04/22 08:13:20 tom Exp $
+# $XTermId: byacc.spec,v 1.21 2014/05/28 02:01:55 tom Exp $
 Name: %{AppProgram}
 Version: %{AppVersion}
 Release: 1
index efbef7d..5e8eb34 100644 (file)
@@ -1,3 +1,9 @@
+byacc (20140527) unstable; urgency=low
+
+  * remove obsolete option from usage message
+
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Tue, 27 May 2014 22:01:55 -0400
+
 byacc (20140422) unstable; urgency=low
 
   * maintenance updates
index 889f013..c98de14 100644 (file)
@@ -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
index 889f013..c98de14 100644 (file)
@@ -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
index 28e4555..112b7c7 100644 (file)
@@ -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
index 28e4555..112b7c7 100644 (file)
@@ -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
index 28e4555..112b7c7 100644 (file)
@@ -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
index 28e4555..112b7c7 100644 (file)
@@ -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
index 28e4555..112b7c7 100644 (file)
@@ -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