index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdio
/
scanf.c
Age
Commit message (
Expand
)
Author
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-05-23
Sorry. Changed this while fixing the last bug and forgot to change it
Manuel Novoa III
2003-05-15
Fix (hopefully) scanf behavior for nul bytes in the stream when processing
Manuel Novoa III
2002-09-06
Patch from Tero_Lyytik�inen <tero@paravant.fi> to fix bug in matchchar
Manuel Novoa III
2002-08-25
Kill the HAS_LONG_LONG option. It really did not make a lot of
Eric Andersen
2002-08-13
__fsetlocking() and FILE field user_locking were completely broken. :-(
Manuel Novoa III
2002-07-03
Enable WCHAR support for C/POSIX stub locales.
Manuel Novoa III
2002-05-11
Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alpha
Manuel Novoa III
2002-05-10
Protect against ctype macros.
Manuel Novoa III
2002-04-01
Forget to initialize thread locks for fake files. Thanks Erik.
Manuel Novoa III
2002-03-13
Modified because of the new str to int funcs.
Manuel Novoa III
2002-03-12
Swap in the new stdio code.
Manuel Novoa III
2001-09-27
Update to accomodate the header file changes
Eric Andersen
2001-08-09
Add in changes from philipc@lineo:
David McCullough
2001-05-21
Add comment about scanf pushback behavior and glibc difference.
Manuel Novoa III
2001-03-23
Bug fix from Peter Kjellerstedt <Peter.Kjellerstedt@axis.com>.
Manuel Novoa III
2001-03-19
Since Erik apparently wants def/undef vs def 1/0...
Manuel Novoa III
2001-03-18
Test for Config features using features.h.
Manuel Novoa III
2001-03-15
Fix bug with %c... takes care of bug reported with busybox ps.
Manuel Novoa III
2001-03-13
New version of scanf, with floating point support.
Manuel Novoa III
2001-03-12
Hack long long support into scanf. For now, will fail for unsigned long longs
Manuel Novoa III
2001-02-27
stdio mostly rewritten... passes lots of tests now.
Manuel Novoa III
2000-11-17
Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,
Eric Andersen
2000-11-15
Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,
Eric Andersen
2000-10-09
Bug ugly formatting update
Eric Andersen
2000-07-06
Lots and lots of cleanups.
Eric Andersen
2000-05-14
Initial revision
Erik Andersen