History log of /php-src/ext/standard/levenshtein.c (Results 51 – 69 of 69)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.

Revision tags: PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.

Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace

Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions

Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001

Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL
# 6b5c37a8 14-Dec-2000 Hartmut Holzgraefe

enforce lenght limit and catch out-ouf-memory conditions

Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 63e6b0b5 13-Dec-2000 Hartmut Holzgraefe

levenshtein() fixed, regression tests added (bug id #6562 and #7368)
# fallback to unoptimized version for 4.0.4 release

Revision tags: php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 8e0ae5d1 21-Aug-2000 Sascha Schumann

Cleaning up some mess

Revision tags: PRE_FILE_COMPILE_API_CHANGE
# b59e98b8 01-Aug-2000 Hartmut Holzgraefe

"undefined function" error message will now suggest similar named
functions as jikes compiler for java does (typo protection)

Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# d19a44a6 16-Jun-2000 Hartmut Holzgraefe

typo fix

# 87a491d7 16-Jun-2000 Hartmut Holzgraefe

C++ // comments are evil ...

Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch

# 4197a686 24-May-2000 Andrei Zmievski

@ Fixed min()/max() segfault. (Andrei)

# ee82f87c 23-May-2000 Hartmut Holzgraefe

one little unimportant detail (cut&paste is evil :)

# 251cda49 23-May-2000 Hartmut Holzgraefe

a little less optimized, but no dirty tricks anymore

# 5d10b23a 23-May-2000 Sascha Schumann

Make calc_levdist static and fix pointer swapping.

# 22dba603 23-May-2000 Andi Gutmans

- English fix.

# 4571d8dd 23-May-2000 Hartmut Holzgraefe

name changed from levdist() to levenshtein()
(although i bet we'll get a levenstein() alias some day)

# 0eb51100 23-May-2000 Hartmut Holzgraefe

added function "int levdist(string str1, string str2)"
that will calculate the Levenshtein distance between two
strings (faster and possibly more accurate than similar_text())

123