Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make strtod conforms manpage, use isspace to skip initial whitespaces | ache | 1995-08-01 | 1 | -7/+3 |
| | | | | instead of hardcoded whitespaces | ||||
* | Similar changes like in strtol, all this family is VERY broken | ache | 1995-08-01 | 5 | -5/+15 |
| | | | | in 8bit environment (isalpha at the end of digits) | ||||
* | 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.) | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 10 | -71/+78 |
| | |||||
* | Fix a missing _hash() to prevent namespace pollution with the db/hash routines. | jkh | 1995-03-28 | 1 | -5/+7 |
| | | | | | | | Grrr. If the dbhash routines weren't grossly overengineered I wouldn't even need to do this! :-( Also now export the hash_stats routine. Manpage coming RSN - I promise. | ||||
* | Hash 8bit chars without sign extension | ache | 1995-03-26 | 1 | -3/+8 |
| | |||||
* | Add the strhash family of routines. They provide a number of features | jkh | 1995-03-26 | 2 | -2/+416 |
| | | | | | that the db/hash functions don't, and they're much simpler to use for low-overhead string hashing. | ||||
* | Don't attempt to lstat() the POSIXLY invalid empty pathname. | bde | 1995-02-25 | 1 | -1/+1 |
| | | | | | realpath() still accepts "" as an arg and converts it to a canonical pathname for the current directory. | ||||
* | u_int -> unsigned int, so that we don't have to include <sys/types.h> | bde | 1994-09-05 | 1 | -2/+2 |
| | | | | or depend on <stdio.h> bogusly including it. | ||||
* | First crack at making libc work with the new make macros. It compiles on | wollman | 1994-08-05 | 1 | -4/+8 |
| | | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r1573, | rgrimes | 1994-05-27 | 62 | -0/+9451 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 62 | -0/+9451 |
| | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 2 | -0/+250 |