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
2012-03-04
In preparation for getline and getdelim additions to libc, rename getline()
Federico G. Schwindt
2011-04-20
Remove some unneeded includes and dead code, from Michael W Bombardieri.
Nicholas Marriott
2010-07-28
Make BUFs autoextend by default. This was already done in OpenCVS
Ray Lai
2010-07-23
Reduce variable/function name and whitespace differences between
Ray Lai
2010-07-23
Rename a bunch of variables and functions, removing the cvs_/rcs_
Ray Lai
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-02-25
Checking if a file is ASCII should only be done when diffing, because
Ray Lai
2008-03-02
Make sure that temporary file has been successfully opened.
Tobias Stoeckmann
2007-12-23
increase the marker buffers, they are not big enough for hg merge
Ted Unangst
2007-09-10
Proper use of fseek/fseeko macros.
Tobias Stoeckmann
2007-07-03
Rename rcs_diffreg() to diffreg().
Ray Lai
2007-06-30
Sync revisions and time buffers size to be consistent with each others.
Xavier Santolaria
2007-05-29
Since xrealloc dies on failure it is safe to directly assign to the
Ray Lai
2007-02-27
As done in OpenCVS, general includes cleanup sweep. OK otto@.
Xavier Santolaria
2007-02-22
Fix const inconsistencies, void pointer artithmetic;
Xavier Santolaria
2007-01-11
remove some un-needed buffer NUL-termination. in openrcs, diff3 is already N...
Niall O'Higgins
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