Revisions for framework/Text_Diff/Diff/Engine/native.php

Location: [ Horde ] / framework / Text_Diff / Diff / Engine / native.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.11 (+4 -3 lines) 09/10/2008 04:34 AM Jan Schneider jan

MFB

1.7.2.4 FRAMEWORK_3 (+5 -7 lines) 01/04/2008 05:38 AM Jan Schneider jan

MFH: Fixed assertion in the native engine with PHP 5 (PEAR Bug #12740).

Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2

1.7.2.3 FRAMEWORK_3 (+11 -9 lines) 01/04/2008 05:37 AM Jan Schneider jan

MFH: Comment style, wrapping.

1.10 (+5 -7 lines) 01/04/2008 05:27 AM Jan Schneider jan

Fixed assertion in the native engine with PHP 5 (PEAR Bug #12740).

Tags: RELEASE_1_0_0, RELEASE_1_0

1.9 (+10 -9 lines) 01/04/2008 05:07 AM Jan Schneider jan

Comment style, wrapping.

1.7.2.2 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:30 AM Jan Schneider jan

Happy New Year

1.8 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.7.2.1 FRAMEWORK_3 (+1 -1 lines) 12/20/2007 08:49 AM Jan Schneider jan

Merge from HEAD.

1.7 (+2 -2 lines) 12/02/2007 07:04 PM Chuck Hagenbuch chuck

Clarify LGPL license by linking to opensource.org instead of the
FSF/GNU site, which changes which version of the license is at what
URL.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2

1.6 (+1 -2 lines) 09/25/2007 05:59 PM Chuck Hagenbuch chuck

classes aren't private

Tags: HORDE_3_2_RC1, RELEASE_0_3_1

1.5 (+7 -3 lines) 09/21/2007 06:33 PM Chuck Hagenbuch chuck

more header/CS/phpdoc tweaks

1.4 (+2 -2 lines) 05/03/2007 10:39 AM Jan Schneider jan

Prevent error.
Bug: 4997

Tags: HORDE_3_2_ALPHA

1.3 (+2 -0 lines) 01/06/2006 10:56 AM Jan Schneider jan

$Horde$

Tags: RELEASE_0_2_1, RELEASE_0_2_0

1.2 (+2 -2 lines) 01/06/2006 10:56 AM Jan Schneider jan

PHP always casts strings to ints if they only consist of numbers and
whitespace. Thus " 1" == "  1", but " 1" !== "  1".
Fixes PEAR bug 6428.

1.1 12/27/2005 05:15 PM Jan Schneider jan

Split diff engines out to separate files and change Text_Diff()'s signature, maintaining BC.