Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strtol and atoi VERY broken in 8bit chars locale, i.e. if you pass something | ache | 1995-08-01 | 1 | -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 Sources | rgrimes | 1994-05-27 | 1 | -0/+129 |