Revision history for Tree-Suffix 0.22 Wed Mar 4 00:32:38 UTC 2015 - Added non-maintaining notice. - Added Devel::CheckLib to configure_requires, instead of bundling it. RT #91418, #102498 - Silence some compiler warnings. 0.21 Wed Sep 2 19:12:48 UTC 2009 - Used Devel::CheckLib - Updated ppport.h. - Moved author tests to separate directory. - Added TODO test for RT #43650. 0.20 Thu Jun 5 16:58:32 UTC 2008 - No changes. - Prevented erroneous automated build failure reports from CPAN testers. 0.19 Mon Sep 24 12:34:35 CDT 2007 - Updated ppport.h. - Used warnings in tests. 0.18 Sun Aug 5 20:18:27 GMT 2007 - Made author tests optional. 0.17 Tue Jul 24 13:05:34 GMT 2007 - Used Proc::ProcessTable in tests, instead of `ps`. 0.16 Mon Jun 4 17:33:42 GMT 2007 - RT #23674: Used string indexes, not ids. 0.15 Sun Jun 3 08:34:14 GMT 2007 - RT #24865: Fixed memory leak in find(). - Updated ppport.h. - Minor change to code formatting and style. 0.14 Thu Apr 13 11:47:37 GMT 2006 - Updated Makefile.PL to look in environment variables for lib and inc dirs. 0.13 Tue Mar 21 11:06:59 GMT 2006 - Used typemap. 0.12 Mon Mar 13 02:16:22 GMT 2006 - Corrected find() to abide by ISO C90 by moving declaration before code. - Changed tests to use 'is' instead of 'ok' to provide better error reports. 0.11 Sun Mar 12 17:40:55 GMT 2006 - Prevented warnings from undefined arguments. 0.10 Sun Mar 12 08:43:25 GMT 2006 - Fixed find() to prevent bus error when given undefined input. - Updated string() to return empty string instead of undef. - Updated allow_duplicates to get the current flag value if it is called without an argument. 0.09 Sat Mar 11 06:03:14 GMT 2006 - Fixed string() to avoid returning "" when start pos == string length. 0.08 Sat Mar 11 06:03:14 GMT 2006 - Fixed new() and insert() to accept integers. - Updated find() to return matched positions in list context. - Added string() to return substring matching given position. 0.07 Sun Mar 5 22:52:55 GMT 2006 - Added match, search aliases for find() - Made memleak test manditory to enforce use of newer libstree version. - strings() now returns string indices in list context. 0.06 Fri Mar 3 11:06:29 GMT 2006 - Added documentation and tests for allow_duplicates(). - Updated remove() to also remove duplicates. - Added tests for pod. 0.05 Thu Mar 2 21:39:52 GMT 2006 - Added find() method. 0.04 Wed Mar 1 15:20:59 GMT 2006 - Added note to use libstree version >= 0.4.2 and removed workaround to lfs. 0.03 Mon Feb 27 13:28:56 GMT 2006 - Added missing prerequisite for Test::More. 0.02 Sat Feb 25 18:45:09 GMT 2006 - Updated insert() to return the count of successfully inserted strings. 0.01 Sun Feb 19 06:01:11 GMT 2006 - Initial distribution.