2005-07-11 TSUCHIYA Masatoshi * Saryer.pm ($VERSION): Release 0.30. * Saryer.xs: Use sary_searcher_* instead of saryer_*. * Makefile.PL: Use `pkg-config' instead of `sary-config'. * t/09-continuous-region.t: Use `--encoding' option instead of `--codeset' option when calling `mksary'. 2002-02-02 TSUCHIYA Masatoshi * Saryer.pm (new): Accept options which specify the array file. (search): Call `perl_saryer_search' with the length of the query. (icase_search): Ditto. * Saryer.xs (perl_saryer_new): Call `saryer_new2' instead of `saryer_new'. (perl_saryer_search): Call `saryer_search2' instead of `saryer_search'. (perl_saryer_icase_search): Call `saryer_icase_search2' instead of `saryer_icase_search'. * t/01-new-destroy.t, t/02-search-get.t, t/03-isearch-get.t, t/04-context-lines.t, t/05-tagged-region.t, t/06-grep.t, t/07-look.t, t/08-old-style-new.t: Simplified. * t/09-continuous-region.t, t/10-new-with-array.t: New tests. 2001-12-15 TSUCHIYA Masatoshi * Saryer.pm (new): Use `isa'. This change is sueggested by Keiichiro Nagano . (look): Fixed. * MANIFEST: Add new test set files. 2001-12-15 TSUCHIYA Masatoshi * Saryer.pm: Version 0.20. Documents updated and cleaned up. (grep, look): New methods. * t/06-grep.t, t/07-look.t, t/08-old-style-new.t: New test set. * t/0[12345]-*.t: Fixed. 2000-12-18 NOKUBI Takatsugu * Saryer.pm: Version 0.10. * t/05-tagged-region.t: Added a file. * t/0[34]-*.t: Added some files. * Saryer.xs (perl_saryer_icase_search): Fixed segfault bug. * Saryer.pm (sort_occurrences): Added. * t/02-search-get.txt: Added a new test. * Fixed runtime bugs. 2000-12-13 NOKUBI Takatsugu * MANIFEST: Added a new file t/01-new-destroy.t. * Saryer.pm : Standard features ware implemented. * Saryer.xs (perl_saryer_search): Fixed to handle return value of saryer_search(). 2000-12-12 NOKUBI Takatsugu * Saryer.xs: Implemented perl_saryer_new(). Implemented perl_saryer_search(). * Saryer.pm: Added some comments. 2000-11-24 NOKUBI Takatsugu * Renamed Sary.* -> Saryer.*. 2000-11-21 NOKUBI Takatsugu * Initial code (currently not worked).