summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/uClibc_stdio.h
Commit message (Expand)AuthorAgeFilesLines
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-0/+2
* Fix some __UCLIBC_IO_MUTEX_XXXX macro to be used without FUTEX support. Thank...Carmelo Amoroso2008-07-111-61/+12
* Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on AR...Khem Raj2008-07-091-12/+61
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-73/+38
* More merging from trunk."Steven J. Hill"2007-01-211-65/+53
* Merge from trunk."Steven J. Hill"2006-01-141-3/+3
* Merge from trunk."Steven J. Hill"2005-12-131-4/+4
* Massive merge from trunk."Steven J. Hill"2005-11-181-3/+18
* In reality, the futex support that was originally added was only for STDIO op..."Steven J. Hill"2005-08-091-4/+4
* Add futex support into uClibc. Selection of futex support independent of"Steven J. Hill"2005-07-221-0/+38
* Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III2004-05-071-23/+7
* Fix typo.Manuel Novoa III2004-04-141-1/+1
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-391/+325
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-3/+3
* Add a utility macro.Manuel Novoa III2003-11-061-0/+4
* Remove erroneous trailing semicolon.Manuel Novoa III2003-11-051-1/+1
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-26/+97
* Ok... here's the summary:Manuel Novoa III2002-11-221-0/+5
* Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III2002-11-031-0/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-6/+6
* Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III2002-08-121-9/+9
* Attempt to clean up the strerror_r situation.Manuel Novoa III2002-07-071-8/+0
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-11/+42
* Fix perror() and printf("%m") to not call strerror(), as required by theManuel Novoa III2002-06-181-0/+8
* Fix another O_LARGEFILE bug. Also, I forget to make floating point optionalManuel Novoa III2002-03-121-5/+0
* Oops.. had left thread support forced on.Manuel Novoa III2002-03-121-1/+1
* Fixup redefinition of NL_ARGMAXEric Andersen2002-03-121-1/+1
* Swap in the new stdio code.Manuel Novoa III2002-03-121-0/+494