summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtol.c
Commit message (Collapse)AuthorAgeFilesLines
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-1/+1
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* strtol and atoi VERY broken in 8bit chars locale, i.e. if you pass somethingAndrey A. Chernov1995-08-011-1/+3
| | | | | | | | | like 38400<any 8bit char, isalpha> it not detect this stuff and produce very big number instead. Fixed by operating with unsigned char and checking for isascii. (secure/telnetd hits by it f.e.) Notes: svn path=/head/; revision=9843
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+129
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573