| Commit message (Expand) | Author | Age | Files | Lines |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -2/+2 |
* | clean some dead code (with static analysis help) | Nuno Lopes | 2008-09-23 | 1 | -6/+6 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | - MFH: Make version_compare() also understand the lower case variant of "RC". | Derick Rethans | 2007-08-23 | 1 | -1/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | Updated protos & vim folding | Hannes Magnusson | 2006-06-26 | 1 | -2/+0 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-08-11 | 1 | -1/+1 |
* | - Fixed bug #21611 (version_compare() does not support "p" suffix) | foobar | 2003-08-05 | 1 | -1/+2 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | Fix warning. | Sebastian Bergmann | 2002-07-07 | 1 | -1/+1 |
* | * fix segfault in case of odd version numbers | Stig Bakken | 2002-07-05 | 1 | -3/+3 |
* | (PHP version_compare) added "alpha" and "beta", make tests pass | Stig Bakken | 2002-07-05 | 1 | -25/+52 |
* | @Fix segfault in version_compare() (Stig) | Stig Bakken | 2002-05-26 | 1 | -8/+17 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -3/+2 |
* | return boolean where appropriate | Stig Bakken | 2001-12-12 | 1 | -6/+6 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -1/+1 |
* | Convert to use new parameter parsing API. | Andrei Zmievski | 2001-10-19 | 1 | -10/+7 |
* | * remove version_{lt,le,gt,ge,eq} functions, added a third optional | Stig Bakken | 2001-10-11 | 1 | -60/+30 |
* | @Added version_{lt,le,gt,ge,eq} functions (Stig) | Stig Bakken | 2001-10-10 | 1 | -4/+73 |
* | @Added version_compare() function (Stig) | Stig Bakken | 2001-10-06 | 1 | -8/+11 |
* | * prototype of version_compare, doesn't work yet | Stig Bakken | 2001-10-05 | 1 | -0/+181 |