Max Kellermann
|
14df240f5b
|
OpusReader: don't use strndup()
Eliminate the fallback strndup() and strnlen() implementations.
|
2013-04-09 01:03:44 +02:00 |
|
Max Kellermann
|
8155784990
|
string_util: add fallback for strnlen()
Usually, when strndup() is not available, strndup() isn't either,
because both are POSIX 2008.
|
2013-01-27 21:43:27 +01:00 |
|
Denis Krjuchkov
|
a98aa66620
|
string_util.c: provide fallback strndup() implementation
This patch also adds extern "C" { } wrapper around string_util.h
to allow its usage in C++ code
|
2013-01-11 13:51:39 +06:00 |
|
Max Kellermann
|
4b0b8315a9
|
string_util: use const_cast in C++ mode
|
2013-01-02 20:22:59 +01:00 |
|
Max Kellermann
|
8e331cfc65
|
gcc.h: re-add gcc_const and gcc_pure
Remove GLib dependency from some headers.
|
2012-08-02 19:12:18 +02:00 |
|
Max Kellermann
|
c6cbcc2c25
|
copyright year 2011
|
2011-01-29 10:13:54 +01:00 |
|
Max Kellermann
|
5462f34ed0
|
string_util: add function strchug_fast()
Replace g_strchug() calls with a cheaper implementation.
|
2010-12-23 16:23:20 +01:00 |
|
Max Kellermann
|
0958ed5844
|
utils: move string_array_contains() to string_util.c
|
2010-12-23 16:23:04 +01:00 |
|