summaryrefslogtreecommitdiffstats
path: root/libc/stdio/scanf.c
Commit message (Expand)AuthorAgeFilesLines
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-50/+64
* Get rid of warnings, use internals, create new hidden versionsPeter S. Mazinger2005-12-161-2/+2
* Implement hidden *scanfPeter S. Mazinger2005-12-091-20/+30
* Hide morePeter S. Mazinger2005-12-071-0/+2
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+1
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-011-8/+8
* Hiding againPeter S. Mazinger2005-11-291-0/+2
* Hide some wcs*Peter S. Mazinger2005-11-271-0/+1
* Hide somePeter S. Mazinger2005-11-211-2/+2
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-151-10/+10
* Remove #define _STDIO_UTILITY, can't find any use of itPeter S. Mazinger2005-11-081-1/+0
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-81/+146
* Fix a couple of 'declaration after statement' errors.Manuel Novoa III2003-12-141-1/+1
* Ugh... EOF handling by scanf was completely broken. :-( Regretably,Manuel Novoa III2003-09-221-67/+66
* Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>Manuel Novoa III2003-09-131-3/+7
* Implement vsnprintf (old_vfprintf only) and vsnscanf when uClibc isManuel Novoa III2003-09-061-13/+83
* scanf %lc,%ls,%l[ would always set mb_fail on eof or error,Manuel Novoa III2003-08-181-8/+22
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-527/+1843
* Bug fix from Peter Kjellerstedt <peter.kjellerstedt@axis.com>. vfscanf wasManuel Novoa III2003-07-171-1/+9
* Sorry. Changed this while fixing the last bug and forgot to change itManuel Novoa III2003-05-231-1/+1
* Fix (hopefully) scanf behavior for nul bytes in the stream when processingManuel Novoa III2003-05-151-6/+13
* Patch from Tero_Lyytik�inen <tero@paravant.fi> to fix bug in matchcharManuel Novoa III2002-09-061-0/+4
* Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen2002-08-251-16/+0
* __fsetlocking() and FILE field user_locking were completely broken. :-(Manuel Novoa III2002-08-131-0/+2
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-031-19/+19
* Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alphaManuel Novoa III2002-05-111-8/+8
* Protect against ctype macros.Manuel Novoa III2002-05-101-4/+6
* Forget to initialize thread locks for fake files. Thanks Erik.Manuel Novoa III2002-04-011-0/+4
* Modified because of the new str to int funcs.Manuel Novoa III2002-03-131-7/+8
* Swap in the new stdio code.Manuel Novoa III2002-03-121-23/+60
* Update to accomodate the header file changesEric Andersen2001-09-271-0/+1
* Add in changes from philipc@lineo:David McCullough2001-08-091-12/+15
* Add comment about scanf pushback behavior and glibc difference.Manuel Novoa III2001-05-211-0/+11
* Bug fix from Peter Kjellerstedt <Peter.Kjellerstedt@axis.com>.Manuel Novoa III2001-03-231-0/+7
* Since Erik apparently wants def/undef vs def 1/0...Manuel Novoa III2001-03-191-8/+8
* Test for Config features using features.h.Manuel Novoa III2001-03-181-20/+17
* Fix bug with %c... takes care of bug reported with busybox ps.Manuel Novoa III2001-03-151-3/+6
* New version of scanf, with floating point support.Manuel Novoa III2001-03-131-378/+545
* Hack long long support into scanf. For now, will fail for unsigned long longsManuel Novoa III2001-03-121-3/+20
* stdio mostly rewritten... passes lots of tests now.Manuel Novoa III2001-02-271-6/+6
* Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen2000-11-171-2/+3
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-151-10/+3
* Bug ugly formatting updateEric Andersen2000-10-091-425/+402
* Lots and lots of cleanups.Eric Andersen2000-07-061-27/+27
* Initial revision0_9_1Erik Andersen2000-05-141-0/+536