Date: Sun, 15 Sep 2002 01:38:52 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h src/lib/libc/locale Makefile.inc wcstod.3 wcstod.c Message-ID: <200209150838.g8F8cqru063238@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/09/15 01:38:52 PDT
Modified files:
include wchar.h
lib/libc/locale Makefile.inc
Added files:
lib/libc/locale wcstod.3 wcstod.c
Log:
Add wcstod() as a wrapper around strtod(). It does not handle any characters
that strtod() does not (alternate digit characters, etc. are not handled).
Revision Changes Path
1.26 +1 -0 src/include/wchar.h
1.38 +3 -2 src/lib/libc/locale/Makefile.inc
1.1 +54 -0 src/lib/libc/locale/wcstod.3 (new)
1.1 +105 -0 src/lib/libc/locale/wcstod.c (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209150838.g8F8cqru063238>
