diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-17 18:35:49 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-17 18:35:49 +0300 |
commit | 83cdb74c338a83be6fe47201ef3f49c828a72c32 (patch) | |
tree | 1eb309c811f481348dcac94cdbe894751dd2294f | |
parent | c0da63689b60c4e724b753a6796836d12ab09934 (diff) | |
download | egawk-83cdb74c338a83be6fe47201ef3f49c828a72c32.tar.gz egawk-83cdb74c338a83be6fe47201ef3f49c828a72c32.tar.bz2 egawk-83cdb74c338a83be6fe47201ef3f49c828a72c32.zip |
Remove an obsolete paragraph from BUGS in gawk.1.
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.1 | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 222a677f..1d4a353f 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. @@ -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 @@ -3906,11 +3906,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), |