aboutsummaryrefslogtreecommitdiff
path: root/FIXES
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-06-04 23:53:31 -0600
committerArnold D. Robbins <arnold@skeeve.com>2019-06-04 23:53:31 -0600
commit28dacbd66b5fb07add399e2ee9e46d85258e078d (patch)
tree4874dfafd4242c24c6b12890f47c8e29e3b65220 /FIXES
parent4189ef5d585f54879014a00263300b9dfc7e128c (diff)
downloadone-true-awk-28dacbd66b5fb07add399e2ee9e46d85258e078d.tar.gz
Allow unmatched right paren in regexes. Fixes Issue #40.
Diffstat (limited to 'FIXES')
-rw-r--r--FIXES10
1 files changed, 8 insertions, 2 deletions
diff --git a/FIXES b/FIXES
index 183eaed..0665229 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,12 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+June 5, 2019:
+ Allow unmatched right parenthesis in a regular expression to
+ be treated literally. Fixes Issue #40. Thanks to GitHub user
+ Warner Losh (bsdimp) for the report. Thanks to Arnold Robbins
+ for the fix.
+
May 29,2019:
Fix check for command line arguments to no longer require that
first character after '=' not be another '='. Reverts change of
@@ -34,7 +40,7 @@ May 29,2019:
Apr 7, 2019:
Update awktest.tar(p.50) to use modern options to sort. Needed
for Android development. Thanks to GitHub user mohd-akram (Mohamed
- Akram). From Comment #33.
+ Akram). From Issue #33.
Mar 12, 2019:
Added very simplistic support for cross-compiling in the
@@ -54,7 +60,7 @@ Mar 3, 2019:
#12: Avoid undefined behaviour when using ctype(3) functions in
relex(). Thanks to GitHub user iamleot.
#31: Make getline handle numeric strings, and update FIXES. Thanks
- to GitHub user arnoldrobbins
+ to GitHub user arnoldrobbins.
#32: maketab: support build systems with read-only source. Thanks
to GitHub user enh.