mc/lib/search
Denys Vlasenko 12891835f4 Ticket #2327: Can't put ? into a new name.
The bug is caused by extra "continue" statement in case '*'/case '?' branch.
As a result, \ is added to converted string, but following N is not.
Example: when one renames many files using "*" to "a*z", "a*z" gets converted to "a\z" instead of correct "a\1z"

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-10-27 13:48:32 +03:00
..
glob.c Ticket #2327: Can't put ? into a new name. 2010-10-27 13:48:32 +03:00
hex.c Ticket #2028: fixed memory leak in mc_search__hex_translate_to_regex() function. 2010-02-23 14:35:43 +03:00
internal.h Massive moved some dirs from $(srcdir)/src into $(srcdir)/lib 2010-01-26 10:30:22 +02:00
lib.c Ticket #1646: removed leading and trailing spaces in i18n resources. 2010-06-07 21:42:46 +04:00
Makefile.am Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
normal.c Ticket #2243: code cleanup before 4.7.3 release. 2010-07-05 21:35:18 +04:00
regex.c Ticket #2123: Fix to properly parse the replacement string 2010-07-08 22:15:09 +03:00
search.c Reimplemened codepages storage using GPtrArray. 2010-10-19 18:25:53 +04:00