Menu

Code Commit Log


Commit Date  
[r373] by obarthel

- Updated the OS4 build makefile to allow for a parallel build to work
better. Note that this is not yet entirely succesful.

2005-10-27 08:26:17 Tree
[r372] by obarthel

- IsServerProcess() should have read ProcessIsServer().

2005-10-23 11:58:12 Tree
[r371] by obarthel

- Updated the new __obtain_daemon_message() function to call a
bsdsocket.library API function to determine if what appears to be
a valid daemon startup message is sound.

2005-10-23 09:53:39 Tree
[r370] by obarthel

- Moved the code which rebinds the standard I/O streams to the server
socket into a separate function which can be overridden by user code.

2005-10-20 07:19:16 Tree
[r369] by obarthel

- The network startup code no longer checks for the presence of a possible
daemon startup message by default. You now have to enable this feature
by declaring a global variable called "__check_daemon_startup" which is
described in <dos.h>.

2005-10-20 06:50:32 Tree
[r368] by obarthel

- In <stdbool.h> the preprocessor definition should read
"__bool_true_false_are_defined" rather than "__bool_true_and_false_are_defined".
Thanks go to Peter Bengtsson for finding and fixing it.

2005-10-19 08:11:44 Tree
[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
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.