summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rlog.c
AgeCommit message (Expand)Author
2020-10-15Accommodate POSIX basename(3) that takes a non-const parameter andChristian Weisgerber
2016-10-16Quiet compiler warnings; as applied to usr.bin/cvs by millert@Okan Demirmen
2016-08-31rlog: add -E and -S options to configure revision separators, toJoshua Stein
2016-08-26Pull in <time.h> for struct tm, used in rcs.hPhilip Guenther
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-28consistency in calling usage, from Fritjof BornebuschOtto Moerbeek
2014-10-10Zap some stored values never read; From Fritjof Bornebusch; ok nicm@Otto Moerbeek
2014-10-02exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@Otto Moerbeek
2014-01-07ctype cleanups; ok okanTheo de Raadt
2013-06-03properly handle commitid tokens found in rcs filesjoshua stein
2011-07-14spacing, no binary change.Igor Sobrado
2010-07-30Check date_parse return values.Ray Lai
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2009-02-15support rlog -dJoris Vink
2008-02-02Fix broken indentation introduced in last commit.Xavier Santolaria
2008-02-02From src/usr.bin/cvs:Xavier Santolaria
2007-09-09Have rlog exit 1 if any of the files could not be opened.Ray Lai
2007-06-30Sync revisions and time buffers size to be consistent with each others.Xavier Santolaria
2007-02-27As 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-27Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),Ray Lai
2006-05-09Remove /* NOTREACHED */ comments, now that lint is smart aboutRay Lai
2006-04-28fix date format output if a timezone is specified (-z);Xavier Santolaria
2006-04-26prevent file races by obtaining an fd for the RCS file andJoris Vink
2006-04-26fork our code we shared between openrcs/cvs into the openrcs dir.Joris Vink
2006-04-25fatal() -> err()/errx() as we try to not depend on heavy cvs_log().Xavier Santolaria
2006-04-21move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;Xavier Santolaria
2006-04-21remove overkill cvs_log() and rather use warn()/warnx().Xavier Santolaria
2006-04-19switch -q handling to bitwise flags; OK ray@ niallo@.Xavier Santolaria
2006-04-15dont stupidly duplicate code. make rlog use rcs_rev_select() and thusXavier Santolaria
2006-04-14- don't append the extension if it's already there (PR 5076).Joris Vink
2006-04-14Remove global variable RCSFILE.Ray Lai
2006-04-14Remove extraneous argument from rlog_file().Ray Lai
2006-04-14Short-circuit rlog when the -l flag is specified but there are no locks.Ray Lai
2006-04-14excessive addition to brackets is a mental disease. you will goTheo de Raadt
2006-04-13fix -z option for openrcs, this was broken by xsaJoris Vink
2006-04-10- zap some whitespace.Niall O'Higgins
2006-04-06-z can take no argument.Xavier Santolaria
2006-04-06small knf;Xavier Santolaria
2006-03-30Add rlog -r[REV1][:][REV2] supportRay Lai
2006-03-28match GNU's output when no revision are present.Xavier Santolaria
2006-03-27Plug a memory leak for all cvs_strsplit call sites; ok xsa@Patrick Latifi
2006-03-24Allow the -x flag to be used without an extension.Ray Lai
2006-03-23rlog_file() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-20add missing xfree()'s after we are done with cvs_strsplit();Xavier Santolaria
2006-03-17rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reusedXavier Santolaria
2006-03-16Follow exit() with /* NOTREACHED*/ for lint.Ray Lai
2006-03-08fix usage();Xavier Santolaria
2006-03-07missing break;Xavier Santolaria
2006-03-07-z support for RCS;Joris Vink