| Commit message (Expand) | Author | Age | Files | Lines |
* | rework internal uClibc mutexes to support futex locking, and nptl | Austin Foxley | 2009-10-17 | 1 | -10/+18 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -0/+2 |
* | - commentary typo fix | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -1/+2 |
* | Aurelien Jacobs writes: | Joakim Tjernlund | 2007-01-09 | 1 | -1/+1 |
* | Fill in a few more of the missing pieces... | Eric Andersen | 2006-12-08 | 1 | -0/+1 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -132/+81 |
* | stdio update from mjn3 | Eric Andersen | 2006-12-06 | 1 | -8/+40 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+1 |
* | Better guards within _LIBC, cleanup, typos | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 |
* | Disable some unused stuff, better guard for libc | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 |
* | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | 2005-12-14 | 1 | -2/+2 |
* | Make sure we are really within uClibc only, these bits should move from the v... | Peter S. Mazinger | 2005-12-11 | 1 | -4/+4 |
* | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger | 2005-11-15 | 1 | -1/+3 |
* | booooring license updates | Mike Frysinger | 2005-11-09 | 1 | -2/+15 |
* | Fix a couple of issues in configurations I hadn't tested. | Manuel Novoa III | 2004-05-07 | 1 | -23/+7 |
* | Fix typo. | Manuel Novoa III | 2004-04-14 | 1 | -1/+1 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -391/+325 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -3/+3 |
* | Add a utility macro. | Manuel Novoa III | 2003-11-06 | 1 | -0/+4 |
* | Remove erroneous trailing semicolon. | Manuel Novoa III | 2003-11-05 | 1 | -1/+1 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 1 | -26/+97 |
* | Ok... here's the summary: | Manuel Novoa III | 2002-11-22 | 1 | -0/+5 |
* | Implement locale-specific grouping in printf for base 10 integer conversions | Manuel Novoa III | 2002-11-03 | 1 | -0/+1 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -6/+6 |
* | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III | 2002-08-12 | 1 | -9/+9 |
* | Attempt to clean up the strerror_r situation. | Manuel Novoa III | 2002-07-07 | 1 | -8/+0 |
* | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | 2002-07-03 | 1 | -11/+42 |
* | Fix perror() and printf("%m") to not call strerror(), as required by the | Manuel Novoa III | 2002-06-18 | 1 | -0/+8 |
* | Fix another O_LARGEFILE bug. Also, I forget to make floating point optional | Manuel Novoa III | 2002-03-12 | 1 | -5/+0 |
* | Oops.. had left thread support forced on. | Manuel Novoa III | 2002-03-12 | 1 | -1/+1 |
* | Fixup redefinition of NL_ARGMAX | Eric Andersen | 2002-03-12 | 1 | -1/+1 |
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 1 | -0/+494 |