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
/
rcsdiff.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2015-11-02
Allow rcsnum_free and buf_free to accept NULL and remove various NULL
Nicholas Marriott
2015-06-13
Convert xfree to free. From Fritjof Bornebusch. ok deraadt
Nicholas Marriott
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-12-01
An internal function called xrealloc() is actually a fail-hard
Theo de Raadt
2014-10-02
exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@
Otto Moerbeek
2013-04-16
remove wrong casts; ok millert
Theo de Raadt
2010-12-06
add missing header needed by futimes()
Charles Longeau
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
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-04-26
the message returned by usage() must fit on a 80-column display
Igor Sobrado
2007-02-27
As done in OpenCVS, general includes cleanup sweep. OK otto@.
Xavier Santolaria
2006-10-12
- convert some warnx() to warn(), which fixes a few stupidly un-informative e...
Niall O'Higgins
2006-09-22
- explain diff_options (which i renamed from "diff options")
Jason McIntyre
2006-09-21
Add support to rcsdiff for all the other diff flags that
Todd C. Miller
2006-07-31
Minor KNF.
Ray Lai
2006-07-08
Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We
Ray Lai
2006-06-04
- initialise path pointers to NULL since error code checks for that.
Niall O'Higgins
2006-05-27
Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),
Ray Lai
2006-05-09
Remove /* NOTREACHED */ comments, now that lint is smart about
Ray Lai
2006-05-08
err() and errx() should also exit with status 2;
Xavier Santolaria
2006-05-08
exit with status 2 after usage() too; pointed out by uwe@.
Xavier Santolaria
2006-05-05
- fix rcsdiff exit status on success/errors; now matches gnu/usr.bin/rcs.
Xavier Santolaria
2006-05-04
finish work wrt TMPDIR; use xasprintf() to simplify code while in there;
Xavier Santolaria
2006-04-29
Check return values for all strlcpy, and strlcat calls.
Ray Lai
2006-04-26
prevent file races by obtaining an fd for the RCS file and
Joris Vink
2006-04-26
fork our code we shared between openrcs/cvs into the openrcs dir.
Joris Vink
2006-04-25
fatal() -> err()/errx() as we try to not depend on heavy cvs_log().
Xavier Santolaria
2006-04-24
make the -r description match that in rcsmerge(1), as far as is possible;
Jason McIntyre
2006-04-24
be consistent in error messages for wrongly specified keyword substitution
Xavier Santolaria
2006-04-21
move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;
Xavier Santolaria
2006-04-21
remove overkill cvs_log() and rather use warn()/warnx().
Xavier Santolaria
2006-04-19
switch -q handling to bitwise flags; OK ray@ niallo@.
Xavier Santolaria
2006-04-14
spaces
Theo de Raadt
2006-04-14
- don't append the extension if it's already there (PR 5076).
Joris Vink
2006-04-13
clean up temporary files when we finish running.
Joris Vink
2006-04-13
*** empty log message ***
Ray Lai
2006-04-12
Clean up <rev> handling. Whenever a revision is specified after a
Ray Lai
2006-04-10
make sure we add the correct name mkstemp(3) creates for us
Joris Vink
2006-04-10
change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.
Xavier Santolaria
2006-04-06
-z can take no argument.
Xavier Santolaria
2006-03-30
add temporary files to the worklist before creating them, this prevents
Joris Vink
2006-03-24
Allow the -x flag to be used without an extension.
Ray Lai
2006-03-20
delint; cvs_buf_write_stmp() will never return non-zero:
Niall O'Higgins
2006-03-16
Follow exit() with /* NOTREACHED*/ for lint.
Ray Lai
2006-03-15
- zap filename arg in rcsdiff_rev() since its not used.
Niall O'Higgins
2006-03-08
make openrcs use the worklist framework to keep track of temporary files
Joris Vink
2006-03-07
-z support for RCS;
Joris Vink
[next]