summaryrefslogtreecommitdiff
path: root/libc/stdio
AgeCommit message (Expand)Author
2005-11-21tabs -> spacesMike Frysinger
2005-11-21tabs -> spacesMike Frysinger
2005-11-21Hide some morePeter S. Mazinger
2005-11-21Hide somePeter S. Mazinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-21Don't build empty objects, remove unused vars, update copyrightPeter S. Mazinger
2005-11-20fix tab issue properly by not using tabsMike Frysinger
2005-11-20You included the wrong file. Check your work better next time. You get a big ..."Steven J. Hill"
2005-11-20Tab clean-up."Steven J. Hill"
2005-11-19dont want to delete the 64.c files anymoreMike Frysinger
2005-11-19simplify Makefile rules for handling of LFS files by tweaking the way we comp...Mike Frysinger
2005-11-19touchup whitespaceMike Frysinger
2005-11-19make sure we pull in features.hMike Frysinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2005-11-15Update copyright noticePeter S. Mazinger
2005-11-15Hide some internally used functionsPeter S. Mazinger
2005-11-08Remove #define _STDIO_UTILITY, can't find any use of itPeter S. Mazinger
2005-11-08make cp silentMike Frysinger
2005-11-05Change comment size_t _fpmaxtostr to ssize_tPeter S. Mazinger
2005-11-03Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger
2005-11-02tweak rules so we dont have to copy the .c files to get 64bit versionsMike Frysinger
2005-11-01Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger
2005-11-01Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter 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-22weaks moved after the related function so gcc4 won't warnPeter S. Mazinger
2005-09-21enable flockfile and friends if threads are not enabledPeter S. Mazinger
2005-07-30Sigh... I wasn't checking for output errors. NIST/PCTS caught it.Manuel Novoa III
2005-07-28Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III
2005-03-21Forgot to change name of builtin buffer during last rewrite.Manuel Novoa III
2005-03-17Revert last commit. If I had wanted to include that patch, I would have doneManuel Novoa III
2005-03-16http://bugs.uclibc.org/view.php?id=165Mike Frysinger
2005-02-14When I broke up the stdio code, the "support pre C99 compilers" va_copy compatManuel Novoa III
2005-02-09Define va_copy for pre-C99 compilers (code taken from vfprintf.c).Peter Kjellerstedt
2005-01-25merge parallel build supportMike Frysinger
2005-01-19Avoid compiler warnings.Peter Kjellerstedt
2004-05-07Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III
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
2004-01-02Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh)Manuel Novoa III
2004-01-02Oops... temporarily support the old stdio code.Manuel Novoa III
2004-01-02Rewrite popen for SUSv3 compliance.Manuel Novoa III
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-12-14Fix a couple of 'declaration after statement' errors.Manuel Novoa III
2003-11-19Fix the return value for fputs when passed an empty string.Manuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-09-23Quick fix to make sure vfprintf always checks stream orientation whenManuel Novoa III
2003-09-22Modify _stdio_READ to conform with C99, as stdio input behavior uponManuel Novoa III