# HG changeset patch # User Bruno Haible # Date 1191542550 -7200 # Node ID 6ff750d946526bb042d7c6684c4a037cfcd9ef94 # Parent 6e111172a97d23d13ae0e32182bcac7914f55664 Explain what an absent module means. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-04 Bruno Haible + + * doc/gnulib.texi (Function Substitutes): Explain what an absent module + means. + Reported by BenoƮt Sigoure . + 2007-10-04 Bruno Haible * modules/truncl-tests: New file. diff --git a/doc/gnulib.texi b/doc/gnulib.texi --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -635,6 +635,15 @@ fixed by Gnulib, and which (known) portability problems are not worked around by Gnulib. +The notation ``Gnulib module: ---'' means that Gnulib does not provide a +module providing a substitute for the function. When the list +``Portability problems not fixed by Gnulib'' is empty, such a module is +not needed: No portability problems are known. Otherwise, it indicates +that such a module would be useful but is not available: Noone so far +found this function important enough to contribute a substitute for it. +If you need this particular function, you may write to +@code{}. + @menu * FD_CLR:: * FD_ISSET::