Menu

Code Commit Log


Commit Date  
[r503] by obarthel

- Small indentation changes for the stub code.

2008-04-14 15:16:03 Tree
[r502] by obarthel

- Rewrote the GetRexxVar()/SetRexxVar() functions (mostly) in 'C', using available
code as a reference. The 68k stubs currently only work for the 68k version of
the library, and a solution for the OS4 build still needs to be found. The code
is currently untested, but it should be complete.

2008-04-14 15:07:37 Tree
[r501] by obarthel

- Added local inline function definitions for the two rexxsyslib.library V45
API functions, rather than omitting support for them in the 68k build.

2008-03-11 13:26:18 Tree
[r500] by damato

- reverted the soft-float subdirectory changes as the problem was solved by
olaf in a different way so that libm.a never contains any hard float
opcodes and instead libm881 contains them. so the separate soft-float
directory are not required.

2008-03-11 07:41:27 Tree
[r499] by damato

[tboeckel]: when compiling amiga_rexxvars.c for m68k/OS3 the GetRexxVarFromMsg()
and SetRexxVarFromMsg() will not be used and therefore not cause linkage errors
with our libamiga.a stubs anymore.

2008-03-11 07:37:31 Tree
[r498] by obarthel

- Added "-msoft-float" to the non-FPU libm build rules, which ought to
resolve the issues with FPU code popping up in the mathieee#?.library
software floating point code.

2008-03-10 16:31:56 Tree
[r497] by obarthel

- The printf() family now ignores argument specifications, as in "%2$d %1$d",
which are used for localization on some platforms. This is a non-standard
feature and the way clib2 treats it for now is just intended to avoid
trouble while performing the conversion.

2008-03-10 15:28:11 Tree
[r496] by obarthel

- Temporarily deactivated the separate -msoft-float builds.

2008-03-10 14:59:54 Tree
[r495] by damato

- [jlangner]: changed the GNUmakefile.68k to also build soft-float variants of all
our libraries. In addition the specs file now also respects the -msoft-float
option at link time and sets the default link directory accordingly.

2008-03-04 16:25:35 Tree
[r494] by damato

- the log() and log10() functions always returned -inf() even if the arguments
was within the valid range for a log() function. Using DBL_EPSILON as the
threshold was not correct as EPSILON is 2.2204460492503131E-16 whereas
values like 1E-200 are still valid double values for a log().

2007-11-08 11:23:53 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.