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

c.lib 1.178 (7.10.2004)

- The OS4 version had floating point math support code enabled in all
  libraries and not just "libm.a". Fixed.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14750 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2004-10-07 14:58:03 +00:00
parent 8062f49f1c
commit aa3ccda8de
18 changed files with 59 additions and 53 deletions

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 177
#define DATE "29.9.2004"
#define VERS "amiga.lib 1.177"
#define VSTRING "amiga.lib 1.177 (29.9.2004)\r\n"
#define VERSTAG "\0$VER: amiga.lib 1.177 (29.9.2004)"
#define REVISION 178
#define DATE "7.10.2004"
#define VERS "amiga.lib 1.178"
#define VSTRING "amiga.lib 1.178 (7.10.2004)\r\n"
#define VERSTAG "\0$VER: amiga.lib 1.178 (7.10.2004)"

View File

@ -1 +1 @@
177
178

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 177
#define DATE "29.9.2004"
#define VERS "c.lib 1.177"
#define VSTRING "c.lib 1.177 (29.9.2004)\r\n"
#define VERSTAG "\0$VER: c.lib 1.177 (29.9.2004)"
#define REVISION 178
#define DATE "7.10.2004"
#define VERS "c.lib 1.178"
#define VSTRING "c.lib 1.178 (7.10.2004)\r\n"
#define VERSTAG "\0$VER: c.lib 1.178 (7.10.2004)"

View File

@ -1 +1 @@
177
178

View File

@ -1,3 +1,9 @@
c.lib 1.178 (7.10.2004)
- The OS4 version had floating point math support code enabled in all
libraries and not just "libm.a". Fixed.
c.lib 1.177 (29.9.2004)
- Moved the locale initialization/cleanup code into constructors

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 177
#define DATE "29.9.2004"
#define VERS "debug.lib 1.177"
#define VSTRING "debug.lib 1.177 (29.9.2004)\r\n"
#define VERSTAG "\0$VER: debug.lib 1.177 (29.9.2004)"
#define REVISION 178
#define DATE "7.10.2004"
#define VERS "debug.lib 1.178"
#define VSTRING "debug.lib 1.178 (7.10.2004)\r\n"
#define VERSTAG "\0$VER: debug.lib 1.178 (7.10.2004)"

View File

@ -1 +1 @@
177
178

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 177
#define DATE "29.9.2004"
#define VERS "m.lib 1.177"
#define VSTRING "m.lib 1.177 (29.9.2004)\r\n"
#define VERSTAG "\0$VER: m.lib 1.177 (29.9.2004)"
#define REVISION 178
#define DATE "7.10.2004"
#define VERS "m.lib 1.178"
#define VSTRING "m.lib 1.178 (7.10.2004)\r\n"
#define VERSTAG "\0$VER: m.lib 1.178 (7.10.2004)"

View File

@ -1 +1 @@
177
178

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 177
#define DATE "29.9.2004"
#define VERS "m881.lib 1.177"
#define VSTRING "m881.lib 1.177 (29.9.2004)\r\n"
#define VERSTAG "\0$VER: m881.lib 1.177 (29.9.2004)"
#define REVISION 178
#define DATE "7.10.2004"
#define VERS "m881.lib 1.178"
#define VSTRING "m881.lib 1.178 (7.10.2004)\r\n"
#define VERSTAG "\0$VER: m881.lib 1.178 (7.10.2004)"

View File

@ -1 +1 @@
177
178

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 177
#define DATE "29.9.2004"
#define VERS "net.lib 1.177"
#define VSTRING "net.lib 1.177 (29.9.2004)\r\n"
#define VERSTAG "\0$VER: net.lib 1.177 (29.9.2004)"
#define REVISION 178
#define DATE "7.10.2004"
#define VERS "net.lib 1.178"
#define VSTRING "net.lib 1.178 (7.10.2004)\r\n"
#define VERSTAG "\0$VER: net.lib 1.178 (7.10.2004)"

View File

@ -1 +1 @@
177
178

View File

@ -1,6 +1,6 @@
c.lib 1.177 (29.9.2004)
c.lib 1.178 (7.10.2004)
- Added usleep(), strtoll() and strtoull().
- Setting a minimum stack size via the '__stack_size' variable
works again.
- The OS4 version had floating point math support code enabled in all
libraries and not just "libm.a". Trying to link with, for example,
"libc.a" would bring up a number of unsatisfied symbol references
which could be fixed only by linking against "libm.a", too.

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 177
#define DATE "29.9.2004"
#define VERS "stack.lib 1.177"
#define VSTRING "stack.lib 1.177 (29.9.2004)\r\n"
#define VERSTAG "\0$VER: stack.lib 1.177 (29.9.2004)"
#define REVISION 178
#define DATE "7.10.2004"
#define VERS "stack.lib 1.178"
#define VSTRING "stack.lib 1.178 (7.10.2004)\r\n"
#define VERSTAG "\0$VER: stack.lib 1.178 (7.10.2004)"

View File

@ -1 +1 @@
177
178

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 177
#define DATE "29.9.2004"
#define VERS "unix.lib 1.177"
#define VSTRING "unix.lib 1.177 (29.9.2004)\r\n"
#define VERSTAG "\0$VER: unix.lib 1.177 (29.9.2004)"
#define REVISION 178
#define DATE "7.10.2004"
#define VERS "unix.lib 1.178"
#define VSTRING "unix.lib 1.178 (7.10.2004)\r\n"
#define VERSTAG "\0$VER: unix.lib 1.178 (7.10.2004)"

View File

@ -1 +1 @@
177
178