notmuch/util
Austin Clements 9f0f30f7de util: Const version of strtok_len
Because of limitations in the C type system, we can't a strtok_len
that can work on both const string and non-const strings.  The C
library solves this by taking a const char* and returning a char*
in functions like this (e.g., strchr), but that's not const-safe.
Solve it by introducing strtok_len_c, a version of strtok_len for
const strings.
2014-08-06 09:56:36 -03:00
..
endian-util.h util: detect byte order 2013-11-27 07:43:29 -04:00
error_util.c Annotate internal_error with the attribute noreturn 2012-09-27 12:52:06 -03:00
error_util.h Annotate internal_error with the attribute noreturn 2012-09-27 12:52:06 -03:00
hex-escape.c hex-escape: (en|de)code strings to/from restricted character set 2012-12-02 09:14:59 -04:00
hex-escape.h hex-escape: (en|de)code strings to/from restricted character set 2012-12-02 09:14:59 -04:00
Makefile xutil.c: remove duplicate copies, create new library libutil.a to contain xutil. 2011-10-30 23:09:49 -03:00
Makefile.local util: add gz_readline 2014-04-12 07:59:44 -03:00
string-util.c util: Const version of strtok_len 2014-08-06 09:56:36 -03:00
string-util.h util: Const version of strtok_len 2014-08-06 09:56:36 -03:00
talloc-extra.c util: add talloc-extra.[ch] 2012-12-30 21:12:11 -04:00
talloc-extra.h util: add talloc-extra.[ch] 2012-12-30 21:12:11 -04:00
util.c util: add gz_readline 2014-04-12 07:59:44 -03:00
util.h util: add gz_readline 2014-04-12 07:59:44 -03:00
xutil.c xregcomp: don't consider every regex compilation failure an internal error. 2011-10-30 23:10:38 -03:00
xutil.h remove GCC visibility pragmas 2011-10-31 09:05:07 -03:00
zlib-extra.c util: add gz_readline 2014-04-12 07:59:44 -03:00
zlib-extra.h util: add gz_readline 2014-04-12 07:59:44 -03:00