pinax / diff-match-patch

This URL has Read+Write access

name age message
file LICENSE.txt Mon Mar 30 23:30:26 -0700 2009 first commit [Jannis Leidel]
file README.txt Mon Mar 30 23:30:26 -0700 2009 first commit [Jannis Leidel]
file diff_match_patch.py Tue Aug 11 18:12:14 -0700 2009 updated diff_match_patch code to latest release... [Brian Rosner]
file diff_match_patch_test.py Tue Aug 11 18:12:14 -0700 2009 updated diff_match_patch code to latest release... [Brian Rosner]
file setup.py Tue Aug 11 18:13:47 -0700 2009 updated version [Brian Rosner]
README.txt
Diff, Match and Patch Library
http://code.google.com/p/google-diff-match-patch/
Neil Fraser

Java:
* diff_match_patch.java
* diff_match_patch_test.java

JavaScript:
* diff_match_patch.js
  This file has been compressed using http://dean.edwards.name/packer/
* diff_match_patch_uncompressed.js
* diff_match_patch_test.html

Python:
* diff_match_patch.py
* diff_match_patch_test.py

C++: (ported by Mike Slemmer)
* diff_match_patch.pro
* diff_match_patch.h
* diff_match_patch.cpp
* diff_match_patch_test.h
* diff_match_patch_test.cpp

Demos: (in JavaScript)
* demo_diff.html
* demo_match.html
* demo_patch.html

**** NOTE ****

Pinax only contains the Python version of diff-match-patch.