OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / stdio / scanf.c
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-16 Peter S. MazingerGet rid of warnings, use internals, create new hidden...
2005-12-09 Peter S. MazingerImplement hidden *scanf
2005-12-07 Peter S. MazingerHide more
2005-12-07 Peter S. MazingerHide *clnt|pmap|svc* and some rpc. inet/rpc is full...
2005-12-04 Peter S. MazingerMore hiding, 300 left
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-29 Peter S. MazingerHiding again
2005-11-27 Peter S. MazingerHide some wcs*
2005-11-21 Peter S. MazingerHide some
2005-11-15 Peter S. MazingerHide more of stdio,getdents, use internal __raise
2005-11-08 Peter S. MazingerRemove #define _STDIO_UTILITY, can't find any use of it
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2003-12-14 Manuel Novoa III Fix a couple of 'declaration after statement' errors.
2003-09-22 Manuel Novoa III Ugh... EOF handling by scanf was completely broken...
2003-09-13 Manuel Novoa III Fix a problem reported by Atsushi Nemoto <anemo@mba...
2003-09-06 Manuel Novoa III Implement vsnprintf (old_vfprintf only) and vsnscanf...
2003-08-18 Manuel Novoa III scanf %lc,%ls,%l[ would always set mb_fail on eof or...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-07-17 Manuel Novoa III Bug fix from Peter Kjellerstedt <peter.kjellerstedt...
2003-05-23 Manuel Novoa III Sorry. Changed this while fixing the last bug and...
2003-05-15 Manuel Novoa III Fix (hopefully) scanf behavior for nul bytes in the...
2002-09-06 Manuel Novoa III Patch from Tero_Lyytik�inen <tero@paravant.fi> to fix...
2002-08-25 Eric AndersenKill the HAS_LONG_LONG option. It really did not make...
2002-08-13 Manuel Novoa III __fsetlocking() and FILE field user_locking were comple...
2002-07-03 Manuel Novoa III Enable WCHAR support for C/POSIX stub locales.
2002-05-11 Manuel Novoa III Adjust preprocessor logic to initialize QUAL_CHARS...
2002-05-10 Manuel Novoa III Protect against ctype macros.
2002-04-01 Manuel Novoa III Forget to initialize thread locks for fake files. ...
2002-03-13 Manuel Novoa III Modified because of the new str to int funcs.
2002-03-12 Manuel Novoa III Swap in the new stdio code.
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-08-09 David McCulloughAdd in changes from philipc@lineo:
2001-05-21 Manuel Novoa III Add comment about scanf pushback behavior and glibc...
2001-03-23 Manuel Novoa III Bug fix from Peter Kjellerstedt <Peter.Kjellerstedt...
2001-03-19 Manuel Novoa III Since Erik apparently wants def/undef vs def 1/0...
2001-03-18 Manuel Novoa III Test for Config features using features.h.
2001-03-15 Manuel Novoa III Fix bug with %c... takes care of bug reported with...
2001-03-13 Manuel Novoa III New version of scanf, with floating point support.
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.
2000-11-17 Eric AndersenSome cleanups from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-10-09 Eric AndersenBug ugly formatting update
2000-07-06 Eric AndersenLots and lots of cleanups.
2000-05-14 Erik AndersenInitial revision