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

c.lib 1.170 (14.8.2004)

- Added "math_logb.c", and it appears to work, too.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14706 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2004-08-14 08:54:25 +00:00
parent c18e21ee36
commit 16407d5389
18 changed files with 58 additions and 56 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: GNUmakefile.68k,v 1.4 2004-08-12 12:31:14 obarthel Exp $
# $Id: GNUmakefile.68k,v 1.5 2004-08-14 08:54:25 obarthel Exp $
#
# :ts=8
#
@ -699,11 +699,6 @@ STARTUPS := nrcrt0.o nbcrt0.o nr32crt0.o nb32crt0.o ncrt0.o mainnb.o mainb.o mai
##############################################################################
all: \
lib/libm020/libm.a \
lib/libm.a \
lib/libb/libm020/libm.a \
lib/libb/libm.a \
lib/libb32/libm020/libm.a \
lib/nrcrt0.o \
lib/nbcrt0.o \
lib/ncrt0.o \
@ -711,7 +706,12 @@ all: \
lib/n32rcrt0.o \
lib/mainnb.o \
lib/mainb.o \
lib/mainb32.o
lib/mainb32.o \
lib/libm.a \
lib/libm020/libm.a \
lib/libb/libm.a \
lib/libb/libm020/libm.a \
lib/libb32/libm020/libm.a
##############################################################################

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 169
#define DATE "8.8.2004"
#define VERS "amiga.lib 1.169"
#define VSTRING "amiga.lib 1.169 (8.8.2004)\r\n"
#define VERSTAG "\0$VER: amiga.lib 1.169 (8.8.2004)"
#define REVISION 170
#define DATE "14.8.2004"
#define VERS "amiga.lib 1.170"
#define VSTRING "amiga.lib 1.170 (14.8.2004)\r\n"
#define VERSTAG "\0$VER: amiga.lib 1.170 (14.8.2004)"

View File

@ -1 +1 @@
169
170

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 169
#define DATE "8.8.2004"
#define VERS "c.lib 1.169"
#define VSTRING "c.lib 1.169 (8.8.2004)\r\n"
#define VERSTAG "\0$VER: c.lib 1.169 (8.8.2004)"
#define REVISION 170
#define DATE "14.8.2004"
#define VERS "c.lib 1.170"
#define VSTRING "c.lib 1.170 (14.8.2004)\r\n"
#define VERSTAG "\0$VER: c.lib 1.170 (14.8.2004)"

View File

@ -1 +1 @@
169
170

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 169
#define DATE "8.8.2004"
#define VERS "debug.lib 1.169"
#define VSTRING "debug.lib 1.169 (8.8.2004)\r\n"
#define VERSTAG "\0$VER: debug.lib 1.169 (8.8.2004)"
#define REVISION 170
#define DATE "14.8.2004"
#define VERS "debug.lib 1.170"
#define VSTRING "debug.lib 1.170 (14.8.2004)\r\n"
#define VERSTAG "\0$VER: debug.lib 1.170 (14.8.2004)"

View File

@ -1 +1 @@
169
170

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 169
#define DATE "8.8.2004"
#define VERS "m.lib 1.169"
#define VSTRING "m.lib 1.169 (8.8.2004)\r\n"
#define VERSTAG "\0$VER: m.lib 1.169 (8.8.2004)"
#define REVISION 170
#define DATE "14.8.2004"
#define VERS "m.lib 1.170"
#define VSTRING "m.lib 1.170 (14.8.2004)\r\n"
#define VERSTAG "\0$VER: m.lib 1.170 (14.8.2004)"

View File

@ -1 +1 @@
169
170

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 169
#define DATE "8.8.2004"
#define VERS "m881.lib 1.169"
#define VSTRING "m881.lib 1.169 (8.8.2004)\r\n"
#define VERSTAG "\0$VER: m881.lib 1.169 (8.8.2004)"
#define REVISION 170
#define DATE "14.8.2004"
#define VERS "m881.lib 1.170"
#define VSTRING "m881.lib 1.170 (14.8.2004)\r\n"
#define VERSTAG "\0$VER: m881.lib 1.170 (14.8.2004)"

View File

@ -1 +1 @@
169
170

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 169
#define DATE "8.8.2004"
#define VERS "net.lib 1.169"
#define VSTRING "net.lib 1.169 (8.8.2004)\r\n"
#define VERSTAG "\0$VER: net.lib 1.169 (8.8.2004)"
#define REVISION 170
#define DATE "14.8.2004"
#define VERS "net.lib 1.170"
#define VSTRING "net.lib 1.170 (14.8.2004)\r\n"
#define VERSTAG "\0$VER: net.lib 1.170 (14.8.2004)"

View File

@ -1 +1 @@
169
170

View File

@ -1,4 +1,6 @@
- Added "math_logb.c"; I still have to verify that it works as expected.
c.lib 1.170 (14.8.2004)
- Added "math_logb.c", and it appears to work, too.
c.lib 1.169 (8.8.2004)

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 169
#define DATE "8.8.2004"
#define VERS "stack.lib 1.169"
#define VSTRING "stack.lib 1.169 (8.8.2004)\r\n"
#define VERSTAG "\0$VER: stack.lib 1.169 (8.8.2004)"
#define REVISION 170
#define DATE "14.8.2004"
#define VERS "stack.lib 1.170"
#define VSTRING "stack.lib 1.170 (14.8.2004)\r\n"
#define VERSTAG "\0$VER: stack.lib 1.170 (14.8.2004)"

View File

@ -1 +1 @@
169
170

View File

@ -1,6 +1,6 @@
#define VERSION 1
#define REVISION 169
#define DATE "8.8.2004"
#define VERS "unix.lib 1.169"
#define VSTRING "unix.lib 1.169 (8.8.2004)\r\n"
#define VERSTAG "\0$VER: unix.lib 1.169 (8.8.2004)"
#define REVISION 170
#define DATE "14.8.2004"
#define VERS "unix.lib 1.170"
#define VSTRING "unix.lib 1.170 (14.8.2004)\r\n"
#define VERSTAG "\0$VER: unix.lib 1.170 (14.8.2004)"

View File

@ -1 +1 @@
169
170