2010-08-28 Bruno Haible <bruno@clisp.org>
+ Rename module 'calloc' -> 'calloc-gnu'.
+ * modules/calloc-gnu: New file, copied from modules/calloc.
+ * modules/calloc: Convert to a redirection to 'calloc-gnu'. Mark as
+ obsolete.
+ * doc/posix-functions/calloc.texi: Update.
+ * NEWS: Mention the change.
+
Rename module 'malloc' -> 'malloc-gnu'.
* modules/malloc-gnu: New file, copied from modules/malloc.
* modules/malloc: Convert to a redirection to 'malloc-gnu'. Mark as
Date Modules Changes
+2010-08-28 calloc This module is deprecated. Use 'calloc-gnu'
+ instead. It will be removed 2012-01-01.
+
2010-08-28 malloc This module is deprecated. Use 'malloc-gnu'
instead. It will be removed 2012-01-01.
@itemize
@end itemize
-Extension: Gnulib provides a module @samp{calloc} that substitutes a
+Extension: Gnulib provides a module @samp{calloc-gnu} that substitutes a
@code{calloc} implementation that behaves more like the glibc implementation.