aboutsummaryrefslogtreecommitdiffstats
path: root/src/string_util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* string_util.c: provide fallback strndup() implementationDenis Krjuchkov2013-01-111-0/+21
| | | | | This patch also adds extern "C" { } wrapper around string_util.h to allow its usage in C++ code
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* string_util: add function strchug_fast()Max Kellermann2010-12-231-0/+9
| | | | Replace g_strchug() calls with a cheaper implementation.
* utils: move string_array_contains() to string_util.cMax Kellermann2010-12-231-0/+38