Revision history for Perl extension Search::WuManber.

0.30 Mon Sep 26 16:59:42 CEST 2011
	jw@suse.de, API change: arrays count (0..N-1) now, rather (1..N)
	inside the API it is still (1..N).

0.29 Mon Sep 26 14:40:57 CEST 2011
         jw@suse.de, revamped API. all external calls now start with
         wm_search_*(), no more manual allocation and initializations of
         struct WuManber *wm needed. wm_search_init() takes care of this.
         But using wm_search_defaults() wm_search_prep_pat() directly still 
         allowed. wm_search_text() now initializes the callback.

0.28 Wed Sep 21 14:15:40 CEST 2011
	- extended Makefiles to build a wumanber standalone binary.

0.27 Tue Jun 21 11:34:10 CEST 2011
	- added t/03-init-tables.t, it triggers a memory corruption.
	- fixed memory corruption. Thanks to valgrind.

0.26 Mon Jun 20 19:15:19 CEST 2011
	- added t/02-nomatch.t, works as expected.

0.25 Wed Mar  9 00:42:45 CET 2011
	- added t/*.t to MANIFEST, fixed pod syntax
	
0.24 Fri Nov 19 18:53:24 CET 2010
	- pacified perlcritic
	- converted demo.pl into t/01-demo.t, so that we have at least one selftest.

0.23 Thu May 20 18:05:58 CEST 2010
	- MANIFEST misses *.h *.c files.

0.22 Fri Jan 29 16:07:57 CEST 2010
	- rebased the C-part of the module on agrep-2.04

0.11 Sat Jan  9 18:03:58 CET 2010
	- made {return_string} optional. Default off.

0.03  Fri Aug 17 19:03:46 CEST 2007
	- using PREINIT to avoid compiler warnings.
	- using STRLEN type with SvPV avoids now all warnings.

0.02  Mon May 14 02:57:11 2007
	- first(), next(), advance() done.
	- BLOCKSIZE=3 hash code done. Required 
          blockcmp3_0x3f() instead of strncmp(). Sigh.

0.01  Sun May 13 15:54:18 2007
	- initial version; created after perldoc perlxstut.
	- init() done, verified t_shift with demo.pl to conform 
          to R.Stiebe's example.
