summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-02-23 19:50:37 +0200
committerArnold D. Robbins <arnold@skeeve.com>2023-02-23 19:50:37 +0200
commit2480186827f4e5f9b4269426742d5f4985dcbe01 (patch)
tree946e22959c5c46f4f8cfd7fc8f68e69fb99ee45a /ChangeLog
parente63cca98399dba068ef2c8fa9dff6be26e938b0c (diff)
downloadgawk-2480186827f4e5f9b4269426742d5f4985dcbe01.tar.gz
Improve finding an input parser.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cc2ba77..6e2b302b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-02-23 Arnold D. Robbins <arnold@skeeve.com>
+
+ * io.c (find_input_parser): Improve check to see if iop is
+ already being handled by an input parser. Found by
+ code inspection.
+
2023-02-09 Arnold D. Robbins <arnold@skeeve.com>
* main.c (usage): Include URL for source code in the message.