Commit Briefs


2a1b94d029 Stefan Sperling

repair DEBUG build



e4464189bc Stefan Sperling

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


44cf49504c Neels Hofmeyr

patience: error handling from diff_atoms_same()




3e6cba3a54 Stefan Sperling

replace enum diff_rc errors with plain errno values


d362ea2e85 Stefan Sperling

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

no functional change



0d27172a82 Neels Hofmeyr

KNF: use max 80 columns


61a7b57805 Neels Hofmeyr

KNF: function declaration return types on separate line


826c8cf159 Neels Hofmeyr

Kill unused variables


15ac50e24f 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.



3b0f3d6191 Neels Hofmeyr

initial commit