Rename module 'realloc' -> 'realloc-gnu'.
authorBruno Haible <bruno@clisp.org>
Sat, 28 Aug 2010 21:28:26 +0000 (23:28 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 28 Aug 2010 21:28:26 +0000 (23:28 +0200)
ChangeLog
NEWS
doc/posix-functions/realloc.texi
modules/mgetgroups
modules/realloc

index 7d8718d..3a125a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2010-08-28  Bruno Haible  <bruno@clisp.org>
 
+       Rename module 'realloc' -> 'realloc-gnu'.
+       * modules/realloc-gnu: New file, copied from modules/realloc.
+       * modules/realloc: Convert to a redirection to 'realloc-gnu'. Mark as
+       obsolete.
+       * modules/mgetgroups (Depends-on): Update.
+       * doc/posix-functions/realloc.texi: Update.
+       * NEWS: Mention the change.
+
        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
diff --git a/NEWS b/NEWS
index 78503af..2015502 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2010-08-28  realloc         This module is deprecated. Use 'realloc-gnu'
+                            instead. It will be removed 2012-01-01.
+
 2010-08-28  calloc          This module is deprecated. Use 'calloc-gnu'
                             instead. It will be removed 2012-01-01.
 
index f857720..2ff4e16 100644 (file)
@@ -18,5 +18,5 @@ Portability problems not fixed by Gnulib:
 @itemize
 @end itemize
 
-Extension: Gnulib provides a module @samp{realloc} that substitutes a
+Extension: Gnulib provides a module @samp{realloc-gnu} that substitutes a
 @code{realloc} implementation that behaves more like the glibc implementation.
index cd249db..c404d01 100644 (file)
@@ -9,7 +9,7 @@ m4/mgetgroups.m4
 Depends-on:
 getgroups
 getugroups
-realloc
+realloc-gnu
 xalloc
 
 configure.ac:
index d4f2167..42c7d70 100644 (file)
@@ -6,15 +6,18 @@ This module should not be used as a dependency from a test module,
 otherwise when this module occurs as a tests-related module, it will
 have side effects on the compilation of the main modules in lib/.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. Use the module 'realloc-gnu' instead.
+
 Files:
-lib/realloc.c
 
 Depends-on:
-realloc-posix
+realloc-gnu
 
 configure.ac:
-gl_FUNC_REALLOC_GNU
-AC_DEFINE([GNULIB_REALLOC_GNU], 1, [Define to indicate the 'realloc' module.])
 
 Makefile.am: