autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [autoconf] AmigaOS fork()


From: Akim Demaille
Subject: Re: [autoconf] AmigaOS fork()
Date: 18 Jun 2001 20:56:29 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor)

>>>>> "Paul" == Paul Eggert <address@hidden> writes:

Paul> (This vfork business should all be discussed clearly in the
Paul> autoconf documentation, of course -- if anything about vfork can
Paul> be discussed clearly.  :-)

I'm installing the following patch to the Autoconf documentation.
Please, submit your patches relative to it!

In the end, it should be possible to extract these sections (there
should be the same for types, headers etc.) from the core Autoconf
documentation, just like we did for `Portable Shell Programming', and
have a `Portable C Programming' chapter.

Of course the wording might be wrong, but then I need help!

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        * doc/autoconf.texi (Functions Portability): New section.

Index: doc/autoconf.texi
===================================================================
RCS file: /cvs/autoconf/doc/autoconf.texi,v
retrieving revision 1.469
diff -u -u -r1.469 autoconf.texi
--- doc/autoconf.texi 2001/06/18 17:23:13 1.469
+++ doc/autoconf.texi 2001/06/18 18:50:07
@@ -235,6 +235,7 @@
 
 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 @@
 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
 
address@hidden Particular Functions, Generic Functions, Library Functions, 
Library Functions
address@hidden Functions Portability, Particular Functions, Library Functions, 
Library Functions
address@hidden 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
+
address@hidden @code
+
address@hidden table
+
+
address@hidden Particular Functions, Generic Functions, Functions Portability, 
Library Functions
 @subsection Particular Function Checks
 @cindex Function, checking
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]