Add a remark about certain modules.
authorBruno Haible <bruno@clisp.org>
Sun, 28 Mar 2010 00:37:25 +0000 (01:37 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Mar 2010 00:38:29 +0000 (01:38 +0100)
ChangeLog
modules/malloc
modules/realloc
modules/sigpipe

index a85ba59..d957325 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-03-27  Bruno Haible  <bruno@clisp.org>
 
+       Add a remark about certain modules.
+       * modules/malloc (Comment): New section.
+       * modules/realloc (Comment): Likewise.
+       * modules/sigpipe (Comment): Likewise.
+
+2010-03-27  Bruno Haible  <bruno@clisp.org>
+
        Resolve conflict between the two kinds of module indicators.
        * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
        GNULIB_TEST_XYZ instead of GNULIB_XYZ.
index cc78668..8fcb0a3 100644 (file)
@@ -1,6 +1,11 @@
 Description:
 malloc() function that is glibc compatible.
 
+Comment:
+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/.
+
 Files:
 lib/malloc.c
 
index 4596b4c..4631ebf 100644 (file)
@@ -1,6 +1,11 @@
 Description:
 realloc() function that is glibc compatible.
 
+Comment:
+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/.
+
 Files:
 lib/realloc.c
 
index 8addd22..56cb57b 100644 (file)
@@ -1,6 +1,11 @@
 Description:
 Emulation of POSIX compatible SIGPIPE behaviour.
 
+Comment:
+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/.
+
 Files:
 m4/sigpipe.m4