Menu

Code Commit Log


Commit Date  
[r29] by obarthel

c.lib 1.171 (16.8.2004)

- Added "math_hypot.c"

- The 68k build makefile now builds the vfprintf/vfscanf functions
with %lld/%llu support.

- Split the release notes file into changes and actual release notes,
which may overlap but differ in technical content.

2004-08-16 09:33:13 Tree
[r28] by obarthel

- Added a build makefile for GCC/68k.

2004-08-14 15:01:22 Tree
[r27] by obarthel

- Moved the address alignment test macros for memchr(), memcmp(), memcpy(),
memmove() and memset() into "string_headers.h".

2004-08-14 11:11:01 Tree
[r26] by obarthel

- memcmp(), memcpy() and memset() now build with the GCC 2.x compatibility
header files in place.

2004-08-14 10:00:33 Tree
[r25] by --none--

This commit was manufactured by cvs2svn to create tag 'V1_170'.

2004-08-14 08:54:26 Tree
[r24] by obarthel

c.lib 1.170 (14.8.2004)

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

2004-08-14 08:54:25 Tree
[r23] by obarthel

- Added "math_logb.c"; I still have to verify that it works as expected.

2004-08-12 12:31:29 Tree
[r22] by --none--

This commit was manufactured by cvs2svn to create tag 'V1_169'.

2004-08-08 10:55:58 Tree
[r21] by obarthel

c.lib 1.169 (8.8.2004)

- Since the 'long double' data type is not really supported by the GCC
versions we use (and not supported by SAS/C either) building the
library with support code for it is now a configurable option. Unless
enabled, 'long double' is now treated like 'double'.

- Reworked the HUGE_VAL definition which previously would default to
Infinity. The new code properly defines this to the largest
representable floating point number. The 'great' thing about the
HUGE_VAL definition in this library is that it's a reference to
a binary constant initialized by the library startup code. So any
application checking for HUGE_VAL merely needs to be relinked
rather than recompiled.

2004-08-08 10:55:57 Tree
[r20] by obarthel

- Moved the isascii() definition behind the "The following is not part of the
ISO 'C' (1994) standard." warning.

2004-08-07 10:42:04 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.