Commit | Date | |
---|---|---|
[r498]
by
obarthel
- Added "-msoft-float" to the non-FPU libm build rules, which ought to |
2008-03-10 16:31:56 | Tree |
[r497]
by
obarthel
- The printf() family now ignores argument specifications, as in "%2$d %1$d", |
2008-03-10 15:28:11 | Tree |
2008-03-10 14:59:54 | Tree | |
[r495]
by
damato
- [jlangner]: changed the GNUmakefile.68k to also build soft-float variants of all |
2008-03-04 16:25:35 | Tree |
[r494]
by
damato
- the log() and log10() functions always returned -inf() even if the arguments |
2007-11-08 11:23:53 | Tree |
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 |