| Commit message (Expand) | Author | Age | Files | Lines |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -50/+64 |
* | Get rid of warnings, use internals, create new hidden versions | Peter S. Mazinger | 2005-12-16 | 1 | -2/+2 |
* | Implement hidden *scanf | Peter S. Mazinger | 2005-12-09 | 1 | -20/+30 |
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -0/+2 |
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 1 | -0/+1 |
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -0/+1 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -8/+8 |
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -0/+2 |
* | Hide some wcs* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+1 |
* | Hide some | Peter S. Mazinger | 2005-11-21 | 1 | -2/+2 |
* | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger | 2005-11-15 | 1 | -10/+10 |
* | Remove #define _STDIO_UTILITY, can't find any use of it | Peter S. Mazinger | 2005-11-08 | 1 | -1/+0 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -81/+146 |
* | Fix a couple of 'declaration after statement' errors. | Manuel Novoa III | 2003-12-14 | 1 | -1/+1 |
* | Ugh... EOF handling by scanf was completely broken. :-( Regretably, | Manuel Novoa III | 2003-09-22 | 1 | -67/+66 |
* | Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Manuel Novoa III | 2003-09-13 | 1 | -3/+7 |
* | Implement vsnprintf (old_vfprintf only) and vsnscanf when uClibc is | Manuel Novoa III | 2003-09-06 | 1 | -13/+83 |
* | scanf %lc,%ls,%l[ would always set mb_fail on eof or error, | Manuel Novoa III | 2003-08-18 | 1 | -8/+22 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 1 | -527/+1843 |
* | Bug fix from Peter Kjellerstedt <peter.kjellerstedt@axis.com>. vfscanf was | Manuel Novoa III | 2003-07-17 | 1 | -1/+9 |
* | Sorry. Changed this while fixing the last bug and forgot to change it | Manuel Novoa III | 2003-05-23 | 1 | -1/+1 |
* | Fix (hopefully) scanf behavior for nul bytes in the stream when processing | Manuel Novoa III | 2003-05-15 | 1 | -6/+13 |
* | Patch from Tero_Lyytik�inen <tero@paravant.fi> to fix bug in matchchar | Manuel Novoa III | 2002-09-06 | 1 | -0/+4 |
* | Kill the HAS_LONG_LONG option. It really did not make a lot of | Eric Andersen | 2002-08-25 | 1 | -16/+0 |
* | __fsetlocking() and FILE field user_locking were completely broken. :-( | Manuel Novoa III | 2002-08-13 | 1 | -0/+2 |
* | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | 2002-07-03 | 1 | -19/+19 |
* | Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alpha | Manuel Novoa III | 2002-05-11 | 1 | -8/+8 |
* | Protect against ctype macros. | Manuel Novoa III | 2002-05-10 | 1 | -4/+6 |
* | Forget to initialize thread locks for fake files. Thanks Erik. | Manuel Novoa III | 2002-04-01 | 1 | -0/+4 |
* | Modified because of the new str to int funcs. | Manuel Novoa III | 2002-03-13 | 1 | -7/+8 |
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 1 | -23/+60 |
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -0/+1 |
* | Add in changes from philipc@lineo: | David McCullough | 2001-08-09 | 1 | -12/+15 |
* | Add comment about scanf pushback behavior and glibc difference. | Manuel Novoa III | 2001-05-21 | 1 | -0/+11 |
* | Bug fix from Peter Kjellerstedt <Peter.Kjellerstedt@axis.com>. | Manuel Novoa III | 2001-03-23 | 1 | -0/+7 |
* | Since Erik apparently wants def/undef vs def 1/0... | Manuel Novoa III | 2001-03-19 | 1 | -8/+8 |
* | Test for Config features using features.h. | Manuel Novoa III | 2001-03-18 | 1 | -20/+17 |
* | Fix bug with %c... takes care of bug reported with busybox ps. | Manuel Novoa III | 2001-03-15 | 1 | -3/+6 |
* | New version of scanf, with floating point support. | Manuel Novoa III | 2001-03-13 | 1 | -378/+545 |
* | Hack long long support into scanf. For now, will fail for unsigned long longs | Manuel Novoa III | 2001-03-12 | 1 | -3/+20 |
* | stdio mostly rewritten... passes lots of tests now. | Manuel Novoa III | 2001-02-27 | 1 | -6/+6 |
* | Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>, | Eric Andersen | 2000-11-17 | 1 | -2/+3 |
* | Add in tmpnam() support from David Whedon <dwhedon@gordian.com>, | Eric Andersen | 2000-11-15 | 1 | -10/+3 |
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -425/+402 |
* | Lots and lots of cleanups. | Eric Andersen | 2000-07-06 | 1 | -27/+27 |
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+536 |