Commit Briefs

937e0e5871 Stefan Sperling

fix build on sparc64 (uninitialized variable) (tags/0.18)



d136cfcb98 Stefan Sperling

show original file content in conflict markers










e45311301f Stefan Sperling

do not leak open file in diff3.c's readin() error paths



50351dee7e Stefan Sperling

remove unused 'pr' argument from diff3.c's skip() function



e19660d59f Stefan Sperling

some whitespace fixes in diff3.c



950435fdd3 Stefan Sperling

remove pointless debug code from diff3.c



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




500467ff1b Hiltjo Posthuma

getline: fix the return type to ssize_t and small nits