From: Bruno Haible Date: Sun, 28 Mar 2010 00:37:25 +0000 (+0100) Subject: Add a remark about certain modules. X-Git-Tag: v0.1~4413 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=0d70b29e703e64230b9c54350b97d628a335c801;p=gnulib.git Add a remark about certain modules. --- 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