diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-12 14:35:41 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-06-12 14:35:41 +0300 |
commit | 9f7253c0300de05d6d001a82f8cf8b4040a0ae15 (patch) | |
tree | beb66cad5bbcf157a9cc9364208abdc3db90f1ed | |
parent | 1362f223522450a6395623b97000bc70464566ab (diff) | |
parent | 0ffd72b9d9453442cadaa7330e94fb91b30e48b6 (diff) | |
download | egawk-9f7253c0300de05d6d001a82f8cf8b4040a0ae15.tar.gz egawk-9f7253c0300de05d6d001a82f8cf8b4040a0ae15.tar.bz2 egawk-9f7253c0300de05d6d001a82f8cf8b4040a0ae15.zip |
Merge branch 'master' into feature/regex-type
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.texi | 11 | ||||
-rw-r--r-- | doc/gawktexi.in | 11 |
3 files changed, 27 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index e8055c6e..f431b70a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-06-12 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Add another pithy quote from Chet Ramey. Currently + commented out. + 2015-05-31 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Revised description of default field parsing diff --git a/doc/gawk.texi b/doc/gawk.texi index 1d56e697..328fc9a6 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -38763,6 +38763,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 <chet.ramey@case.edu> + +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 diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 28a8705c..bfee15b9 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -37854,6 +37854,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 <chet.ramey@case.edu> + +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 |