Fixing bug in HTML diff when the word '0' is encountered. Thanks siebrand for reporting
[lhc/web/wiklou.git] / includes / Diff.php
2008-08-21 Guy Van den BroeckFixing bug in HTML diff when the word '0' is encountere...
2008-08-21 Aryeh GregorDo not use PHP 5.2.0 functions in core, kthx.
2008-08-18 Guy Van den BroeckUsing referenses inside of foreach loops.
2008-08-18 Roan KattouwCleaned up HTMLDiff implementation for readability:
2008-08-18 Guy Van den BroeckPerformance improvements to diff algorithms
2008-08-15 Guy Van den BroeckNew implementation of wikidiff3 algorithm replacing...
2008-08-06 Alexandre EmsenhuberFor compatibility with PHP 5.0, it does not accept...
2008-08-05 Alexandre Emsenhuber* Remove useless ?> in Diff.php
2008-08-05 Guy Van den BroeckAlternative experimental diff implementation. Enable...