summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-09-19 01:29:33 +0200
committerBruno Haible <bruno@clisp.org>2021-09-19 01:29:33 +0200
commit1cae2a35d45acdfc2c094f64fd3344c01f815673 (patch)
treeb9b0154f4d8444a236d507b1b3831aba31651adc /ChangeLog
parent4bed390be8b146be3b4c73835b06f466871b931a (diff)
downloadgnulib-1cae2a35d45acdfc2c094f64fd3344c01f815673.tar.gz
md2-buffer: New module.
* lib/md2-stream.c: New file, extracted from lib/md2.c. * lib/md2.c: Don't include stdlib.h, unlocked-io.h. (BLOCKSIZE, md2_stream): Moved to md2-stream.c. * lib/md2.h: Reorder declarations. * modules/crypto/md2-buffer: New file, based on modules/crypto/md2. * modules/crypto/md2: Rewritten.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61a7e58e04..ed35ce693b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2021-09-18 Bruno Haible <bruno@clisp.org>
+ md2-buffer: New module.
+ * lib/md2-stream.c: New file, extracted from lib/md2.c.
+ * lib/md2.c: Don't include stdlib.h, unlocked-io.h.
+ (BLOCKSIZE, md2_stream): Moved to md2-stream.c.
+ * lib/md2.h: Reorder declarations.
+ * modules/crypto/md2-buffer: New file, based on modules/crypto/md2.
+ * modules/crypto/md2: Rewritten.
+
+2021-09-18 Bruno Haible <bruno@clisp.org>
+
string, wchar: Don't cause link errors for rpl_free (regr. 2021-09-07).
* lib/string.in.h (free, rpl_free): Consider GNULIB_FREE_POSIX variable.
* lib/wchar.in.h (free, rpl_free): Likewise.