aboutsummaryrefslogtreecommitdiff
path: root/FIXES
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-01-24 11:15:30 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-01-24 11:15:30 +0200
commit4d9b12969eaa9770fecda1f90b465939675ce5d0 (patch)
tree944f2b460dc98e33ca3fd76949fa32cd2515c8d4 /FIXES
parent6a8770929d4653725e75f4a7a3446f227c4c6817 (diff)
downloadone-true-awk-4d9b12969eaa9770fecda1f90b465939675ce5d0.tar.gz
Update version info.
Diffstat (limited to 'FIXES')
-rw-r--r--FIXES5
1 files changed, 5 insertions, 0 deletions
diff --git a/FIXES b/FIXES
index 1369d5e..1299c18 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,11 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+January 24, 2020:
+ A number of small cleanups from Christos Zoulas. Add the close
+ on exec flag to files/pipes opened for redirection; courtesy of
+ Arnold Robbins.
+
January 19, 2020:
If POSIXLY_CORRECT is set in the environment, then sub and gsub
use POSIX rules for multiple backslashes. This fixes Issue #66,