Commit Briefs





Martin Pieuchot

Get rid of xmalloc.{c,h}.

malloc(3) & pread(3) errors will now be reported as GOT_ERR_NO_MEM. This does not improve the numbers of leaks in diffreg.c


Stefan Sperling

make tree diffing work


Stefan Sperling

pass output file to diffreg



Stefan Sperling

add todo comment about diffreg() arguments



Stefan Sperling

remove diff_args from global state as well




Stefan Sperling

move more globals into struct diff_state


Stefan Sperling

move 'file' array into diff state


Stefan Sperling

wrap global diff state in a struct


Stefan Sperling

wrap global diff arguments in a struct