Age | Commit message (Collapse) | Author |
|
It's more readable to write "M_StringEndsWith(..." than doing a bunch of
pointer arithmetic, and this is a common pattern. Also add
M_StringStartsWith, M_StringJoin and M_StringCopy. The latter is a
safe alternative for strcpy() that works the same as OpenBSD's
strlcpy(). Use these functions in a few places where it makes sense.
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 704
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 385
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 287
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 236
|
|
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 229
|