mc/lib/search
Mooffie eff4d74743 (mc_search__hex_translate_to_regex): remove explicit handling of 0x prefixes.
scanf("%x") knows to eat up this prefix[1][2], so we don't need to do this
ourselves.

[1] K&R's "The C Programming Language" documents "%x" as "hexadecimal
    integer (with or without leading 0x or 0X)"
[2] http://pubs.opengroup.org/onlinepubs/9699919799/functions/scanf.html

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2016-12-04 09:55:27 +03:00
..
glob.c (mc_search__translate_replace_glob_to_regex): cleanup compile warning. 2016-07-29 09:32:04 +03:00
hex.c (mc_search__hex_translate_to_regex): remove explicit handling of 0x prefixes. 2016-12-04 09:55:27 +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
Makefile.am PCRE_CFLAGS are CPPFLAGS, actually. 2012-12-18 16:27:49 +04: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_run): document the return value. 2016-11-21 13:12:55 +03:00