about summary refs log tree commit diff
path: root/src/stdlib/wcstol.c
Commit message (Expand)AuthorAgeFilesLines
* fix undefined behavior in wcsto[ld] family functionsRich Felker2020-04-241-2/+1
* clean up stdio_impl.hRich Felker2012-11-081-0/+4
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-6/+6
* further fixes to leading space issue (forgot the wide versions)Rich Felker2012-04-191-2/+4
* avoid hitting eof in wcstolRich Felker2012-04-161-2/+3
* use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc.Rich Felker2012-04-161-14/+71
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+18