summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtol.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The 0x (or 0X) prefix in base 16 is optional so only skip over themillert2017-07-061-3/+3
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-131-1/+2
* Make sure that the following functions return 0 and EINVAL asschwarze2014-09-131-4/+3
* add some prototypes, casts, includes, parenthesis, and whatnot totedu2013-04-171-4/+4
* Ensure that the base provided to strtol(3) is between 2 and 36 inclusive,jsing2012-11-181-1/+12
* zap remaining rcsid.espie2005-08-081-4/+1
* ansi + de-registerpat2005-03-301-9/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Fix RCS idstholo1996-08-191-2/+1
* be very careful in case of signed charsderaadt1996-07-271-3/+3
* from netbsd; Rearrange to avoid sign problems with GCC.deraadt1995-12-211-22/+43
* initial import of NetBSD treederaadt1995-10-181-0/+130