Commit Briefs

bb63914a95 Stefan Sperling

make tmp dir location a compile-time setting and change gotweb's tmp dir

We are not sure whether a gotweb package can own /var/www/tmp on OpenBSD. Moving gotweb's tmp dir to /var/www/got/tmp sidesteps that issue.


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