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 7d8718dade8fa420d4d5bb3238abcde5838f61ab..3a125a8dbfd42d3c3a50925b3e7fc1a48d303175 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 78503af11d99654c33e4f3431ae3ec9145f13afc..2015502cf508c5815bd72c5bfefd528059fa3f82 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 f85772037b20660fb4684789b2868edb2affc26d..2ff4e169c168e9c83b535eba99179258e6597116 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 cd249dba31421e97ab18e7cff23ca8c796ca39a8..c404d0143570833e4002d9d9376f417c3132fb02 100644 (file)
@@ -9,7 +9,7 @@ m4/mgetgroups.m4
 Depends-on:
 getgroups
 getugroups
-realloc
+realloc-gnu
 xalloc
 
 configure.ac:
index d4f2167fca3f422ed9159e54a62e63eb1c388e06..42c7d70de768be16bfa674ec51257dc8669dd83c 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: