summaryrefslogtreecommitdiff
path: root/ext/standard/levenshtein.c
Commit message (Expand)AuthorAgeFilesLines
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-3/+15
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* enforce lenght limit and catch out-ouf-memory conditionsHartmut Holzgraefe2000-12-141-4/+14
* levenshtein() fixed, regression tests added (bug id #6562 and #7368)Hartmut Holzgraefe2000-12-131-155/+43
* Cleaning up some messSascha Schumann2000-08-211-2/+2
* "undefined function" error message will now suggest similar namedHartmut Holzgraefe2000-08-011-1/+1
* typo fixHartmut Holzgraefe2000-06-161-1/+1
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-15/+147
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
* @ Fixed min()/max() segfault. (Andrei)Andrei Zmievski2000-05-241-1/+2
* one little unimportant detail (cut&paste is evil :)Hartmut Holzgraefe2000-05-231-1/+1
* a little less optimized, but no dirty tricks anymoreHartmut Holzgraefe2000-05-231-11/+5
* Make calc_levdist static and fix pointer swapping.Sascha Schumann2000-05-231-3/+11
* - English fix.Andi Gutmans2000-05-231-1/+1
* name changed from levdist() to levenshtein()Hartmut Holzgraefe2000-05-231-3/+3
* added function "int levdist(string str1, string str2)"Hartmut Holzgraefe2000-05-231-0/+117