summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfscanf.c
AgeCommit message (Expand)Author
2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg
2013-04-19Add scanf_l and wscanf_l families.joerg
2012-03-15- ansify, knf.christos
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2010-12-16Observe the following spelling:wiz
2009-01-30sign-compare fixlukem
2008-08-28Ignore whitespace in format string from Andy Shevchenkochristos
2007-04-01bring in FreeBSD's vfscanf() to gain multi-byte/collation support.christos
2006-02-16- s/notyet/WIDE_DOUBLE/christos
2003-12-30Add support for scanf "hh" format modifiers - we use it in int_fmtio.hmartin
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-27Fix handing of -ve hexadecimal numbers in the %i format. Fixesthorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-05-24* Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h.thorpej
2001-12-07- make FILE structure extensible without breaking binary-compatibility.yamt
2001-12-02C99: Recognize %F here, too.kleink
2001-04-28* Move definitions of exact-width integer types from <machine/types.h>kleink
2000-03-08Replace internal use of strto{,u}q() with strto{,u}ll().kleink
2000-01-21Need to include "reentrant.h" for FLOCKFILE macros.wrstuden
2000-01-21Do file locking.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-11-15delintchristos
1998-10-25Don't return immediately if EOF encountered while matching format string whitekleink
1998-07-27Delint (partially).mycroft
1998-07-26const poisoning.mycroft
1998-02-03remove obsolete register declarationsperry
1997-12-19Change several functions to return -1 instead of EOF, which was semanticallykleink
1997-07-13Fix RCSID'schristos
1996-03-29Add explict function return typesjtc
1995-03-22Added "long long" support %ll{d,x,o,i}.jtc
1995-02-25when you have a quad and want to assign to a pointer, you must say:cgd
1995-02-02Merged with 4.4lite.jtc
1995-01-30Handle long doubles.jtc
1995-01-27Added support for quad_t and u_quad_t's with the 'q' flag.jtc
1995-01-26Removed conflicting "backwards compatibility" code to make scanfjtc
1994-09-19Move FLOATING_POINT definition into Makefile.inc.mycroft
1994-05-22_VA_LIST_ -> _BSD_VA_LIST_cgd
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-07-12Make declarations match prototypes.mycroft
1993-07-09update for better FP routines, from AT&T & elsewherecgd
1993-04-18Make arguments match prototypes.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd