+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.
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
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
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