diff --git a/library/GNUmakefile.68k b/library/GNUmakefile.68k index d91bb53..159af7f 100644 --- a/library/GNUmakefile.68k +++ b/library/GNUmakefile.68k @@ -1,5 +1,5 @@ # -# $Id: GNUmakefile.68k,v 1.76 2005-11-27 09:26:55 obarthel Exp $ +# $Id: GNUmakefile.68k,v 1.77 2005-11-27 10:28:15 obarthel Exp $ # # :ts=8 # @@ -487,6 +487,8 @@ UNIX_LIB = \ stdio_record_locking.o \ stdio_remove.o \ stdio_rename.o \ + stdlib_alloca.o \ + stdlib_alloca_cleanup.o \ stdlib_arg.o \ stdlib_main.o \ stdlib_mkdtemp.o \ diff --git a/library/GNUmakefile.os4 b/library/GNUmakefile.os4 index 5aa522a..c70755d 100644 --- a/library/GNUmakefile.os4 +++ b/library/GNUmakefile.os4 @@ -1,5 +1,5 @@ # -# $Id: GNUmakefile.os4,v 1.88 2005-11-27 09:26:55 obarthel Exp $ +# $Id: GNUmakefile.os4,v 1.89 2005-11-27 10:28:15 obarthel Exp $ # # :ts=8 # @@ -522,6 +522,8 @@ UNIX_LIB = \ stdio_record_locking.o \ stdio_remove.o \ stdio_rename.o \ + stdlib_alloca.o \ + stdlib_alloca_cleanup.o \ stdlib_arg.o \ stdlib_main.o \ stdlib_mkdtemp.o \ diff --git a/library/include/arpa/inet.h b/library/include/arpa/inet.h index 4378232..ac3cfb8 100644 --- a/library/include/arpa/inet.h +++ b/library/include/arpa/inet.h @@ -1,5 +1,5 @@ /* - * $Id: inet.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ + * $Id: inet.h,v 1.3 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _ARPA_INET_H diff --git a/library/include/assert.h b/library/include/assert.h index f3ed32d..f15edc2 100644 --- a/library/include/assert.h +++ b/library/include/assert.h @@ -1,5 +1,5 @@ /* - * $Id: assert.h,v 1.4 2005-11-27 09:51:45 obarthel Exp $ + * $Id: assert.h,v 1.5 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _ASSERT_H diff --git a/library/include/complex.h b/library/include/complex.h index 5c68d42..3e9b5cf 100644 --- a/library/include/complex.h +++ b/library/include/complex.h @@ -1,5 +1,5 @@ /* - * $Id: complex.h,v 1.4 2005-11-27 09:51:45 obarthel Exp $ + * $Id: complex.h,v 1.5 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _COMPLEX_H diff --git a/library/include/ctype.h b/library/include/ctype.h index d478d05..fcf1cbd 100644 --- a/library/include/ctype.h +++ b/library/include/ctype.h @@ -1,5 +1,5 @@ /* - * $Id: ctype.h,v 1.8 2005-11-27 09:51:45 obarthel Exp $ + * $Id: ctype.h,v 1.9 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _CTYPE_H diff --git a/library/include/dirent.h b/library/include/dirent.h index 6a8f724..4ffd05e 100644 --- a/library/include/dirent.h +++ b/library/include/dirent.h @@ -1,5 +1,5 @@ /* - * $Id: dirent.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ + * $Id: dirent.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _DIRENT_H diff --git a/library/include/dos.h b/library/include/dos.h index 0d4e023..600903f 100644 --- a/library/include/dos.h +++ b/library/include/dos.h @@ -1,5 +1,5 @@ /* - * $Id: dos.h,v 1.14 2005-11-27 09:51:45 obarthel Exp $ + * $Id: dos.h,v 1.15 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _DOS_H diff --git a/library/include/errno.h b/library/include/errno.h index 5f2899d..d645a01 100644 --- a/library/include/errno.h +++ b/library/include/errno.h @@ -1,5 +1,5 @@ /* - * $Id: errno.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: errno.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _ERRNO_H diff --git a/library/include/fcntl.h b/library/include/fcntl.h index 3655072..c351750 100644 --- a/library/include/fcntl.h +++ b/library/include/fcntl.h @@ -1,5 +1,5 @@ /* - * $Id: fcntl.h,v 1.7 2005-11-27 09:51:45 obarthel Exp $ + * $Id: fcntl.h,v 1.8 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _FCNTL_H diff --git a/library/include/fenv.h b/library/include/fenv.h index 077b86e..acd91df 100644 --- a/library/include/fenv.h +++ b/library/include/fenv.h @@ -1,5 +1,5 @@ /* - * $Id: fenv.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ + * $Id: fenv.h,v 1.3 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _FENV_H diff --git a/library/include/float.h b/library/include/float.h index 152dd6a..b640786 100644 --- a/library/include/float.h +++ b/library/include/float.h @@ -1,5 +1,5 @@ /* - * $Id: float.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: float.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _FLOAT_H diff --git a/library/include/ftw.h b/library/include/ftw.h index f7e7404..4e29ca4 100644 --- a/library/include/ftw.h +++ b/library/include/ftw.h @@ -1,5 +1,5 @@ /* - * $Id: ftw.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: ftw.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _FTW_H diff --git a/library/include/getopt.h b/library/include/getopt.h index f8dc469..d8c4011 100644 --- a/library/include/getopt.h +++ b/library/include/getopt.h @@ -1,5 +1,5 @@ /* - * $Id: getopt.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: getopt.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _GETOPT_H diff --git a/library/include/grp.h b/library/include/grp.h index b03c103..417ce8b 100644 --- a/library/include/grp.h +++ b/library/include/grp.h @@ -1,5 +1,5 @@ /* - * $Id: grp.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ + * $Id: grp.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _GRP_H diff --git a/library/include/inttypes.h b/library/include/inttypes.h index b25dd3b..454bb2d 100644 --- a/library/include/inttypes.h +++ b/library/include/inttypes.h @@ -1,5 +1,5 @@ /* - * $Id: inttypes.h,v 1.4 2005-11-27 09:51:45 obarthel Exp $ + * $Id: inttypes.h,v 1.5 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _INTTYPES_H diff --git a/library/include/iso646.h b/library/include/iso646.h index 73efe61..e62ae02 100644 --- a/library/include/iso646.h +++ b/library/include/iso646.h @@ -1,5 +1,5 @@ /* - * $Id: iso646.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: iso646.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _ISO646_H diff --git a/library/include/libgen.h b/library/include/libgen.h index d411a86..f06930f 100644 --- a/library/include/libgen.h +++ b/library/include/libgen.h @@ -1,5 +1,5 @@ /* - * $Id: libgen.h,v 1.4 2005-11-27 09:51:45 obarthel Exp $ + * $Id: libgen.h,v 1.5 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _LIBGEN_H diff --git a/library/include/limits.h b/library/include/limits.h index a3d380b..e6a490b 100644 --- a/library/include/limits.h +++ b/library/include/limits.h @@ -1,5 +1,5 @@ /* - * $Id: limits.h,v 1.9 2005-11-27 09:51:45 obarthel Exp $ + * $Id: limits.h,v 1.10 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _LIMITS_H diff --git a/library/include/locale.h b/library/include/locale.h index dabf5b7..8db6e88 100644 --- a/library/include/locale.h +++ b/library/include/locale.h @@ -1,5 +1,5 @@ /* - * $Id: locale.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: locale.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _LOCALE_H diff --git a/library/include/math.h b/library/include/math.h index 74aa483..e42cfe0 100644 --- a/library/include/math.h +++ b/library/include/math.h @@ -1,5 +1,5 @@ /* - * $Id: math.h,v 1.19 2005-11-27 09:51:45 obarthel Exp $ + * $Id: math.h,v 1.20 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _MATH_H diff --git a/library/include/netdb.h b/library/include/netdb.h index 1d95a42..dcd0835 100644 --- a/library/include/netdb.h +++ b/library/include/netdb.h @@ -1,5 +1,5 @@ /* - * $Id: netdb.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ + * $Id: netdb.h,v 1.3 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _NETDB_H diff --git a/library/include/netinet/in.h b/library/include/netinet/in.h index 2d74ab5..faca8d8 100644 --- a/library/include/netinet/in.h +++ b/library/include/netinet/in.h @@ -1,5 +1,5 @@ /* - * $Id: in.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ + * $Id: in.h,v 1.3 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _NETINET_IN_H diff --git a/library/include/pwd.h b/library/include/pwd.h index c2c5007..d04f6af 100644 --- a/library/include/pwd.h +++ b/library/include/pwd.h @@ -1,5 +1,5 @@ /* - * $Id: pwd.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ + * $Id: pwd.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _PWD_H diff --git a/library/include/setjmp.h b/library/include/setjmp.h index 9a6c1a1..d9875df 100644 --- a/library/include/setjmp.h +++ b/library/include/setjmp.h @@ -1,5 +1,5 @@ /* - * $Id: setjmp.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: setjmp.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SETJMP_H diff --git a/library/include/signal.h b/library/include/signal.h index 060aed6..bd02892 100644 --- a/library/include/signal.h +++ b/library/include/signal.h @@ -1,5 +1,5 @@ /* - * $Id: signal.h,v 1.6 2005-11-27 09:51:45 obarthel Exp $ + * $Id: signal.h,v 1.7 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SIGNAL_H diff --git a/library/include/stdarg.h b/library/include/stdarg.h index ebe7aa1..b9aa46e 100644 --- a/library/include/stdarg.h +++ b/library/include/stdarg.h @@ -1,5 +1,5 @@ /* - * $Id: stdarg.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ + * $Id: stdarg.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _STDARG_H diff --git a/library/include/stdbool.h b/library/include/stdbool.h index 2238374..c215c88 100644 --- a/library/include/stdbool.h +++ b/library/include/stdbool.h @@ -1,5 +1,5 @@ /* - * $Id: stdbool.h,v 1.4 2005-11-27 09:51:45 obarthel Exp $ + * $Id: stdbool.h,v 1.5 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _STDBOOL_H diff --git a/library/include/stddef.h b/library/include/stddef.h index 824e1b6..2cd6f58 100644 --- a/library/include/stddef.h +++ b/library/include/stddef.h @@ -1,5 +1,5 @@ /* - * $Id: stddef.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ + * $Id: stddef.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _STDDEF_H diff --git a/library/include/stdint.h b/library/include/stdint.h index 8b20f4a..dd956af 100644 --- a/library/include/stdint.h +++ b/library/include/stdint.h @@ -1,5 +1,5 @@ /* - * $Id: stdint.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: stdint.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _STDINT_H diff --git a/library/include/stdio.h b/library/include/stdio.h index c108b18..e2f9dd4 100644 --- a/library/include/stdio.h +++ b/library/include/stdio.h @@ -1,5 +1,5 @@ /* - * $Id: stdio.h,v 1.19 2005-11-27 09:51:45 obarthel Exp $ + * $Id: stdio.h,v 1.20 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _STDIO_H diff --git a/library/include/stdlib.h b/library/include/stdlib.h index f36b8cb..9417c47 100644 --- a/library/include/stdlib.h +++ b/library/include/stdlib.h @@ -1,5 +1,5 @@ /* - * $Id: stdlib.h,v 1.13 2005-11-27 09:51:45 obarthel Exp $ + * $Id: stdlib.h,v 1.14 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _STDLIB_H @@ -160,6 +160,14 @@ extern int rand_r(unsigned int * seed); /****************************************************************************/ +/* + * You can request to use the alloca() variant that actually does allocate + * memory from the system rather than the current stack frame, which will + * ease stack requirements but may not release allocate memory immediately. + * In order to do so, add #define __USE_CLIB2_ALLOCA to your program, or + * -D__USE_CLIB2_ALLOCA to your build makefile. + */ + #if defined(__GNUC__) && !defined(__USE_CLIB2_ALLOCA) #undef alloca #define alloca(size) __builtin_alloca(size) diff --git a/library/include/string.h b/library/include/string.h index 21e0381..cbfeb51 100644 --- a/library/include/string.h +++ b/library/include/string.h @@ -1,5 +1,5 @@ /* - * $Id: string.h,v 1.9 2005-11-27 09:51:45 obarthel Exp $ + * $Id: string.h,v 1.10 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _STRING_H diff --git a/library/include/strings.h b/library/include/strings.h index 24d1d78..500bca8 100644 --- a/library/include/strings.h +++ b/library/include/strings.h @@ -1,5 +1,5 @@ /* - * $Id: strings.h,v 1.6 2005-11-27 09:51:45 obarthel Exp $ + * $Id: strings.h,v 1.7 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _STRINGS_H diff --git a/library/include/sys/amigaos-va.h b/library/include/sys/amigaos-va.h index dd228ad..4faa381 100644 --- a/library/include/sys/amigaos-va.h +++ b/library/include/sys/amigaos-va.h @@ -1,5 +1,5 @@ /* - * $Id: amigaos-va.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ + * $Id: amigaos-va.h,v 1.6 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_AMIGAOS_VA_H diff --git a/library/include/sys/clib2_stdc.h b/library/include/sys/clib2_stdc.h index a0e137a..546c0fa 100644 --- a/library/include/sys/clib2_stdc.h +++ b/library/include/sys/clib2_stdc.h @@ -1,5 +1,5 @@ /* - * $Id: clib2_stdc.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ + * $Id: clib2_stdc.h,v 1.3 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_CLIB2_STDC_H diff --git a/library/include/sys/filio.h b/library/include/sys/filio.h index da07294..9dd853e 100644 --- a/library/include/sys/filio.h +++ b/library/include/sys/filio.h @@ -1,5 +1,5 @@ /* - * $Id: filio.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ + * $Id: filio.h,v 1.3 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_FILIO_H diff --git a/library/include/sys/ioccom.h b/library/include/sys/ioccom.h index 27c0d72..f9b9578 100644 --- a/library/include/sys/ioccom.h +++ b/library/include/sys/ioccom.h @@ -1,5 +1,5 @@ /* - * $Id: ioccom.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ + * $Id: ioccom.h,v 1.3 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_IOCCOM_H diff --git a/library/include/sys/ioctl.h b/library/include/sys/ioctl.h index 3f68710..c5f83a0 100644 --- a/library/include/sys/ioctl.h +++ b/library/include/sys/ioctl.h @@ -1,5 +1,5 @@ /* - * $Id: ioctl.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ + * $Id: ioctl.h,v 1.3 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_IOTCL_H diff --git a/library/include/sys/mount.h b/library/include/sys/mount.h index 277a056..4c56c66 100644 --- a/library/include/sys/mount.h +++ b/library/include/sys/mount.h @@ -1,5 +1,5 @@ /* - * $Id: mount.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ + * $Id: mount.h,v 1.6 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_MOUNT_H diff --git a/library/include/sys/select.h b/library/include/sys/select.h index 63a023f..5166373 100644 --- a/library/include/sys/select.h +++ b/library/include/sys/select.h @@ -1,5 +1,5 @@ /* - * $Id: select.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: select.h,v 1.4 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_SELECT_H diff --git a/library/include/sys/socket.h b/library/include/sys/socket.h index e7208e7..20f3928 100644 --- a/library/include/sys/socket.h +++ b/library/include/sys/socket.h @@ -1,5 +1,5 @@ /* - * $Id: socket.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: socket.h,v 1.4 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_SOCKET_H diff --git a/library/include/sys/stat.h b/library/include/sys/stat.h index b45d136..87c54e8 100644 --- a/library/include/sys/stat.h +++ b/library/include/sys/stat.h @@ -1,5 +1,5 @@ /* - * $Id: stat.h,v 1.7 2005-11-27 09:51:45 obarthel Exp $ + * $Id: stat.h,v 1.8 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_STAT_H diff --git a/library/include/sys/time.h b/library/include/sys/time.h index cec72c5..48fa1c0 100644 --- a/library/include/sys/time.h +++ b/library/include/sys/time.h @@ -1,5 +1,5 @@ /* - * $Id: time.h,v 1.9 2005-11-27 09:51:45 obarthel Exp $ + * $Id: time.h,v 1.10 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_TIME_H diff --git a/library/include/sys/types.h b/library/include/sys/types.h index 48ae584..274e0cc 100644 --- a/library/include/sys/types.h +++ b/library/include/sys/types.h @@ -1,5 +1,5 @@ /* - * $Id: types.h,v 1.7 2005-11-27 09:51:45 obarthel Exp $ + * $Id: types.h,v 1.8 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_TYPES_H diff --git a/library/include/sys/uio.h b/library/include/sys/uio.h index c171ecb..dd4cdc6 100644 --- a/library/include/sys/uio.h +++ b/library/include/sys/uio.h @@ -1,5 +1,5 @@ /* - * $Id: uio.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: uio.h,v 1.4 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_UIO_H diff --git a/library/include/sys/utsname.h b/library/include/sys/utsname.h index ac5c64e..191c28a 100644 --- a/library/include/sys/utsname.h +++ b/library/include/sys/utsname.h @@ -1,5 +1,5 @@ /* - * $Id: utsname.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ + * $Id: utsname.h,v 1.3 2005-11-27 10:28:16 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _SYS_UTSNAME_H diff --git a/library/include/termios.h b/library/include/termios.h index af20c34..9ad7f81 100644 --- a/library/include/termios.h +++ b/library/include/termios.h @@ -1,5 +1,5 @@ /* - * $Id: termios.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ + * $Id: termios.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _TERMIOS_H diff --git a/library/include/time.h b/library/include/time.h index b00a26e..00f7419 100644 --- a/library/include/time.h +++ b/library/include/time.h @@ -1,5 +1,5 @@ /* - * $Id: time.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ + * $Id: time.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _TIME_H diff --git a/library/include/unistd.h b/library/include/unistd.h index ee632b4..9fdbe1c 100644 --- a/library/include/unistd.h +++ b/library/include/unistd.h @@ -1,5 +1,5 @@ /* - * $Id: unistd.h,v 1.15 2005-11-27 09:51:45 obarthel Exp $ + * $Id: unistd.h,v 1.16 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _UNISTD_H diff --git a/library/include/utime.h b/library/include/utime.h index 232376c..cf1ecde 100644 --- a/library/include/utime.h +++ b/library/include/utime.h @@ -1,5 +1,5 @@ /* - * $Id: utime.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ + * $Id: utime.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _UTIME_H diff --git a/library/include/wchar.h b/library/include/wchar.h index 884c0ee..749bf7a 100644 --- a/library/include/wchar.h +++ b/library/include/wchar.h @@ -1,5 +1,5 @@ /* - * $Id: wchar.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ + * $Id: wchar.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _WCHAR_H diff --git a/library/include/wctype.h b/library/include/wctype.h index d0511ed..5a6638d 100644 --- a/library/include/wctype.h +++ b/library/include/wctype.h @@ -1,5 +1,5 @@ /* - * $Id: wctype.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ + * $Id: wctype.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $ * * :ts=4 * @@ -30,12 +30,12 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + ***************************************************************************** * * Documentation and source code for this library, and the most recent library * build are available from . * - ****************************************************************************/ + ***************************************************************************** */ #ifndef _WCYTPE_H