summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.