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