Revision: 1441
http://vcs.pcre.org/viewvc?view=rev&revision=1441
Author: zherczeg
Date: 2014-01-11 21:56:18 +0000 (Sat, 11 Jan 2014)
Log Message:
-----------
Fix wrong ChangeLog merge
Modified Paths:
--------------
code/trunk/ChangeLog
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2014-01-11 21:54:20 UTC (rev 1440)
+++ code/trunk/ChangeLog 2014-01-11 21:56:18 UTC (rev 1441)
@@ -65,7 +65,7 @@
enabled. This is not used in Windows, so I have put this test inside a
check for the presence of windows.h (which was already tested for).
-12. Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.
+14. Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.
The algorithm provides a way to skip certain starting offsets, and usually
faster than linear prefix searches.