From: Akim Demaille Date: Mon, 18 Jun 2001 18:51:36 +0000 (+0000) Subject: * doc/autoconf.texi (Functions Portability): New section. X-Git-Tag: AUTOCONF-2.50a~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ecf62bc46cfa09746657d8715eb1702fe178aa6;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Functions Portability): New section. --- diff --git a/ChangeLog b/ChangeLog index 54435f1e4..680862255 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-06-18 Akim Demaille + + * doc/autoconf.texi (Functions Portability): New section. + 2001-06-18 Akim Demaille * autoconf.in (M4): Pass --nesting-limit=1024, unless already set diff --git a/doc/autoconf.texi b/doc/autoconf.texi index e62b505c7..30789ee6e 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -235,6 +235,7 @@ Alternative Programs Library Functions +* Functions Portability:: Pitfalls with usual functions * Particular Functions:: Special handling to find certain functions * Generic Functions:: How to find other functions @@ -3168,11 +3169,25 @@ and you don't need to check for any special properties of it, then you can use one of the general function-check macros. @menu +* Functions Portability:: Pitfalls with usual functions * Particular Functions:: Special handling to find certain functions * Generic Functions:: How to find other functions @end menu -@node Particular Functions, Generic Functions, Library Functions, Library Functions +@node Functions Portability, Particular Functions, Library Functions, Library Functions +@subsection Portability of Classical Functions + +Most usual functions can either be missing, or be buggy, or be limited +on some architectures. This section tries to make an inventory of these +portability issues. By definition, this list will always require +additions, please help us keeping it as complete as possible + +@table @code + +@end table + + +@node Particular Functions, Generic Functions, Functions Portability, Library Functions @subsection Particular Function Checks @cindex Function, checking