Menu

Code Commit Log


Commit Date  
[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
[r407] by damato

- 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>.

2006-04-04 21:59:13 Tree
[r406] by --none--

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

2006-03-06 11:11:00 Tree
[r405] by obarthel

- Preparations for release...

2006-03-06 11:10:59 Tree
[r404] by obarthel

- In <stdio.h> MAXPATHLEN is now equivalent to PATH_MAX (from <limits.h>),
as suggested by Henning Nielsen Lund.

2006-03-06 08:43:48 Tree
[r403] by obarthel

- CVS now ignores the "factorial" test program.

2006-03-06 08:41:19 Tree
[r402] by obarthel

- Modified the GetProcSegList() call to match what the current SDK
expects.

2006-02-27 11:18:52 Tree
[r401] by obarthel

- Moved an allocation size roundup operation in realloc().

2006-02-17 10:55:03 Tree
[r400] by obarthel

- Added lockf() support, as supplied by Henning Nielsen Lund.
Thank you very much!

- symlink() now also works for absolute and relative links, and is
part of "libunix.a". This patch was supplied by Henning Nielsen Lund.
Thank you very much!

2006-01-29 09:17:00 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.