Commit Briefs


e9dabdfbdb Stefan Sperling

check for errors from fseek(3) in diff3.c's edscript()


ce09ab8d7c Stefan Sperling

check for errors from diff_output() in diff3.c


02b87977bd Stefan Sperling

convert remaining functions in diff3.c to struct got_error




1b550f7ee3 Stefan Sperling

bump version number


1b450cf1f6 Stefan Sperling

changes for 0.17 (tags/0.17)





50284065f7 Stefan Sperling

fix bogus error return introduced in previous commit





13555e04f0 Sebastien Marie

Show only whitelisted commit headers in 'got log'

Generic way to deal with gpgsig header or extra headers added by some tools. All headers still available via 'got cat' ok stsp@


500467ff1b Hiltjo Posthuma

getline: fix the return type to ssize_t and small nits



b077bccd43 Stefan Sperling

remove pointless oflag from struct diff3_state


4a669b4d30 Stefan Sperling

bump version number


eab2e76a21 Stefan Sperling

CHANGES for 0.16 (tags/0.16)


6dea73dfe7 Stefan Sperling

Replace fgetln() with getline()

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


303e14b5e9 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>.


83290b45b0 Stefan Sperling

Remove return value from diffreg's fetch()

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


8fbe07c208 Stefan Sperling

Remove unused variable in diffreg's fetch()