OSDN Git Service

Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at...
[uclinux-h8/uClibc.git] / libc / stdio / Makefile
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-04 "Steven J. Hill"Clean up pthread include mess. Some of these will be...
2005-09-21 Peter S. Mazingerenable flockfile and friends if threads are not enabled
2005-01-25 Mike Frysingermerge parallel build support
2004-02-13 Manuel Novoa III Oops.. The custom stream funcs should only be compiled...
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-09-06 Manuel Novoa III Implement vsnprintf (old_vfprintf only) and vsnscanf...
2003-09-05 Manuel Novoa III Always build _store_inttype since it is used by the...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-06-18 Manuel Novoa III Fix perror() and printf("%m") to not call strerror...
2002-03-21 Eric AndersenCompile in flockfile and friends by default
2002-03-12 Manuel Novoa III Swap in the new stdio code.
2002-02-02 Eric AndersenSeveral little additions and cleanups. Add getw()...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-21 Eric AndersenAdd missing ctermid. Also add putc and getc (in case...
2001-10-17 Eric AndersenThis commit makes large file support actually work...
2001-05-17 Eric AndersenAdd in tempnam()
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-04-18 Eric AndersenUpdate temp file handling and use a single function...
2001-03-18 Manuel Novoa III Test for Config features using features.h.
2001-03-12 Manuel Novoa III Hack long long support into scanf. For now, will fail...
2001-02-27 Manuel Novoa III stdio mostly rewritten... passes lots of tests now.
2001-02-19 Manuel Novoa III Fix a couple of bugs in _fopen and fclose, plus change...
2001-02-19 Manuel Novoa III Lots of stdio cleanups. Several bug fixes, addition...
2001-02-15 Manuel Novoa III Add vdprintf function. Note: will be rewritten to...
2001-01-30 Manuel Novoa III Fix a couple of bugs in printf. Add floating pt output...
2001-01-27 Manuel Novoa III Fixed (hopefully) 0-pad bug in printf. Added asprintf...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-10-26 Eric AndersenAdd some more stuff -- {get|set}mntent, getline, getdel...
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-12 Eric AndersenMakefile update
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-09 Eric AndersenBug ugly formatting update
2000-10-07 Eric AndersenDependancy update
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-08-11 Eric AndersenAdd in snprintf and vsnprintf
2000-07-05 Eric AndersenMany bugfixes, header cleanups, etc. Added abort and...
2000-05-16 Erik AndersenSome more makefile fixes.
2000-05-14 Erik AndersenSome makefile updates to make it behave a bit better...
2000-05-14 Erik AndersenPatch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control...
2000-05-14 Erik AndersenInitial revision