index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
rcs
/
diff3.c
Age
Commit message (
Expand
)
Author
2007-01-02
- fix support for checking out binary files.
Niall O'Higgins
2006-10-24
Check that string length != 0 before setting buf[strlen(buf) - 1].
Ray Lai
2006-09-21
Add support to rcsdiff for all the other diff flags that
Todd C. Miller
2006-08-11
correctly handle merge(1) and rcsmerge(1) -e and -E flags; tests and OK ray@.
Xavier Santolaria
2006-08-08
let ed_patch_lines work with a c command that encompasses the last line
Marc Espie
2006-08-07
More strlcpy/strlcat -> snprintf/xasprintf cleanup.
Ray Lai
2006-07-08
Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We
Ray Lai
2006-06-03
- correctly handle binary files; say bye bye to using c strings for deltatexts.
Niall O'Higgins
2006-05-15
missing bits for a working merge(1). Built and enabled.
Xavier Santolaria
2006-05-10
Remove (size_t) casts on integer constants.
Ray Lai
2006-05-08
check for rcs_diffreg() return value; OK ray@.
Xavier Santolaria
2006-05-08
fix error/verbose messages to match gnu/usr.bin/rcs when using rcsmerge(1).
Xavier Santolaria
2006-05-04
finish work wrt TMPDIR; use xasprintf() to simplify code while in there;
Xavier Santolaria
2006-05-03
respect TMPDIR; OK ray@.
Xavier Santolaria
2006-04-29
Check return values for all strlcpy, and strlcat calls.
Ray Lai
2006-04-27
zap util.[ch] and move the content into rcsutil.[ch].
Xavier Santolaria
2006-04-26
fork our code we shared between openrcs/cvs into the openrcs dir.
Joris Vink