Commit | Date | |
---|---|---|
2007-01-16 08:52:31 | Tree | |
[r492]
by
obarthel
c.lib 1.202 (16.1.2007) - Added llrint() function contributed by Henning Nielsen Lund. Thank you - <unistd.h> now also include <stdio.h>, so that the SEEK_SET, etc. macros - Added a wrapper function which handles the thread-safe stdio stream - In tcflush() a break signal can no longer cause the read flush loop - In __obtain_daemon_message() the test to verify if the bsdsocket.library API - Switched over the fd->fd_DefaultFile references to fd->fd_Socket where - Added functions which modify the callback function and the userdata pointer - The low level unbuffered file/socket now has a public equivalent, which - The math kernel code no longer uses its own private scalbn() function. - Added a function prototype for the _exit() function. Note that _exit() is - Corrected the getopt() function prototype, as prompted by Henning Nielsen Lund. - The printf() family no longer adds a 0 or 0x prefix if the alternate - readlink() no longer sort-of-works for files and directories. It now only - Moved the lstat() local Lock() function into its own separate file. - uname() now returns correct and robust information for OS version - Moved the crtbegin.o/crtend.o files out of the link libraries. Moving - Integrated a fix for __rem_pio2() which affects sin(), tan() and cos(), - The internal 'struct fd' file descriptor table entry data structure - Rearranged the contents of the 'struct fd' file descriptor table entry - Added experimental tilde expansion in Unix path names. This still needs - __get_default_file() called __fd_unlock() without having called - Removed an unnecessary pair of __fd_lock()..__fd_unlock() calls from - The libunix.a unlink() function is now reentrant, or at least thread-safe. - You can now make unlink() stop after a failed deletion attempt which - basename() and dirname() can no longer return NULL. They truncate the - The SetOwner() fall-back code for Kickstart 2.04 was passing the wrong - basename() is not supposed to modify the string it is passed and should - asctime_r() now returns NULL if the buffer is too short to hold even a single - ttyname() now calls ttyname_r(). Also, the libunix.a version of ttyname_r() |
2007-01-16 08:52:30 | Tree |
[r491]
by
obarthel
- Added llrint() function contributed by Henning Nielsen Lund. Thank you - <unistd.h> now also include <stdio.h>, so that the SEEK_SET, etc. macros |
2007-01-06 10:09:49 | Tree |
[r490]
by
obarthel
- Removed the timeval/TimeVal change workaround and replaced it with something |
2006-12-28 14:30:57 | Tree |
[r489]
by
obarthel
- Added a wrapper function which handles the thread-safe stdio stream - In tcflush() a break signal can no longer cause the read flush loop |
2006-11-16 14:39:23 | Tree |
[r488]
by
obarthel
- In __obtain_daemon_message() the test to verify if the bsdsocket.library API - Switched over the fd->fd_DefaultFile references to fd->fd_Socket where |
2006-11-16 10:41:15 | Tree |
2006-11-16 10:09:20 | Tree | |
[r486]
by
obarthel
- Added a comment to clarify which version number is being used for the |
2006-11-15 09:21:49 | Tree |
[r485]
by
obarthel
- Added functions which modify the callback function and the userdata pointer |
2006-11-15 09:17:04 | Tree |
[r484]
by
obarthel
- The low level unbuffered file/socket now has a public equivalent, which |
2006-11-15 08:51:07 | Tree |