Commit Briefs


Stefan Sperling

repair DEBUG build



Stefan Sperling

rename 'debug.h' to 'diff_debug.h'






Stefan Sperling

move 'struct range' and related functions into the diff_ namespace

no functional change



Neels Hofmeyr

KNF: use max 80 columns



Neels Hofmeyr

Kill unused variables


Neels Hofmeyr

Fix macro diff_atom_*idx return value types

The macros sometimes returned unsigned int (atoms.len) or long int ((ATOM) - head). Make that always unsigned int, with some range checks against negative values.



Neels Hofmeyr

initial commit