diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-11 15:14:33 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-11 15:14:33 +0200 |
commit | 663aff4ae012468c54d2e994e839d0e75210ef80 (patch) | |
tree | b65cc16d7e36cab817c5ad64611fdb54c8a3ad1a /extension/ChangeLog | |
parent | feebb01f31e29740b050da1531416c90a12352ca (diff) | |
download | egawk-663aff4ae012468c54d2e994e839d0e75210ef80.tar.gz egawk-663aff4ae012468c54d2e994e839d0e75210ef80.tar.bz2 egawk-663aff4ae012468c54d2e994e839d0e75210ef80.zip |
Squashed merge of feature/namespaces. Add code and doc.
Diffstat (limited to 'extension/ChangeLog')
-rw-r--r-- | extension/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index a1ad5efa..35b82970 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -203,6 +203,18 @@ * Makefile.am: Update copyright year. +2017-07-20 Arnold D. Robbins <arnold@skeeve.com> + + * inplace.c: Move functions into "inplace" namespace and simplify + the names. Update all error messages accordingly. + +2017-07-13 Arnold D. Robbins <arnold@skeeve.com> + + * testext.c (init_test_ext): Add installation of a variable and a + function in a namespace, and test using them. + (do_test_function): New function. + (ns_test_func): New function entry for it. + 2017-06-27 Arnold D. Robbins <arnold@skeeve.com> * Makfile.am (intdiv_la_LIBADD): Add LIBMPFR for Cygwin. |