From 0d70b29e703e64230b9c54350b97d628a335c801 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 28 Mar 2010 01:37:25 +0100 Subject: [PATCH] Add a remark about certain modules. --- ChangeLog | 7 +++++++ modules/malloc | 5 +++++ modules/realloc | 5 +++++ modules/sigpipe | 5 +++++ 4 files changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index a85ba5928..d957325aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2010-03-27 Bruno Haible + Add a remark about certain modules. + * modules/malloc (Comment): New section. + * modules/realloc (Comment): Likewise. + * modules/sigpipe (Comment): Likewise. + +2010-03-27 Bruno Haible + 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. diff --git a/modules/malloc b/modules/malloc index cc7866840..8fcb0a34c 100644 --- a/modules/malloc +++ b/modules/malloc @@ -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 diff --git a/modules/realloc b/modules/realloc index 4596b4cc8..4631ebfa9 100644 --- a/modules/realloc +++ b/modules/realloc @@ -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 diff --git a/modules/sigpipe b/modules/sigpipe index 8addd22e9..56cb57bca 100644 --- a/modules/sigpipe +++ b/modules/sigpipe @@ -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 -- 2.11.0