aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-04-17 18:36:48 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-04-17 18:36:48 +0300
commitdb96948d6e6f8ccf9d035b3c468a2a60e3944f73 (patch)
tree9f8219fea0d98e87a739bceaeb92b288101078f7 /doc
parenteb03b1e1816d524fcc2b78f6bdf502f515eae54e (diff)
parent1c8936c4d92b34c9c70ff8083e67d77c7fcfb439 (diff)
downloadegawk-db96948d6e6f8ccf9d035b3c468a2a60e3944f73.tar.gz
egawk-db96948d6e6f8ccf9d035b3c468a2a60e3944f73.tar.bz2
egawk-db96948d6e6f8ccf9d035b3c468a2a60e3944f73.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gawk.17
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index d4f6881b..305062c9 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2014-04-17 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.1: Remove the bit about single character programs overflowing
+ the parse stack. It doesn't seem to be true anymore.
+
2014-04-08 Arnold D. Robbins <arnold@skeeve.com>
* 4.1.1: Release tar ball made.
diff --git a/doc/gawk.1 b/doc/gawk.1
index a879b527..e3275e87 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -13,7 +13,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "Mar 08 2014" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "Apr 17 2014" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -3912,11 +3912,6 @@ The
.B \-F
option is not necessary given the command line variable assignment feature;
it remains only for backwards compatibility.
-.PP
-Syntactically invalid single character programs tend to overflow
-the parse stack, generating a rather unhelpful message. Such programs
-are surprisingly difficult to diagnose in the completely general case,
-and the effort to do so really is not worth it.
.SH SEE ALSO
.IR egrep (1),
.IR sed (1),