Merge branch '2396_find_whole_words'
commitb60f00df0d8d1d52840ad81ed6529672957d555c
authorSlava Zanko <slavazanko@gmail.com>
Mon, 1 Nov 2010 13:48:55 +0000 (1 15:48 +0200)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 1 Nov 2010 13:48:55 +0000 (1 15:48 +0200)
tree2ad8ee364f13e86a56c0a425d474bf1b8fea0968
parentca34026d46ac21f63c91a83ced2e46006171eb09
parent54a9e72250ee06f7b13201c4290d2d70726d666f
Merge branch '2396_find_whole_words'

* 2396_find_whole_words:
  Some optimization of loops in translation functions.
  Create strings with small preallocated sizes.
  mc_search__cond_struct_new_regex_ci_str(): get rid of extra string duplication.
  Minor optimization of translation function arguments.
  Avoid extra-allocation of string while prepare to regexp-search.
  Removed mc_search_cond_t->len (used mc_search_cond_t->str->len instead).
  Fixed bit operations in mc_search_regex__process_append_str()
  Code cleanup for avoid compiler warnings
  Ticket #2396 (Find File "Whole words" search bug)