Release Name: 0.0.3
Notes:
# gdiff / gpatch
## Description
The Generic Diff Format (GDIFF) can be used to efficiently describe the
differences between two arbirary files. The format does not make any
assumptions about the type or contents of the files, and thus can be used to
describe the differences between text files as well as binary files. The GDIFF
format is itself a binary file format.
## An implementation of the gdiff protocol
[Protocol description](http://www.w3.org/TR/NOTE-gdiff-19970901)
## Authors
This was implemented by Brian Schroeder with the help of Zed Shaws wonderfull
suffix-tree extension.
## License
GPL and ruby license if applicable (I have to ask zed).
Changes:
0.0.3
* Use print instead of puts, removing unneccessary newlines.
[Proposed by Leslie Vilijoen]
* Open files explicitly in binmode, to make it work under
windows. [Proposed by Leslie Vilijoen]
* Removed some signedness-errors from the suffixarray code.
* Made all the testcases pass again
0.0.2
* Removed bug, where gdiff crashed with certain large files.
[Reported by David Felstead]
0.0.1
* Improved documentation
* Releasing as a .gem, .tar.gz, .tar.bz2, and .zip.
* Improved interface
0.0.0
* Initial Release
|