History log of /openbsd-src/lib/libc/locale/wcstod.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 416b788c 13-Jan-2009 kettenis <kettenis@openbsd.org>

Add wcstof(3) and wcstold(3).

ok miod@


# 8c3128dc 05-Oct-2008 kettenis <kettenis@openbsd.org>

Fix conversion of numbers without an exponent.

ok martynas@


# 38311d31 01-Jul-2005 espie <espie@openbsd.org>

Add a few missing functions so that wctype.h/wchar.h are more or less
uptodate, namely, wcsto(u)l(l) family, wcstod, stubs from wctrans/towctrans

crank minor.

okay millert@, jmc@.