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
/
rcsclean.c
Age
Commit message (
Expand
)
Author
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-06-30
Sync revisions and time buffers size to be consistent with each others.
Xavier Santolaria
2007-04-16
file argument is not mandatory, say so.
Xavier Santolaria
2007-02-27
As done in OpenCVS, general includes cleanup sweep. OK otto@.
Xavier Santolaria
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-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 rcsclean.
Ray Lai
2006-04-24
- the argument to -r is optional
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-17
Remove pointless stat() call.
Ray Lai
2006-04-14
Add missing usage() calls.
Ray Lai
2006-04-14
Plug obvious memory leaks.
Ray Lai
2006-04-14
excessive addition to brackets is a mental disease. you will go
Theo de Raadt
2006-04-13
Remove unused variable.
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-04-10
change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.
Xavier Santolaria
2006-03-24
change rcsclean_file() return type to void as it does not need
Xavier Santolaria
2006-03-24
Allow the -x flag to be used without an extension.
Ray Lai
2006-03-16
Follow exit() with /* NOTREACHED*/ for lint.
Ray Lai
2006-03-15
remove some bizzare idioms; ok ray
Theo de Raadt
2006-03-06
update usage();
Jason McIntyre
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-19
use fatal() if getlogin() fails;
Xavier Santolaria
2005-12-10
switch to xmalloc stuff, me and xsa@ agreed on this a long
Joris Vink
2005-12-08
complete and correct rcs locking functionality,
Joris Vink
2005-11-28
sync usage() for `-xsuffixes';
Xavier Santolaria
2005-11-25
add `-T' support for rcsclean(1) and rcs(1);
Xavier Santolaria
2005-11-23
initial bits for -T support;
Xavier Santolaria
2005-11-21
enable `-xsuffixes' support as it has been added a few days ago
Xavier Santolaria
2005-11-17
yet another output fix;
Xavier Santolaria
2005-11-16
fix output if file is not locked;
Xavier Santolaria
2005-11-02
sync with Reality;
Xavier Santolaria
2005-10-29
rcsclean -u support; ok joris niallo
Xavier Santolaria
2005-10-19
sync usage();
Xavier Santolaria
2005-10-19
.Xr rcsmerge(1) + one style nitpick;
Xavier Santolaria
2005-10-18
use rcs_set_rev() instead of duplicating code all over the
Joris Vink
2005-10-13
To be fully compatibly with the GNU RCS tools we need to have the
Joris Vink
2005-10-12
minor knf;
Xavier Santolaria
2005-10-12
various usage cleanup; ok joris
Theo de Raadt
2005-10-07
basic `ci' support is here! more coming soon.
Niall O'Higgins
2005-10-06
support -n and -k flags;
Joris Vink
[next]