Age | Commit message (Collapse) | Author |
|
strangly VS2003 didn't complain, VS2005 did. Thanks glx
|
|
tolower() on a whole string and apply it in the places this was used.
|
|
for example from the integrated nightly, so validate the network-input when it is received
- CodeChange: added str_validate(char *str) function that checks if a string contains only printable characters and if not, replaces those characters by question marks. Also move IsValidAsciiChar() to string.h
|
|
|
|
|
|
introduce stre{cpy,cat}, see string.h for their semantics
|