mu/lib/utils
Todd Carson 1db7c5e263 Don't declare mu_str_size_s() with the const attribute.
When this function is declared const or pure, clang at -O1 or higher optimizes
away the call to mu_str_size_s() inside mu_str_size(), so that it ignores its
argument and returns whatever is in mu_str_size_s()'s static buffer.

Found when test-mu-str failed while testing an update of mu in OpenBSD's ports tree.
2020-07-26 12:05:56 +03:00
..
Makefile.am utils: Implement sexp command parser 2020-01-21 20:58:18 +02:00
mu-command-parser.cc mu-command-parser: do not allow unknown parameters 2020-02-22 14:11:54 +02:00
mu-command-parser.hh Fix typos 2020-05-12 23:56:55 +02:00
mu-date.c lib: split out utils to lib/utils 2019-12-22 15:26:45 +02:00
mu-date.h lib: split out utils to lib/utils 2019-12-22 15:26:45 +02:00
mu-error.hh lib/utils: Add Message error. 2020-01-31 00:23:00 +02:00
mu-log.c lib: split out utils to lib/utils 2019-12-22 15:26:45 +02:00
mu-log.h lib: split out utils to lib/utils 2019-12-22 15:26:45 +02:00
mu-sexp-parser.cc mu: sexp-parser: add support for negative numbers 2020-01-25 19:54:37 +02:00
mu-sexp-parser.hh mu: fix clang compilation 2020-01-24 00:21:53 +02:00
mu-str.c remove some dead code 2020-02-10 01:00:01 +02:00
mu-str.h Don't declare mu_str_size_s() with the const attribute. 2020-07-26 12:05:56 +03:00
mu-util.c use g_snprintf instead of snprintf 2020-01-07 23:17:15 +02:00
mu-util.h Fix typos 2020-05-12 23:56:55 +02:00
mu-utils.cc store: rework to allow for 'init' 2020-02-08 14:28:55 +02:00
mu-utils.hh Fix typos 2020-05-12 23:56:55 +02:00
test-command-parser.cc mu-command-parser: do not allow unknown parameters 2020-02-22 14:11:54 +02:00
test-mu-str.c remove some dead code 2020-02-10 01:00:01 +02:00
test-mu-util.c update for lib/utils split 2019-12-22 15:26:45 +02:00
test-sexp-parser.cc mu: sexp-parser: add support for negative numbers 2020-01-25 19:54:37 +02:00
test-utils.cc mu: ensure some struct members are initialized 2020-03-31 21:19:03 +03:00