about summary refs log tree commit diff
path: root/src/stdlib/wcstod.c
Commit message (Expand)AuthorAgeFilesLines
* fix undefined behavior in wcsto[ld] family functionsRich Felker2020-04-241-2/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-0/+1
* clean up stdio_impl.hRich Felker2012-11-081-0/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-3/+3
* further fixes to leading space issue (forgot the wide versions)Rich Felker2012-04-191-3/+5
* implement wcstod and familyRich Felker2012-04-161-0/+61