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