about summary refs log tree commit diff
path: root/src/stdlib/strtol.c
Commit message (Expand)AuthorAgeFilesLines
* fix undefined behavior in strto* via FILE buffer pointer abuseRich Felker2018-09-151-8/+1
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* add ABI symbols for strtol family functionsRich Felker2013-07-261-0/+8
* clean up stdio_impl.hRich Felker2012-11-081-0/+3
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-6/+6
* use the new integer parser (FILE/shgetc based) for strtol, wcstol, etc.Rich Felker2012-04-161-13/+49
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+17