Télécharger la liste

Description du projet

The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files. It uses memory files as file abstraction to achieve both performance and portability. For binary files, it implements both (with some modification) the algorithm described in "File System Support for Delta Compression" by Joshua P. MacDonald and the algorithm described in "Fingerprinting By Random Polynomials" by Michael O. Rabin. For text files, it follows directives described in "An O(ND) Difference Algorithm and Its Variations" by Eugene W. Myers. Memory files used by the library are basically a collection of buffers that store the file content.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-09 04:25
0.6

Cette version ajoute la possibilité de spécifier un allocateur de mémoire au lieu d'utiliser le malloc / set / gratuit realloc. La documentation a été révisé.
Tags: Minor feature enhancements
This release adds the ability to specify a memory allocator instead of using the malloc/free/realloc set. The documentation has been revised.

2003-10-03 05:43
0.4

Cette version améliore la taille (en) différentielle binaire et implementes le textuel merge3 () la fonction.
Tags: Minor feature enhancements
This version improves the (size) binary differential and implementes the textual merge3() function.

2003-07-02 16:11
0.3

L'heuristique diff a été amélioré, et des exemples d'utilisation ont été ajoutés. Axe nettoyage du code a été fait.
Tags: Minor feature enhancements
The diff heuristic was improved, and usage examples were added. Minor code cleanup was done.

2003-06-28 04:19
0.1

Tags: Initial freshmeat announcement

Project Resources