diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-05 21:40:51 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-05 21:40:51 +0300 |
commit | 18e5593d01c9a69f48d9fc78424c025f81cbe6a8 (patch) | |
tree | 07ef8b2ca75c289b068e319ced709934217db6cd /doc/ChangeLog | |
parent | 4b31ecec7846e64148ce5868152232d5ba59aa25 (diff) | |
parent | c138c86811fd6dfa96e49cfca4f619294ae57f9c (diff) | |
download | egawk-18e5593d01c9a69f48d9fc78424c025f81cbe6a8.tar.gz egawk-18e5593d01c9a69f48d9fc78424c025f81cbe6a8.tar.bz2 egawk-18e5593d01c9a69f48d9fc78424c025f81cbe6a8.zip |
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 42c44fe3..57765d55 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,12 @@ +2019-06-05 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in (Type Functions): Clarify isarray() and + typeof() behavior. Thanks to Mark Krauze <daburashka@ya.ru>, + for pointing out the issues. + 2019-05-22 Arnold D. Robbins <arnold@skeeve.com> - * gawk1, gawktexi.in: Document --lint=no-ext. + * gawk.1, gawktexi.in: Document --lint=no-ext. 2019-05-06 Arnold D. Robbins <arnold@skeeve.com> |