Menu

Code Commit Log


Commit Date  
[r367] by obarthel

- Added __set_h_errno() and __get_h_errno() functions.

- The thread-safe library now tries to enable bsdsocket.library base
sharing and attempts to make the TCP/IP stack call the local
__set_errno() and __set_h_errno(), so that any Process calling
the library functions will get a chance to see proper error
codes. Whether any of these features could be enabled can be tested
through two global variables __can_share_socket_library_base and
__thread_safe_errno_h_errno which are defined in <dos.h>. Note that
for both features to work you will need the Roadshow bsdsocket.library
version 4.275 or higher.

2005-10-17 13:54:25 Tree
[r366] by obarthel

- Corrected a variable name.

2005-10-16 09:17:11 Tree
[r365] by obarthel

- Updated the build files so that atanh() and atanhf() are built for the
respective math libraries.

2005-10-16 09:14:28 Tree
[r364] by obarthel

- Implemented atanh() and atanhf() which were not listed in the TODO
file but were still unimplemented up until now.

- Replaced ldexp() and modf().

2005-10-16 09:05:03 Tree
[r363] by obarthel

- Corrected a typo.

2005-10-16 08:34:52 Tree
[r362] by theantony

- Updated math_hypot.c to a newer (e_hypot.c 1.3 95/01/18) version from
fdlibm which uses macros for manipulating the high and low words of a
double, like the rest of fdlibm functions in clib2. The previous version
would give bogus results when compiled with -O3 in clib2 which lead to
"interesting" results (and lots of fun while searching for the problem)
in Ghostscript. Wish I managed to track this down yesterday for 1.196
release... <aantonijevic>

2005-10-11 19:05:18 Tree
[r361] by obarthel

- Removed <sys/clib2_net.h> and every reference to it.

2005-10-11 11:24:53 Tree
[r360] by obarthel

- Removed the compiler log file generation.

2005-10-11 09:37:27 Tree
[r359] by obarthel

- Removed a couple of compiler warnings; fishing for more...

2005-10-11 09:28:29 Tree
[r358] by obarthel

- Updated the thread-safe library documentation section.

2005-10-11 08:28:32 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.