Commit Briefs



Stefan Sperling

bump version number


Stefan Sperling

CHANGES for 0.16


Stefan Sperling

Replace fgetln() with getline()

getline() is, per the latter's OpenBSD man page, safer and more portable than fgetln().


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