Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-02 | Several little additions and cleanups. Add getw() and putw(). | Eric Andersen | |
Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-11-21 | Add missing ctermid. Also add putc and getc (in case they get | Eric Andersen | |
undefined which is a valid thing to do) -Erik | |||
2001-10-17 | This commit makes large file support actually work (when enabled in | Eric Andersen | |
the config file). I've tested this and it works for me. -Erik | |||
2001-05-17 | Add in tempnam() | Eric Andersen | |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | |
tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | |||
2001-04-18 | Update temp file handling and use a single function to do all | Eric Andersen | |
the heavy lifting (most of the heavy lifting stolen from glibc, but reduced a bit). | |||
2001-03-18 | Test for Config features using features.h. | Manuel Novoa III | |
2001-03-12 | Hack long long support into scanf. For now, will fail for unsigned long longs | Manuel Novoa III | |
that are greater that long long max, but works well enough to support interface in busybox. Just a temporary measure until scanf.c is rewritten. | |||
2001-02-27 | stdio mostly rewritten... passes lots of tests now. | Manuel Novoa III | |
printf now supports long double, plus some bug fixes. | |||
2001-02-19 | Fix a couple of bugs in _fopen and fclose, plus change a few internals. | Manuel Novoa III | |
2001-02-19 | Lots of stdio cleanups. Several bug fixes, addition of a number of functions | Manuel Novoa III | |
to supplement macros in stdio.h, change perror to use stdio package instead of "write". Also add back in weak stdio initialization for static lib case. | |||
2001-02-15 | Add vdprintf function. Note: will be rewritten to check if file descriptor ↵ | Manuel Novoa III | |
has an associated FILE to avoid bad interactions with buffered output, but needed for busybox right now and that implementation has the same bug. | |||
2001-01-30 | Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah! | Manuel Novoa III | |
Modified stdio/Makefile to build printf.c according to Config values for HAS_FLOATS and HAS_LONG_LONG. | |||
2001-01-27 | Fixed (hopefully) 0-pad bug in printf. Added asprintf function. Reworked | Manuel Novoa III | |
the *s*printf functions to no longer use a static fake file. | |||
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
2000-11-15 | Add in tmpnam() support from David Whedon <dwhedon@gordian.com>, | Eric Andersen | |
rework include/stdio.h, and fix up the resultant damage. | |||
2000-11-04 | Fix doc blunder. | Eric Andersen | |
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
2000-10-26 | Add some more stuff -- {get|set}mntent, getline, getdelim, etc. | Eric Andersen | |
2000-10-20 | Strip all object files of all non global symbols and .note and | Eric Andersen | |
.comment, saving a lot of space in the resultant binaries... -Erik | |||
2000-10-12 | Makefile update | Eric Andersen | |
2000-10-11 | Finish reorganizing things. At least I think I've finished. | Eric Andersen | |
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-10-07 | Dependancy update | Eric Andersen | |
2000-10-04 | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | |
-Erik | |||
2000-08-11 | Add in snprintf and vsnprintf | Eric Andersen | |
-Erik | |||
2000-07-05 | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | |
It is getting closer... -Erik | |||
2000-05-16 | Some more makefile fixes. | Erik Andersen | |
-Erik | |||
2000-05-14 | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | |
-Erik | |||
2000-05-14 | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com> | Erik Andersen | |
to allow uC-libc to compile under x86. -Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |