A fork of Colin Percival's binary diff utilities, cleaned up and modernized for use during HackDuke 2014.
Like the original bsdiff
, this fork relies on bzip2 to compress its diffs.
- Replaced unportable
u_char
declarations withuint8_t
types. - Simplified the makefile.
- Fixed formatting.
- Replaced BSD-style
err
functions withfprintf()
/exit()
combinations.