Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix and regression test for Bug #16473 | Hartmut Holzgraefe | 2002-04-07 | 1 | -14/+12 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Converting to use new parameter parsing API. | Andrei Zmievski | 2001-10-19 | 1 | -12/+7 |
| | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -6/+6 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -4/+4 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -11/+11 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -3/+15 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | enforce lenght limit and catch out-ouf-memory conditions | Hartmut Holzgraefe | 2000-12-14 | 1 | -4/+14 |
| | |||||
* | levenshtein() fixed, regression tests added (bug id #6562 and #7368) | Hartmut Holzgraefe | 2000-12-13 | 1 | -155/+43 |
| | | | | | # fallback to unoptimized version for 4.0.4 release | ||||
* | Cleaning up some mess | Sascha Schumann | 2000-08-21 | 1 | -2/+2 |
| | |||||
* | "undefined function" error message will now suggest similar named | Hartmut Holzgraefe | 2000-08-01 | 1 | -1/+1 |
| | | | | | functions as jikes compiler for java does (typo protection) | ||||
* | typo fix | Hartmut Holzgraefe | 2000-06-16 | 1 | -1/+1 |
| | |||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -15/+147 |
| | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -1/+1 |
| | |||||
* | @ Fixed min()/max() segfault. (Andrei) | Andrei Zmievski | 2000-05-24 | 1 | -1/+2 |
| | |||||
* | one little unimportant detail (cut&paste is evil :) | Hartmut Holzgraefe | 2000-05-23 | 1 | -1/+1 |
| | |||||
* | a little less optimized, but no dirty tricks anymore | Hartmut Holzgraefe | 2000-05-23 | 1 | -11/+5 |
| | |||||
* | Make calc_levdist static and fix pointer swapping. | Sascha Schumann | 2000-05-23 | 1 | -3/+11 |
| | |||||
* | - English fix. | Andi Gutmans | 2000-05-23 | 1 | -1/+1 |
| | |||||
* | name changed from levdist() to levenshtein() | Hartmut Holzgraefe | 2000-05-23 | 1 | -3/+3 |
| | | | | | (although i bet we'll get a levenstein() alias some day) | ||||
* | added function "int levdist(string str1, string str2)" | Hartmut Holzgraefe | 2000-05-23 | 1 | -0/+117 |
that will calculate the Levenshtein distance between two strings (faster and possibly more accurate than similar_text()) |