diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.1 | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index fe5cb244..3841a037 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-10-26 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.1: Put commas outside quoting in regexps to avoid + confusion. Thanks to Mike Frysinger <vapier@gentoo.org>. + 2015-10-16 Arnold D. Robbins <arnold@skeeve.com> * awkcard.in: Fix tbl complaint. @@ -1972,7 +1972,7 @@ and For example, the name .B e might be used to represent all of -\*(lqe,\*(rq \*(lqe\h'-\w:e:u'\',\*(rq and \*(lqe\h'-\w:e:u'\`.\*(rq +\*(lqe\*(rq, \*(lqe\h'-\w:e:u'\'\*(rq, and \*(lqe\h'-\w:e:u'\`\*(rq. In this case, .B [[=e=]] is a regular expression |