| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Reduce the number of unnecessary memmove() calls.
|
|
|
|
|
|
The null byte is whitespace, too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes build failure because assert.h was not included.
|
|
|
|
Remove the C list_head library and use type-safe C++ instead.
|
|
|
|
|
|
Provide the full API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Omit a few methods that are not applicable.
|
|
This was bugged, because it did not scale the "size".
|
|
|
|
|
|
Replaces g_str_has_suffix().
|
|
Replaces g_strstrip().
|
|
|
|
|