summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/uClibc_stdio.h
Commit message (Expand)AuthorAgeFilesLines
* rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley2009-10-171-10/+18
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+2
* - commentary typo fixBernhard Reutner-Fischer2007-01-281-1/+2
* Aurelien Jacobs writes:Joakim Tjernlund2007-01-091-1/+1
* Fill in a few more of the missing pieces...Eric Andersen2006-12-081-0/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-132/+81
* stdio update from mjn3Eric Andersen2006-12-061-8/+40
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+1
* Better guards within _LIBC, cleanup, typosPeter S. Mazinger2005-12-161-1/+1
* Disable some unused stuff, better guard for libcPeter S. Mazinger2005-12-161-1/+1
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-2/+2
* Make sure we are really within uClibc only, these bits should move from the v...Peter S. Mazinger2005-12-111-4/+4
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-151-1/+3
* booooring license updatesMike Frysinger2005-11-091-2/+15
* 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