aboutsummaryrefslogtreecommitdiff
path: root/FIXES
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-05-29 21:04:18 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-05-29 21:04:18 +0300
commit4189ef5d585f54879014a00263300b9dfc7e128c (patch)
tree4c0a4227173c1ed07a7ad92c5fd4774314b8ab03 /FIXES
parent89354cc23057158fa4feb566e46513ca5c44ac3b (diff)
downloadone-true-awk-4189ef5d585f54879014a00263300b9dfc7e128c.tar.gz
Fix Issue #38 - don't require non-= after = in cmd line assignment.
Diffstat (limited to 'FIXES')
-rw-r--r--FIXES6
1 files changed, 6 insertions, 0 deletions
diff --git a/FIXES b/FIXES
index bbadc29..183eaed 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.
+May 29,2019:
+ Fix check for command line arguments to no longer require that
+ first character after '=' not be another '='. Reverts change of
+ August 11, 1989. Thanks to GitHub user Jamie Landeg Jones for
+ pointing out the issue; from Issue #38.
+
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