Menu

Code Commit Log


Commit Date  
[r490] by obarthel

- Removed the timeval/TimeVal change workaround and replaced it with something
cleaner.

2006-12-28 14:30:57 Tree
[r489] by obarthel

- Added a wrapper function which handles the thread-safe stdio stream
resolution.

- In tcflush() a break signal can no longer cause the read flush loop
to be quit with two semaphores still locked.

2006-11-16 14:39:23 Tree
[r488] by obarthel

- In __obtain_daemon_message() the test to verify if the bsdsocket.library API
would support the server API functionality checked the wrong feature. Fixed.

- Switched over the fd->fd_DefaultFile references to fd->fd_Socket where
sockets are used rather than file handles.

2006-11-16 10:41:15 Tree
[r487] by obarthel

- Replaced rows of blank spaces by tabs.

2006-11-16 10:09:20 Tree
[r486] by obarthel

- Added a comment to clarify which version number is being used for the
'_fd' data structure definition.

2006-11-15 09:21:49 Tree
[r485] by obarthel

- Added functions which modify the callback function and the userdata pointer
stored in a low level unbuffered file/socket data structure. These function
perform the proper locking and are thus safe to use in a thread-safe environment.

2006-11-15 09:17:04 Tree
[r484] by obarthel

- The low level unbuffered file/socket now has a public equivalent, which
is defined (along with the typedefs and flags) in <sys/clib2_io.h>. Functions
for tinkering with it are still to come.

2006-11-15 08:51:07 Tree
[r483] by obarthel

- The math kernel code no longer uses its own private scalbn() function.

- Added a function prototype for the _exit() function. Note that _exit() is
not an ISO 'C' function.

- Corrected the getopt() function prototype, as prompted by Henning Nielsen Lund.

2006-11-13 09:51:53 Tree
[r482] by obarthel

- Added a directory to hold contributed code which has not been integrated
with the library yet.

- The byteswap code was contributed by Peter Bengtsson. Thank you very much!

2006-11-13 09:49:49 Tree
[r481] by obarthel

- The printf() family no longer adds a 0 or 0x prefix if the alternate
conversion modifier is present for the %o and %x conversions and the
value to be converted is 0 already. Put another way, printf("%#x %#o",0,0);
now prints "0 0". This required another change so that %p always includes
the 0x prefix even if the pointer involved is a NULL pointer.

2006-11-13 09:32:28 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.