summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcstold.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare to handle state-dependent encodings. This mainly involves nottjr2004-04-071-2/+6
| | | | | taking shortcuts when it comes to storing and passing around conversion states.
* Remove unused variables and function declarations. Add missing headers.nectar2004-01-061-2/+2
|
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.tjr2003-10-311-21/+3
| | | | | | | when the current implementation won't use it, anyway. Just pass NULL. This will need to be changed when state-dependent encodings are supported, but there's no need to take the performance hit in the meantime.
* MFp4: Implementations of the wcstof() and wcstold() functions.tjr2003-03-131-0/+84
OpenPOWER on IntegriCloud