aboutsummaryrefslogtreecommitdiff
path: root/bugs-fixed/README
diff options
context:
space:
mode:
Diffstat (limited to 'bugs-fixed/README')
-rw-r--r--bugs-fixed/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/bugs-fixed/README b/bugs-fixed/README
index 9c644f9..2f27c10 100644
--- a/bugs-fixed/README
+++ b/bugs-fixed/README
@@ -51,4 +51,7 @@ array passed as the second argument, then split() would previously read
from the freed memory and possibly produce incorrect results (depending
on the system's malloc()/free() behaviour.)
-
+15. getline-numeric: The `getline xx < file' syntax did not check if
+values were numeric, in discordance from POSIX. Test case adapted from
+one posted by Ben Bacarisse <ben.usenet@bsb.me.uk> in comp.lang.awk,
+January 2019.