]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Functions Portability): New section.
authorAkim Demaille <akim@epita.fr>
Mon, 18 Jun 2001 18:51:36 +0000 (18:51 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 18 Jun 2001 18:51:36 +0000 (18:51 +0000)
ChangeLog
doc/autoconf.texi

index 54435f1e4fff698d398744e61e7d9c394ef0a034..680862255bdc169fa6c70c745041508e5588b0e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-18  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Functions Portability): New section.
+
 2001-06-18  Akim Demaille  <akim@epita.fr>
 
        * autoconf.in (M4): Pass --nesting-limit=1024, unless already set
index e62b505c73d01e740320750e25c7193b9da75969..30789ee6ecac45fd02df30d4356d6819392abad7 100644 (file)
@@ -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