mc/lib/search
Andreas Mohr d013592eb4 (mc_search__translate_replace_glob_to_regex): cleanup compile warning.
glob.c:143:21: warning: implicit conversion loses integer precision: 'int' to 'char' [-Wconversion]
                c = ++cnt;
                  ~ ^~~~~
Signed-off-by: Andreas Mohr <and@gmx.li>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2016-07-29 09:32:04 +03:00
..
Makefile.am PCRE_CFLAGS are CPPFLAGS, actually. 2012-12-18 16:27:49 +04:00
glob.c (mc_search__translate_replace_glob_to_regex): cleanup compile warning. 2016-07-29 09:32:04 +03:00
hex.c Update copyright years. 2016-01-01 11:48:10 +03:00
internal.h Use STR_E_NOTFOUND message where required. 2016-01-01 11:48:08 +03:00
lib.c lib/search/lib.c: cleanup -Wcast-qual warning. 2016-04-16 10:23:43 +03:00
normal.c Update copyright years. 2016-01-01 11:48:10 +03:00
regex.c Do not recreate "String not found" error string every time. 2016-05-22 14:16:19 +03:00
search.c (mc_search_set_error): cleanup compile warning on older gcc compilers: 2016-07-29 09:29:36 +03:00