summaryrefslogtreecommitdiffstats
path: root/libc/stdio/vdprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge from trunk."Steven J. Hill"2006-02-261-4/+12
|
* Merge from trunk."Steven J. Hill"2005-12-101-2/+3
|
* In reality, the futex support that was originally added was only for STDIO ↵"Steven J. Hill"2005-08-091-1/+1
| | | | operations internal to libc. The futexes should not be visible to anything other than libc. These changes clean up futex and STDIO.
* Add futex support into uClibc. Selection of futex support independent of"Steven J. Hill"2005-07-221-0/+4
| | | | NPTL is not currently supported.
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-0/+62
Codepaths streamlined. Improved performance for nonthreaded apps when linked with a thread-enabled libc. Minor iconv bug and some locale/thread related startup issues fixed. These showed up in getting a gcj-compiled java helloworld app running. Removed some old extension functions... _stdio_fdout and _stdio_fsfopen.