From 9ca2921ea5b045037d0b80a2df75d448a43fd42e Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 12 Jun 2015 14:34:24 +0300 Subject: Add another Chet Ramey pithy saying to the doc. --- doc/gawk.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index 57a2f893..0fff7688 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -38148,6 +38148,17 @@ CC: chet.ramey@case.edu .... I gave up on usenet a couple of years ago and haven't really looked back. It's like sports talk radio -- you feel smarter for not having read it. + +And another one: + +Date: Thu, 11 Jun 2015 09:00:56 -0400 +From: Chet Ramey + +My memory was imperfect. Back in June 2009, I wrote: + +"That's the nice thing about open source, right? You can take your ball +and run to another section of the playground. Then, if you like mixing +metaphors, you can throw rocks from there." @end ignore @quotation NOTE -- cgit v1.2.3 From 98904e6eee37f5f5373a9597ed134adc34a77519 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 13 Jun 2015 22:54:44 +0300 Subject: Remove an unneeded exercise from the doc. --- doc/gawk.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index 0fff7688..8c70f6c5 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -23134,6 +23134,8 @@ END @{ As a related challenge, revise that code to handle the case where an intervening value in @code{ARGV} is a variable assignment. +@ignore +@c June 13 2015: Antonio points out that this is answered in the text. Ooops. @item @DBREF{Walking Arrays} presented a function that walked a multidimensional array to print it out. However, walking an array and processing @@ -23151,6 +23153,7 @@ and then processes the element. Test your new version by printing the array; you should end up with output identical to that of the original version. +@end ignore @end enumerate @c EXCLUDE END -- cgit v1.2.3