Commit Briefs

Stefan Sperling

Add missing includes for time() and ctime()

These headers were implicitly used on OpenBSD, but building on Linux revealed that <time.h> wasn't included directly. diffreg.c uses ctime(), which additionally needs <sys/types.h>.


Stefan Sperling

Remove return value from diffreg's fetch()

The last use of this was removed in 0165cdf03ffac4c24334979832ad27554913d54c over a year ago.









Stefan Sperling

missing NULL check






Hiltjo Posthuma

check calloc() for NULL return value





Stefan Sperling

bump version number


Stefan Sperling

changes for 0.15 (tags/0.15)



Stefan Sperling

sync dist file list




Stefan Sperling

fix indentation in lib/worktree.c