| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -143/+8 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -19/+12 |
* | Clean up pthread include mess. Some of these will be needed to support NPTL, ... | "Steven J. Hill" | 2005-10-04 | 1 | -0/+4 |
* | enable flockfile and friends if threads are not enabled | Peter S. Mazinger | 2005-09-21 | 1 | -2/+0 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -7/+5 |
* | Oops.. The custom stream funcs should only be compiled if wanted. | Manuel Novoa III | 2004-02-13 | 1 | -2/+4 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -50/+94 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Implement vsnprintf (old_vfprintf only) and vsnscanf when uClibc is | Manuel Novoa III | 2003-09-06 | 1 | -2/+2 |
* | Always build _store_inttype since it is used by the new scanf. | Manuel Novoa III | 2003-09-05 | 1 | -3/+3 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 1 | -6/+6 |
* | Ok... here's the summary: | Manuel Novoa III | 2002-11-22 | 1 | -2/+8 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 1 | -21/+4 |
* | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | 2002-07-03 | 1 | -3/+3 |
* | Fix perror() and printf("%m") to not call strerror(), as required by the | Manuel Novoa III | 2002-06-18 | 1 | -1/+1 |
* | Compile in flockfile and friends by default | Eric Andersen | 2002-03-21 | 1 | -1/+1 |
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 1 | -14/+61 |
* | Several little additions and cleanups. Add getw() and putw(). | Eric Andersen | 2002-02-02 | 1 | -1/+1 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
* | Add missing ctermid. Also add putc and getc (in case they get | Eric Andersen | 2001-11-21 | 1 | -2/+3 |
* | This commit makes large file support actually work (when enabled in | Eric Andersen | 2001-10-17 | 1 | -8/+6 |
* | Add in tempnam() | Eric Andersen | 2001-05-17 | 1 | -1/+1 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 |
* | Update temp file handling and use a single function to do all | Eric Andersen | 2001-04-18 | 1 | -1/+1 |
* | Test for Config features using features.h. | Manuel Novoa III | 2001-03-18 | 1 | -15/+2 |
* | Hack long long support into scanf. For now, will fail for unsigned long longs | Manuel Novoa III | 2001-03-12 | 1 | -1/+4 |
* | stdio mostly rewritten... passes lots of tests now. | Manuel Novoa III | 2001-02-27 | 1 | -3/+3 |
* | Fix a couple of bugs in _fopen and fclose, plus change a few internals. | Manuel Novoa III | 2001-02-19 | 1 | -1/+3 |
* | Lots of stdio cleanups. Several bug fixes, addition of a number of functions | Manuel Novoa III | 2001-02-19 | 1 | -4/+7 |
* | Add vdprintf function. Note: will be rewritten to check if file descriptor h... | Manuel Novoa III | 2001-02-15 | 1 | -1/+1 |
* | Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah! | Manuel Novoa III | 2001-01-30 | 1 | -2/+11 |
* | Fixed (hopefully) 0-pad bug in printf. Added asprintf function. Reworked | Manuel Novoa III | 2001-01-27 | 1 | -1/+1 |
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -4/+5 |
* | Add in tmpnam() support from David Whedon <dwhedon@gordian.com>, | Eric Andersen | 2000-11-15 | 1 | -1/+1 |
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 1 | -4/+4 |
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
* | Add some more stuff -- {get|set}mntent, getline, getdelim, etc. | Eric Andersen | 2000-10-26 | 1 | -1/+1 |
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -1/+8 |
* | Makefile update | Eric Andersen | 2000-10-12 | 1 | -1/+1 |
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 1 | -1/+1 |
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -3/+8 |
* | Dependancy update | Eric Andersen | 2000-10-07 | 1 | -3/+0 |
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 1 | -26/+40 |
* | Add in snprintf and vsnprintf | Eric Andersen | 2000-08-11 | 1 | -1/+1 |
* | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | 2000-07-05 | 1 | -1/+0 |
* | Some more makefile fixes. | Erik Andersen | 2000-05-16 | 1 | -4/+5 |
* | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | 2000-05-14 | 1 | -8/+3 |
* | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1a | Erik Andersen | 2000-05-14 | 1 | -4/+4 |
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+53 |