K 10 svn:author V 5 gabor K 8 svn:date V 27 2011-06-28T15:19:45.782857Z K 7 svn:log V 677 - Add fixed string matching code. It is not tested yet but compiles with WARNS=6 and tries to suit TRE's coding style for future upstream submission. This code will be used to match literal and literal + .$^ patterns with a fixed string matching algorithm, which is currently the quick search algorithm but may be switched to Boyer-Moore or some variant if it proves more efficient. This is also a base for heuristical matching, where the heavy regex matching algorithm is only used for smaller contexts that possibly match the regular expression. The code is not integrated yet to TRE, those changes will follow. This code has been refactored from BSD grep. END