summaryrefslogtreecommitdiff
path: root/stdio-common/vfscanf.c
AgeCommit message (Expand)Author
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-18Do not let scanf("%4p") accept "(nil)". Fixes bug 16055Ondřej Bílka
2013-10-31Fix parsing of 0e+0 as floatAndreas Schwab
2013-08-30Fix typos.Ondřej Bílka
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-04-11Don't accept exp char without preceding digits in scanf float parsingAndreas Schwab
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-08sscanf always calls reallocPaul Pluzhnikov
2011-09-09Fix boundary conditions in scanfUlrich Drepper
2011-09-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2007-12-07[BZ #5441, BZ #5452, BZ #5454]Ulrich Drepper
2007-10-28[BZ #5225]Ulrich Drepper
2007-09-18* include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper
2007-09-15* stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'Ulrich Drepper
2007-07-08* stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOFUlrich Drepper
2007-04-27(_IO_vfscanf_internal): Allow hexa-decimal floats without exponent.Ulrich Drepper
2007-02-20* stdio-common/printf_fp.c (___printf_fp): Cleanups and minorUlrich Drepper
2007-02-19* stdio-common/vfscanf.c: Small cleanups throughout.Ulrich Drepper
2007-02-19[BZ #2211]Ulrich Drepper
2007-02-18* stdio-common/vfscanf.c: Fix problems in width accounting.Ulrich Drepper
2007-02-18..Ulrich Drepper
2007-02-18* stdio-common/Makefile (tests): Add tst-swscanf.Ulrich Drepper
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper
2007-07-31.Jakub Jelinek
2006-05-06* stdio-common/vfscanf.c (memory_error): Remove definition. AddUlrich Drepper
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath
2005-04-26Correctly account for characters of decimal points right after +-.Ulrich Drepper
2005-04-24Fix parsing of decimal point after +-.Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2004-10-11Update.Ulrich Drepper
2004-04-20Update.Ulrich Drepper
2004-04-20Update.Ulrich Drepper
2004-03-24Update.Ulrich Drepper
2004-03-15Update.Ulrich Drepper
2003-09-06Update.Ulrich Drepper
2003-08-14Update.Ulrich Drepper
2003-04-15Update.Ulrich Drepper
2003-01-15Update.Ulrich Drepper
2002-08-25Update.Ulrich Drepper
2002-08-04Update.Ulrich Drepper
2002-07-11Update.Ulrich Drepper
2002-02-26Update.Ulrich Drepper
2002-02-26Update.Ulrich Drepper
2001-11-27Update.Ulrich Drepper
2001-08-24* sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied fromRoland McGrath