Age | Commit message (Expand) | Author |
2005-11-15 | Update copyright notice | Peter S. Mazinger |
2005-11-15 | Hide some internally used functions | Peter S. Mazinger |
2005-11-08 | Remove #define _STDIO_UTILITY, can't find any use of it | Peter S. Mazinger |
2005-11-08 | make cp silent | Mike Frysinger |
2005-11-05 | Change comment size_t _fpmaxtostr to ssize_t | Peter S. Mazinger |
2005-11-03 | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with... | Peter S. Mazinger |
2005-11-02 | tweak rules so we dont have to copy the .c files to get 64bit versions | Mike Frysinger |
2005-11-01 | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-10-04 | Clean up pthread include mess. Some of these will be needed to support NPTL, ... | "Steven J. Hill" |
2005-09-22 | weaks moved after the related function so gcc4 won't warn | Peter S. Mazinger |
2005-09-21 | enable flockfile and friends if threads are not enabled | Peter S. Mazinger |
2005-07-30 | Sigh... I wasn't checking for output errors. NIST/PCTS caught it. | Manuel Novoa III |
2005-07-28 | Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc | Manuel Novoa III |
2005-03-21 | Forgot to change name of builtin buffer during last rewrite. | Manuel Novoa III |
2005-03-17 | Revert last commit. If I had wanted to include that patch, I would have done | Manuel Novoa III |
2005-03-16 | http://bugs.uclibc.org/view.php?id=165 | Mike Frysinger |
2005-02-14 | When I broke up the stdio code, the "support pre C99 compilers" va_copy compat | Manuel Novoa III |
2005-02-09 | Define va_copy for pre-C99 compilers (code taken from vfprintf.c). | Peter Kjellerstedt |
2005-01-25 | merge parallel build support | Mike Frysinger |
2005-01-19 | Avoid compiler warnings. | Peter Kjellerstedt |
2004-05-07 | Fix a couple of issues in configurations I hadn't tested. | Manuel Novoa III |
2004-02-13 | Oops.. The custom stream funcs should only be compiled if wanted. | Manuel Novoa III |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |
2004-01-02 | Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh) | Manuel Novoa III |
2004-01-02 | Oops... temporarily support the old stdio code. | Manuel Novoa III |
2004-01-02 | Rewrite popen for SUSv3 compliance. | Manuel Novoa III |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-12-14 | Fix a couple of 'declaration after statement' errors. | Manuel Novoa III |
2003-11-19 | Fix the return value for fputs when passed an empty string. | Manuel Novoa III |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-09-23 | Quick fix to make sure vfprintf always checks stream orientation when | Manuel Novoa III |
2003-09-22 | Modify _stdio_READ to conform with C99, as stdio input behavior upon | Manuel Novoa III |
2003-09-22 | Ugh... EOF handling by scanf was completely broken. :-( Regretably, | Manuel Novoa III |
2003-09-13 | Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Manuel Novoa III |
2003-09-08 | Signifcantly speed out integer to string conversion for printf. | Manuel Novoa III |
2003-09-06 | Implement vsnprintf (old_vfprintf only) and vsnscanf when uClibc is | Manuel Novoa III |
2003-09-05 | Always build _store_inttype since it is used by the new scanf. | Manuel Novoa III |
2003-09-05 | Oops... Forgot to convert this to the new floating point conversion func. | Manuel Novoa III |
2003-09-01 | Fix precision bug for %g conversion specifier when using %f style. | Manuel Novoa III |
2003-08-18 | scanf %lc,%ls,%l[ would always set mb_fail on eof or error, | Manuel Novoa III |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-07-17 | Bug fix from Peter Kjellerstedt <peter.kjellerstedt@axis.com>. vfscanf was | Manuel Novoa III |
2003-07-14 | Yikes! This was doing another lock instead of unlocking the stream. | Manuel Novoa III |
2003-06-27 | Do not let isatty mess up errno | Eric Andersen |
2003-06-24 | Change 'undefined behavior' of fflush() on readonly or reading streams | Manuel Novoa III |
2003-05-23 | Sorry. Changed this while fixing the last bug and forgot to change it | Manuel Novoa III |