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 a85ba5928a5b724840375af21b52b3fbde297fbe..d957325aa2cd35f1ad45aeb02cbbeb3cf5274743 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index cc786684074b3191c43558149483a36782b00d97..8fcb0a34c2b36f4474a688efa76508b70f442e3a 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 4596b4cc811ae06a850365248d8b303ed610aac1..4631ebfa916cd17115f56c9cba574d7700ce9924 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 8addd22e92ac023aa96716a50593c53830dd171f..56cb57bcacea1e6a13aefcb887a550edaef067f0 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