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
/
rcsmerge.c
Age
Commit message (
Expand
)
Author
2006-10-12
- convert some warnx() to warn(), which fixes a few stupidly un-informative e...
Niall O'Higgins
2006-08-11
correctly handle merge(1) and rcsmerge(1) -e and -E flags; tests and OK ray@.
Xavier Santolaria
2006-08-01
Reduce rcs_buf_release() usage, improving binary support.
Ray Lai
2006-05-27
Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),
Ray Lai
2006-05-14
warnx(); return(); --> errx();
Xavier Santolaria
2006-05-10
treat first file passed as argument only; issue a warning for others.
Xavier Santolaria
2006-05-09
move -e to compat land; pointed out by ray
Jason McIntyre
2006-05-09
Remove /* NOTREACHED */ comments, now that lint is smart about
Ray Lai
2006-05-08
properly handle exit code 1; OK ray@.
Xavier Santolaria
2006-05-08
correctly handle the `no input file' case.
Xavier Santolaria
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-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-25
The -r flag without an argument signifies HEAD for rcsmerge as well.
Ray Lai
2006-04-24
- move -A into compat land
Jason McIntyre
2006-04-24
-r is not optional: simplify its synopsis, but improve its description;
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-21
switch -p handling to bitwise flags; OK ray@.
Xavier Santolaria
2006-04-19
switch -q handling to bitwise flags; OK ray@ niallo@.
Xavier Santolaria
2006-04-14
Add missing usage() calls.
Ray Lai
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-03-24
Allow the -x flag to be used without an extension.
Ray Lai
2006-03-23
- cvs_buf_putc() will never return non-zero
Xavier Santolaria
2006-03-16
Follow exit() with /* NOTREACHED*/ for lint.
Ray Lai
2006-03-14
add an argument to cvs_diff3() to be able to handle verbosity of
Xavier Santolaria
2006-03-08
fix usage();
Xavier Santolaria
2006-03-08
respect -q; pointed out by Ray Lai.
Xavier Santolaria
2006-03-07
-z support for RCS;
Joris Vink
2006-03-06
move compat flags into a STANDARDS section;
Jason McIntyre
2006-03-06
adapt informative message if we are sending output to stdout.
Xavier Santolaria
2006-03-06
if the submitted rev(s) is/are the same as the head rev, skip the process
Xavier Santolaria
2006-01-05
cleanup, move log.h and rcs.h inclusion into rcsprog.h;
Xavier Santolaria
2006-01-02
#include's cleanup; ok joris@ niallo@.
Xavier Santolaria
2005-12-10
switch to xmalloc stuff, me and xsa@ agreed on this a long
Joris Vink
2005-11-28
sync usage() for `-xsuffixes';
Xavier Santolaria
2005-11-21
enable `-xsuffixes' support as it has been added a few days ago
Xavier Santolaria
2005-11-02
print RCS file path;
Xavier Santolaria
2005-11-02
sync with Reality;
Xavier Santolaria
2005-10-26
diff3_conflicts cleanup; joris ok
Xavier Santolaria
2005-10-23
add extern int diff3_conflicts to unbreak. bad joris.
Niall O'Higgins
2005-10-23
correct error message;
Xavier Santolaria
2005-10-23
warn if conflicts were found during the merge;
Joris Vink
2005-10-23
with recent diff3 support, rcsmerge now works;
Joris Vink
2005-10-18
skeletons for rcsmerge(1);
Xavier Santolaria