diff src/ChangeLog @ 102999:4dbc3b20d83b

(boyer_moore): Use zero as marker value for a possible match instead of depending on overflow behavior.
author Andreas Schwab <schwab@linux-m68k.org>
date Thu, 16 Apr 2009 09:30:45 +0000
parents 3292a88d45ce
children f5a6ea840fe4
line wrap: on
line diff
--- a/src/ChangeLog	Thu Apr 16 04:31:13 2009 +0000
+++ b/src/ChangeLog	Thu Apr 16 09:30:45 2009 +0000
@@ -1,3 +1,8 @@
+2009-04-16  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* search.c (boyer_moore): Use zero as marker value for a possible
+	match instead of depending on overflow behavior.
+
 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
 
 	* keyboard.c (adjust_point_for_property): Disable 2009-02-12