aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-01-26 19:39:59 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-01-26 19:39:59 +0200
commitbbd30bd2f3be29ec2ac48c3cf00e025afa98217d (patch)
tree9c92b13f98ceb1287354ad7d611ff234a3c3e822
parent82f807bf86f42f2b77266da46aca4c3d70cf30ae (diff)
downloadegawk-bbd30bd2f3be29ec2ac48c3cf00e025afa98217d.tar.gz
egawk-bbd30bd2f3be29ec2ac48c3cf00e025afa98217d.tar.bz2
egawk-bbd30bd2f3be29ec2ac48c3cf00e025afa98217d.zip
Add appropriate credit for recent fix to ChangeLog.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cfe96373..1ed8cd50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@
* array.c (sort_up_value_type): Handle other types of nodes,
in case someone applies PROCINFO["sorted_in"] to SYMTAB or
FUNCTAB. This threw an assertion error if assertions were
- enabled.
+ enabled. Thanks to John Namam <Gawer@703n.com> for the report.
(asort_actual): Disallow SYMTAB and FUNCTAB as first arguments.
* TODO: Note that we should should eventually allow SYMTAB/FUNCTAB
passed to asort/asaorti if a destination array is provided. (The