Skip to content

woodruffw-hackathons/bsdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bsdiff

A fork of Colin Percival's binary diff utilities, cleaned up and modernized for use during HackDuke 2014.

Dependencies:

Like the original bsdiff, this fork relies on bzip2 to compress its diffs.

Changes:

  • Replaced unportable u_char declarations with uint8_t types.
  • Simplified the makefile.
  • Fixed formatting.
  • Replaced BSD-style err functions with fprintf()/exit() combinations.

About

A fork of Colin Percival's binary diff utilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages