Commit Briefs

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()





4793d91bf3 Stefan Sperling

have got_object_parse_* check for zero-length input




3affba96cf Stefan Sperling

missing NULL check





e10c916e6a Hiltjo Posthuma

change "calloc" to "strdup" for strdup() NULL return value


d6fca0ba38 Hiltjo Posthuma

check calloc() for NULL return value


25dced9b43 Hiltjo Posthuma

fix possible memleak in worklist_add() if path is too long


27a741e587 Stefan Sperling

tog: fix cosmetic display issues involving \n and TABs


709ae9eb9c Stefan Sperling

fix markup errors around user.email in got.1


30db8c5430 Stefan Sperling

bump version number