summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtol.c
Commit message (Collapse)AuthorAgeFilesLines
* strtol and atoi VERY broken in 8bit chars locale, i.e. if you pass somethingache1995-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.)
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+129
OpenPOWER on IntegriCloud