diff options
author | Bruno Haible <bruno@clisp.org> | 2020-11-04 02:12:15 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2020-11-04 02:12:15 +0100 |
commit | 9019f1d7d55639280f72478906ffda77a5358892 (patch) | |
tree | 658b53d9ab7e974cf7d102cb2ac5c6d40871b3f5 /ChangeLog | |
parent | 1be9b11a58be118c1ee240ce7300efaff8478bef (diff) | |
download | gnulib-9019f1d7d55639280f72478906ffda77a5358892.tar.gz |
memalign: New module.
* modules/memalign: New file.
* doc/glibc-functions/memalign.texi: Mention the new module.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2020-11-03 Bruno Haible <bruno@clisp.org> + memalign: New module. + * modules/memalign: New file. + * doc/glibc-functions/memalign.texi: Mention the new module. + +2020-11-03 Bruno Haible <bruno@clisp.org> + verify tests: Fix crash with GCC (regression 2020-11-02). * tests/test-verify.c (main): Fix initializer of s. |