DragonFly commits List (threaded) for 2009-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.0.763.g35e0c master include wchar.h lib/libc/locale Makefile.inc _wcstod.h wcstod.c wcstof.c wcstold.c
commit 35e0c06af99b4b06e645ffe4e4efdbf296b6c057
Author: Peter Avalos <pavalos@dragonflybsd.org>
Date: Sun Apr 19 02:09:36 2009 +0000
Add wcstof() and wcstold() functions.
Obtained-from: NetBSD
Summary of changes:
include/wchar.h | 3 +
lib/libc/locale/Makefile.inc | 3 +-
lib/libc/locale/_wcstod.h | 126 ++++++++++++++++++++++++++++++++++++++++++
lib/libc/locale/wcstod.c | 105 ++--------------------------------
lib/libc/locale/wcstof.c | 41 ++++++++++++++
lib/libc/locale/wcstold.c | 41 ++++++++++++++
6 files changed, 220 insertions(+), 99 deletions(-)
create mode 100644 lib/libc/locale/_wcstod.h
create mode 100644 lib/libc/locale/wcstof.c
create mode 100644 lib/libc/locale/wcstold.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/35e0c06af99b4b06e645ffe4e4efdbf296b6c057
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]