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
/
rlog.c
Age
Commit message (
Expand
)
Author
2011-07-14
spacing, no binary change.
Igor Sobrado
2010-07-30
Check date_parse return values.
Ray Lai
2010-07-23
Reduce variable/function name and whitespace differences between
Ray Lai
2009-02-15
support rlog -d
Joris Vink
2008-02-02
Fix broken indentation introduced in last commit.
Xavier Santolaria
2008-02-02
From src/usr.bin/cvs:
Xavier Santolaria
2007-09-09
Have rlog exit 1 if any of the files could not be opened.
Ray Lai
2007-06-30
Sync revisions and time buffers size to be consistent with each others.
Xavier Santolaria
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-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-28
fix date format output if a timezone is specified (-z);
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-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-15
dont stupidly duplicate code. make rlog use rcs_rev_select() and thus
Xavier Santolaria
2006-04-14
- don't append the extension if it's already there (PR 5076).
Joris Vink
2006-04-14
Remove global variable RCSFILE.
Ray Lai
2006-04-14
Remove extraneous argument from rlog_file().
Ray Lai
2006-04-14
Short-circuit rlog when the -l flag is specified but there are no locks.
Ray Lai
2006-04-14
excessive addition to brackets is a mental disease. you will go
Theo de Raadt
2006-04-13
fix -z option for openrcs, this was broken by xsa
Joris Vink
2006-04-10
- zap some whitespace.
Niall O'Higgins
2006-04-06
-z can take no argument.
Xavier Santolaria
2006-04-06
small knf;
Xavier Santolaria
2006-03-30
Add rlog -r[REV1][:][REV2] support
Ray Lai
2006-03-28
match GNU's output when no revision are present.
Xavier Santolaria
2006-03-27
Plug a memory leak for all cvs_strsplit call sites; ok xsa@
Patrick Latifi
2006-03-24
Allow the -x flag to be used without an extension.
Ray Lai
2006-03-23
rlog_file() will never return non-zero; change its return type to void.
Xavier Santolaria
2006-03-20
add missing xfree()'s after we are done with cvs_strsplit();
Xavier Santolaria
2006-03-17
rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reused
Xavier Santolaria
2006-03-16
Follow exit() with /* NOTREACHED*/ for lint.
Ray Lai
2006-03-08
fix usage();
Xavier Santolaria
2006-03-07
missing break;
Xavier Santolaria
2006-03-07
-z support for RCS;
Joris Vink
2006-03-06
update usage();
Jason McIntyre
2006-03-06
move compat flags into a STANDARDS section;
Jason McIntyre
2006-01-25
add support for `-l[lockers]'. Some (needed) cleanup will follow.
Xavier Santolaria
2006-01-24
print locker's name if revision is locked;
Xavier Santolaria
2006-01-23
display usage if an unknown option is specified;
Xavier Santolaria
2006-01-23
add support for `-sstates' and `-w[logins]' options; tested and OK niallo@.
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-27
- rlog(1) needs RCS_PARSE_FULLY too.
Niall O'Higgins
2005-12-02
split the printing part into a separate function, rlog_rev_print();
Xavier Santolaria
[next]