aboutsummaryrefslogtreecommitdiff
path: root/scripts/phpdiff.php
Commit message (Expand)AuthorAgeFilesLines
* phpdiff.php fix for PHP 8.petko2024-05-071-2/+2
* Add $EnableLocalTimes (default disabled) and styles, add HandleDiffList(). $R...petko2021-12-271-1/+1
* Updates for PHP 8.1, hide warnings, add PSFT() replacement for strftime() and...petko2021-12-201-2/+2
* Forms: remove "target" attribute (broke PmForm); add HTML5 input types "email...petko2015-08-261-2/+3
* Replace deprecated split() with explode(); Add $WordDiffFunction default to P...petko2010-02-191-2/+3
* Add some stopwatch timings for phpdiff and for blocklists.pmichaud2007-06-101-0/+2
* Added some diff optimizations.pmichaud2007-04-151-45/+56
* Updated copyright dates.pmichaud2005-09-291-1/+1
* Removed trailing ?> to help vms (and other) installspmichaud2005-04-231-1/+0
* Fixed Nils name.pmichaud2004-11-251-1/+1
* Removed blank lines as candidates for shortest-path search.pmichaud2004-10-211-2/+4
* Fixed bug where it wasn't finding a short replacement string.pmichaud2004-10-021-2/+2
* Passing by reference too much of a pain.pmichaud2004-10-021-1/+1
* Fixed problem with missing newline at end of file.pmichaud2004-10-021-4/+4
* First version of PHP-based diff algorithm.pmichaud2004-10-011-0/+102