1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Preparations for release.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15075 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-12-11 08:55:29 +00:00
parent 26b8b9efbf
commit 9ab31bb996
19 changed files with 59 additions and 51 deletions

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 197
#define DATE "4.11.2005"
#define VERS "amiga.lib 1.197"
#define VSTRING "amiga.lib 1.197 (4.11.2005)\r\n"
#define VERSTAG "\0$VER: amiga.lib 1.197 (4.11.2005)"
#define REVISION 198
#define DATE "11.12.2005"
#define VERS "amiga.lib 1.198"
#define VSTRING "amiga.lib 1.198 (11.12.2005)\r\n"
#define VERSTAG "\0$VER: amiga.lib 1.198 (11.12.2005)"

View File

@ -1 +1 @@
197
198

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 197
#define DATE "4.11.2005"
#define VERS "c.lib 1.197"
#define VSTRING "c.lib 1.197 (4.11.2005)\r\n"
#define VERSTAG "\0$VER: c.lib 1.197 (4.11.2005)"
#define REVISION 198
#define DATE "11.12.2005"
#define VERS "c.lib 1.198"
#define VSTRING "c.lib 1.198 (11.12.2005)\r\n"
#define VERSTAG "\0$VER: c.lib 1.198 (11.12.2005)"

View File

@ -1 +1 @@
197
198

View File

@ -1,3 +1,5 @@
c.lib 1.198 (11.12.2005)
- Added <fenv.h> for C99, and the (yet unimplemented) functions
feclearexcept(), fegetenv(), fegetexceptflag(), fegetround(),
feholdexcept(), feraiseexcept(), fesetenv(), fesetexceptflag(),

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 197
#define DATE "4.11.2005"
#define VERS "debug.lib 1.197"
#define VSTRING "debug.lib 1.197 (4.11.2005)\r\n"
#define VERSTAG "\0$VER: debug.lib 1.197 (4.11.2005)"
#define REVISION 198
#define DATE "11.12.2005"
#define VERS "debug.lib 1.198"
#define VSTRING "debug.lib 1.198 (11.12.2005)\r\n"
#define VERSTAG "\0$VER: debug.lib 1.198 (11.12.2005)"

View File

@ -1 +1 @@
197
198

View File

@ -1,5 +1,5 @@
/*
* $Id: stdlib.h,v 1.15 2005-11-28 09:53:51 obarthel Exp $
* $Id: stdlib.h,v 1.16 2005-12-11 08:55:29 obarthel Exp $
*
* :ts=4
*
@ -165,7 +165,9 @@ extern int rand_r(unsigned int * seed);
* 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.
* -D__USE_CLIB2_ALLOCA to your build makefile. For GCC you will also have
* to compile your program with the -fno-builtin switch to override the
* built-in alloca() function.
*/
#if defined(alloca)

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 197
#define DATE "4.11.2005"
#define VERS "m.lib 1.197"
#define VSTRING "m.lib 1.197 (4.11.2005)\r\n"
#define VERSTAG "\0$VER: m.lib 1.197 (4.11.2005)"
#define REVISION 198
#define DATE "11.12.2005"
#define VERS "m.lib 1.198"
#define VSTRING "m.lib 1.198 (11.12.2005)\r\n"
#define VERSTAG "\0$VER: m.lib 1.198 (11.12.2005)"

View File

@ -1 +1 @@
197
198

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 197
#define DATE "4.11.2005"
#define VERS "m881.lib 1.197"
#define VSTRING "m881.lib 1.197 (4.11.2005)\r\n"
#define VERSTAG "\0$VER: m881.lib 1.197 (4.11.2005)"
#define REVISION 198
#define DATE "11.12.2005"
#define VERS "m881.lib 1.198"
#define VSTRING "m881.lib 1.198 (11.12.2005)\r\n"
#define VERSTAG "\0$VER: m881.lib 1.198 (11.12.2005)"

View File

@ -1 +1 @@
197
198

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 197
#define DATE "4.11.2005"
#define VERS "net.lib 1.197"
#define VSTRING "net.lib 1.197 (4.11.2005)\r\n"
#define VERSTAG "\0$VER: net.lib 1.197 (4.11.2005)"
#define REVISION 198
#define DATE "11.12.2005"
#define VERS "net.lib 1.198"
#define VSTRING "net.lib 1.198 (11.12.2005)\r\n"
#define VERSTAG "\0$VER: net.lib 1.198 (11.12.2005)"

View File

@ -1 +1 @@
197
198

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 197
#define DATE "4.11.2005"
#define VERS "stack.lib 1.197"
#define VSTRING "stack.lib 1.197 (4.11.2005)\r\n"
#define VERSTAG "\0$VER: stack.lib 1.197 (4.11.2005)"
#define REVISION 198
#define DATE "11.12.2005"
#define VERS "stack.lib 1.198"
#define VSTRING "stack.lib 1.198 (11.12.2005)\r\n"
#define VERSTAG "\0$VER: stack.lib 1.198 (11.12.2005)"

View File

@ -1 +1 @@
197
198

View File

@ -1,5 +1,5 @@
/*
* $Id: stdlib_alloca.c,v 1.9 2005-11-28 09:53:51 obarthel Exp $
* $Id: stdlib_alloca.c,v 1.10 2005-12-11 08:55:29 obarthel Exp $
*
* :ts=4
*
@ -138,6 +138,10 @@ __alloca(size_t size,const char * file,int line)
__memory_lock();
/* Initialize this if it hasn't been taken care of yet. */
if(alloca_memory_list.mlh_Head == NULL)
NewList((struct List *)&alloca_memory_list);
__alloca_cleanup = alloca_cleanup;
(*__alloca_cleanup)(file,line);

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 197
#define DATE "4.11.2005"
#define VERS "unix.lib 1.197"
#define VSTRING "unix.lib 1.197 (4.11.2005)\r\n"
#define VERSTAG "\0$VER: unix.lib 1.197 (4.11.2005)"
#define REVISION 198
#define DATE "11.12.2005"
#define VERS "unix.lib 1.198"
#define VSTRING "unix.lib 1.198 (11.12.2005)\r\n"
#define VERSTAG "\0$VER: unix.lib 1.198 (11.12.2005)"

View File

@ -1 +1 @@
197
198