aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/wcstold.c
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Fix error reporting from wcstof()Eric van Gyzen2016-11-201-5/+8
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-8/+28
* Prepare to handle state-dependent encodings. This mainly involves notTim J. Robbins2004-04-071-2/+6
* Remove unused variables and function declarations. Add missing headers.Jacques Vidrine2004-01-061-2/+2
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.Tim J. Robbins2003-10-311-21/+3
* MFp4: Implementations of the wcstof() and wcstold() functions.Tim J. Robbins2003-03-131-0/+84