Commit Briefs

638f902404 Stefan Sperling

rename got_error_prefix_errno() to got_error_from_errno()


230a42bdc6 joshua stein

got_error_from_errno -> got_error_prefix_errno

also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)


01a4495616 Stefan Sperling

declare conflict marker strings in got_lib_diff.h


fb43ecf150 Stefan Sperling

check for errors from fclose()


cbe7f84890 Stefan Sperling

check for fflush() errors


57ee5d5084 Stefan Sperling

allow callers of diff3 code to detect merge conflicts


a551f2158d Stefan Sperling

diff3: make labels work and fix leaks


5d731149d3 Stefan Sperling

initialize temp_files in got_merge_diff3()


abc6a33f6a Stefan Sperling

make readin() actually write to its output argument


25d0340b7e Stefan Sperling

get rid of an unused global in diff3 code



9f98de9c49 Stefan Sperling

declare got_merge_diff3()



62f591725a Stefan Sperling

make diff3_merge() write result to an output file


0ec6f01486 Stefan Sperling

expand stupid argv-style parameters of merge_diff3()


b90524b163 Stefan Sperling

check for errors from increase() in diff3 code


dfc4f8fee4 Stefan Sperling

move more globals into diff state struct


0d26ce361e Stefan Sperling

fix known file descriptor leaks in diff3 code



c03c6cb3ff Stefan Sperling

make diff3 code compile


74b37681cb Stefan Sperling

add unmodified buf.c, buf.h, and diff3.c from OpenRCS