cvs commit: src/lib/libc/stdio vfscanf.c
David Schultz
das at FreeBSD.org
Sat Jun 28 02:03:08 PDT 2003
das 2003/06/28 02:03:05 PDT
FreeBSD src repository
Modified files:
lib/libc/stdio vfscanf.c
Log:
Revamp scanf's floating-point-parsing algorithm to support
[+|-]Inf, [+|-]NaN, nan(...), and hexidecimal FP constants.
While here, add %a and %A, which are aliases for %e, and
add support for long doubles.
Reviewed by: standards@
Revision Changes Path
1.32 +172 -94 src/lib/libc/stdio/vfscanf.c
More information about the cvs-src
mailing list