pinax / diff-match-patch
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Brian Rosner (author)
Tue Aug 11 18:13:47 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
LICENSE.txt | Mon Mar 30 23:30:26 -0700 2009 | |
| |
README.txt | Mon Mar 30 23:30:26 -0700 2009 | |
| |
diff_match_patch.py | Tue Aug 11 18:12:14 -0700 2009 | |
| |
diff_match_patch_test.py | Tue Aug 11 18:12:14 -0700 2009 | |
| |
setup.py | Tue Aug 11 18:13:47 -0700 2009 |
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.
