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
Age
Commit message (
Expand
)
Author
2006-04-26
err() cleanup;
Xavier Santolaria
2006-04-26
don't talk about "shared mode";
Jason McIntyre
2006-04-26
grammar;
Jason McIntyre
2006-04-26
zap -DRCSPROG leftover.
Xavier Santolaria
2006-04-26
zap uneeded includes.
Xavier Santolaria
2006-04-26
remove dup of <err.h>
Xavier Santolaria
2006-04-26
build again...
Xavier Santolaria
2006-04-26
fork our code we shared between openrcs/cvs into the openrcs dir.
Joris Vink
2006-04-25
quote strings consistently.
Xavier Santolaria
2006-04-25
fatal() -> err()/errx() as we try to not depend on heavy cvs_log().
Xavier Santolaria
2006-04-25
style;
Xavier Santolaria
2006-04-25
The -r flag without an argument signifies HEAD for rcsmerge as well.
Ray Lai
2006-04-25
The -r flag without an argument signifies HEAD for rcsclean.
Ray Lai
2006-04-24
add a little spacing to HISTORY;
Jason McIntyre
2006-04-24
be consistent when describing revision selection;
Jason McIntyre
2006-04-24
prevent a race by keeping an fd for the workfile around until
Joris Vink
2006-04-24
further document how revisions are selected; mostly from xsa
Jason McIntyre
2006-04-24
- the argument to -r is optional
Jason McIntyre
2006-04-24
- do not show file ... as optional
Jason McIntyre
2006-04-24
a little more verbose about -h...
Jason McIntyre
2006-04-24
- move -A into compat land
Jason McIntyre
2006-04-24
make the -r description match that in rcsmerge(1), as far as is possible;
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-24
o Better match GNU behavior (a bare -t does NOT read from stdin,
Ray Lai
2006-04-21
move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;
Xavier Santolaria
2006-04-21
match former rcs implementation warning message if no options are
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-20
remove an unneeded macro;
Jason McIntyre
2006-04-20
reinstate HISTORY, from cvsintro(7)...
Jason McIntyre
2006-04-20
add a compatibility note; suggested by and ok xsa
Jason McIntyre
2006-04-19
- simplify synopsis
Jason McIntyre
2006-04-19
add a CAVEATS section; helped by xsa
Jason McIntyre
2006-04-19
addition from xsa;
Jason McIntyre
2006-04-19
+.Xr diff 1 ,
Jason McIntyre
2006-04-19
make the keyword section make sense regarding cvs commands;
Jason McIntyre
2006-04-19
eliminate spacing in the keyword section, since rcs doesn;t like them;
Jason McIntyre
2006-04-19
a little bit more description; ok xsa
Jason McIntyre
2006-04-19
- signpost to keyword substitution section
Jason McIntyre
2006-04-19
- signpost keyword substitution section
Jason McIntyre
2006-04-19
keyword section is in rcs(1) now;
Jason McIntyre
2006-04-19
move the keyword substitution section from cvs(1) to rcs(1):
Jason McIntyre
2006-04-19
flesh out the description of ci; ok xsa
Jason McIntyre
2006-04-19
flesh out the description of co; ok xsa
Jason McIntyre
2006-04-19
- flesh out the description of rcsdiff
Jason McIntyre
2006-04-19
switch -q handling to bitwise flags; OK ray@ niallo@.
Xavier Santolaria
2006-04-18
Combine code to prompt user for input into a shared function,
Ray Lai
2006-04-18
/* FALLTHROUGH */ to share code between the -N and -n flags.
Ray Lai
2006-04-18
Removes memory leaks when flags are called multiple times. This
Ray Lai
[next]