Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | string_util.c: provide fallback strndup() implementation | Denis Krjuchkov | 2013-01-11 | 1 | -0/+26 |
| | | | | | This patch also adds extern "C" { } wrapper around string_util.h to allow its usage in C++ code | ||||
* | string_util: use const_cast in C++ mode | Max Kellermann | 2013-01-02 | 1 | -0/+4 |
| | |||||
* | gcc.h: re-add gcc_const and gcc_pure | Max Kellermann | 2012-08-02 | 1 | -4/+4 |
| | | | | Remove GLib dependency from some headers. | ||||
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | string_util: add function strchug_fast() | Max Kellermann | 2010-12-23 | 1 | -0/+41 |
| | | | | Replace g_strchug() calls with a cheaper implementation. | ||||
* | utils: move string_array_contains() to string_util.c | Max Kellermann | 2010-12-23 | 1 | -0/+36 |