summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcstof.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.
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.tjr2003-10-311-23/+5
| | | | | | | 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