Date: Wed, 12 Mar 2003 22:29:53 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h src/lib/libc/locale Makefile.inc wcstod.3 wcstof.c wcstold.c Message-ID: <200303130629.h2D6TrMY097643@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/03/12 22:29:53 PST FreeBSD src repository Modified files: include wchar.h lib/libc/locale Makefile.inc wcstod.3 Added files: lib/libc/locale wcstof.c wcstold.c Log: MFp4: Implementations of the wcstof() and wcstold() functions. Revision Changes Path 1.34 +3 -0 src/include/wchar.h 1.43 +3 -2 src/lib/libc/locale/Makefile.inc 1.3 +24 -8 src/lib/libc/locale/wcstod.3 1.1 +84 -0 src/lib/libc/locale/wcstof.c (new) 1.1 +84 -0 src/lib/libc/locale/wcstold.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303130629.h2D6TrMY097643>