6 years ago a551f2158d Stefan Sperling
diff3: make labels work and fix leaks
6 years ago 5d731149d3 Stefan Sperling
initialize temp_files in got_merge_diff3()
6 years ago abc6a33f6a Stefan Sperling
make readin() actually write to its output argument
6 years ago 25d0340b7e Stefan Sperling
get rid of an unused global in diff3 code
6 years ago 5176f942be Stefan Sperling
get rid of another global in diff3 code (diff output buffer)
6 years ago 9f98de9c49 Stefan Sperling
declare got_merge_diff3()
6 years ago 5a3ad9e051 Stefan Sperling
wrap overlong long line and fix NULL-deref in merge_diff3()
6 years ago 62f591725a Stefan Sperling
make diff3_merge() write result to an output file
6 years ago 0ec6f01486 Stefan Sperling
expand stupid argv-style parameters of merge_diff3()
6 years ago b90524b163 Stefan Sperling
check for errors from increase() in diff3 code
6 years ago dfc4f8fee4 Stefan Sperling
move more globals into diff state struct
6 years ago 0d26ce361e Stefan Sperling
fix known file descriptor leaks in diff3 code
6 years ago 078e971d4f Stefan Sperling
this is library code; store diff3 state in a struct, not globals
6 years ago c03c6cb3ff Stefan Sperling
make diff3 code compile
6 years ago 537a23663d Stefan Sperling
remove rcsutil code we won't need, and make the rest compile
6 years ago acb209ee71 Stefan Sperling
restore support for D_NORMAL diffs of regular files
6 years ago af45e62627 Stefan Sperling
get rid of xmalloc and err functions in buf.c
6 years ago f54c4c24c9 Stefan Sperling
get rid of xmalloc and a global declaration in worklist code
6 years ago d947271fda Stefan Sperling
add unmodified rcsutil files from OpenRCS
6 years ago 89fd757a44 Stefan Sperling
add unmodified worklist.c and worlist.h from OpenRCS
6 years ago 74b37681cb Stefan Sperling
add unmodified buf.c, buf.h, and diff3.c from OpenRCS
6 years ago c844a23886 Stefan Sperling
man page tweaks
6 years ago fdb730fe0d Stefan Sperling
remove an '#if 0' which was not intended for commit
6 years ago d9498b2018 Stefan Sperling
don't bother showing the HEAD ref in 'got log'
6 years ago d1688ce089 Stefan Sperling
remove a pointless error code