Date: Sat, 28 Jun 2003 02:03:05 -0700 (PDT) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfscanf.c Message-ID: <200306280903.h5S936Em045685@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306280903.h5S936Em045685>
