| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-06-03 | Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead, | Denis Vlasenko | |
| and it's slightly shorter. Also removes stray macros from public <printf.h> header and uses spaces for comment indentation. No code changes (verified with objdump). | |||
| 2006-12-07 | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | |
| things, and avoid potential deadlocks caused when a thread holding a uClibc internal lock get canceled and terminates without releasing the lock. This change also provides a single place, bits/uClibc_mutex.h, for thread libraries to modify to change all instances of internal locking. | |||
| 2006-02-13 | guard *printf_function w/ UCLIBC_HAS_GLIBC_CUSTOM_PRINTF | Peter S. Mazinger | |
| 2004-09-07 | Disable prototypes for unimplemented functions | Eric Andersen | |
| 2004-02-02 | Use the correct configuration test define. | Manuel Novoa III | |
| 2002-07-03 | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | |
| Implemented unformatted wide i/o functions. (ungetwc still needs testing) Fix a few bugs in wchar.c. Modifications for bcc/elks support. | |||
| 2002-03-12 | Swap in the new stdio code. | Manuel Novoa III | |
