Menu

Code Commit Log


Commit Date  
[r417] by --none--

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

2006-04-17 08:41:53 Tree
[r416] by obarthel

- Preparations for new release.

2006-04-17 08:41:52 Tree
[r415] by obarthel

- Replaced an inappropriate "ULONG" with "unsigned long".

2006-04-10 15:08:11 Tree
[r414] by obarthel

- Changed wait_select() to waitselect().

2006-04-07 15:45:49 Tree
[r413] by obarthel

- The default break signal mask (SIGBREAKF_CTRL_C) is no longer
hard-coded. You can override it at link time with a different
variable value for __break_signal_mask. This may have to be
augmented by an API for changing the value.

2006-04-05 08:39:46 Tree
[r412] by obarthel

- Disabled the thread-safe build.

2006-04-05 08:24:32 Tree
[r411] by obarthel

- Corrected the lock variable name.

2006-04-05 08:19:11 Tree
[r410] by obarthel

- Added a wait_select() function which works very much like the
bsdsocket.library/WaitSelect() function.

2006-04-05 07:53:30 Tree
[r409] by obarthel

- Added <sys/time.h> include to <sys/socket.h> due to latest "TimeVal" change
in the OS4 SDK. Otherwise "struct timeval" will not be defined at the time
the <net/if.h> of the netincludes will be included by <proto/bsdsocket.h>.

- The strftime() hook function had the locale and character parameters
switched, which made 'setlocale(LC_ALL,""); strftime(..);' unusable.
Fixed.

- fchown() and chown() now accept owner and group ID values of -1, which
indicate that the respective information should not be changed.

- The OS4 library build now includes the crtbegin.o and crtend.o object
files in the libc.a library, which solves a problem with the thread-safe
shared library support code.

2006-04-05 06:43:56 Tree
[r408] by obarthel

- Added the "setlocale.c" test program.

2006-04-05 06:35:42 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.