Commit Briefs


7f838b36bf Stefan Sperling

document status codes displayed by 'got update'


6353ad76e4 Stefan Sperling

make 'got update' merge file edits


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



acb209ee71 Stefan Sperling

restore support for D_NORMAL diffs of regular files


af45e62627 Stefan Sperling

get rid of xmalloc and err functions in buf.c



d947271fda Stefan Sperling

add unmodified rcsutil files from OpenRCS


89fd757a44 Stefan Sperling

add unmodified worklist.c and worlist.h from OpenRCS


74b37681cb Stefan Sperling

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