summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-01 14:47:23 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-01 14:47:23 +0900
commitc3454754dda486bab953ae60084b269bfbbf072b (patch)
tree214217e0b7ebb698ac003cb0dbb7bff80ce9205c
parent1a478a7cd0aa3f925fa3ef4287f5b5acf57fc4db (diff)
downloadbyacc-c3454754dda486bab953ae60084b269bfbbf072b.tar.gz
byacc-c3454754dda486bab953ae60084b269bfbbf072b.tar.bz2
byacc-c3454754dda486bab953ae60084b269bfbbf072b.zip
Imported Upstream version 20140527upstream/20140527
-rw-r--r--CHANGES9
-rw-r--r--MANIFEST2
-rw-r--r--VERSION2
-rw-r--r--main.c3
-rw-r--r--package/byacc.spec4
-rw-r--r--package/debian/changelog6
-rw-r--r--test/yacc/big_b.output1
-rw-r--r--test/yacc/big_l.output1
-rw-r--r--test/yacc/help.output1
-rw-r--r--test/yacc/no_b_opt.output1
-rw-r--r--test/yacc/no_output2.output1
-rw-r--r--test/yacc/no_p_opt.output1
-rw-r--r--test/yacc/nostdin.output1
13 files changed, 20 insertions, 13 deletions
diff --git a/CHANGES b/CHANGES
index 57a6c7f..0899c7f 100644
--- 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:
diff --git a/MANIFEST b/MANIFEST
index 271d9c8..37f51c7 100644
--- 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
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-20140422
+20140527
diff --git a/main.c b/main.c
index 324c834..5de9235 100644
--- 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"
diff --git a/package/byacc.spec b/package/byacc.spec
index 5444afd..912ef23 100644
--- a/package/byacc.spec
+++ b/package/byacc.spec
@@ -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
diff --git a/package/debian/changelog b/package/debian/changelog
index efbef7d..5e8eb34 100644
--- a/package/debian/changelog
+++ b/package/debian/changelog
@@ -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
diff --git a/test/yacc/big_b.output b/test/yacc/big_b.output
index 889f013..c98de14 100644
--- a/test/yacc/big_b.output
+++ b/test/yacc/big_b.output
@@ -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
diff --git a/test/yacc/big_l.output b/test/yacc/big_l.output
index 889f013..c98de14 100644
--- a/test/yacc/big_l.output
+++ b/test/yacc/big_l.output
@@ -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
diff --git a/test/yacc/help.output b/test/yacc/help.output
index 28e4555..112b7c7 100644
--- a/test/yacc/help.output
+++ b/test/yacc/help.output
@@ -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
diff --git a/test/yacc/no_b_opt.output b/test/yacc/no_b_opt.output
index 28e4555..112b7c7 100644
--- a/test/yacc/no_b_opt.output
+++ b/test/yacc/no_b_opt.output
@@ -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
diff --git a/test/yacc/no_output2.output b/test/yacc/no_output2.output
index 28e4555..112b7c7 100644
--- a/test/yacc/no_output2.output
+++ b/test/yacc/no_output2.output
@@ -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
diff --git a/test/yacc/no_p_opt.output b/test/yacc/no_p_opt.output
index 28e4555..112b7c7 100644
--- a/test/yacc/no_p_opt.output
+++ b/test/yacc/no_p_opt.output
@@ -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
diff --git a/test/yacc/nostdin.output b/test/yacc/nostdin.output
index 28e4555..112b7c7 100644
--- a/test/yacc/nostdin.output
+++ b/test/yacc/nostdin.output
@@ -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