summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtol.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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