summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcstod.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add wcstof(3) and wcstold(3).kettenis2009-01-131-118/+5
| | | | ok miod@
* Fix conversion of numbers without an exponent.kettenis2008-10-051-4/+4
| | | | ok martynas@
* Add a few missing functions so that wctype.h/wchar.h are more or lessespie2005-07-011-0/+126
uptodate, namely, wcsto(u)l(l) family, wcstod, stubs from wctrans/towctrans crank minor. okay millert@, jmc@.