History log of /openbsd/usr.bin/rcs/rlog.c (Results 1 – 25 of 75)
Revision Date Author Comments
# 66d939b2 15-Oct-2020 naddy <naddy@openbsd.org>

Accommodate POSIX basename(3) that takes a non-const parameter and
may modify the string buffer.
ok martijn@ millert@


# 257be878 16-Oct-2016 okan <okan@openbsd.org>

Quiet compiler warnings; as applied to usr.bin/cvs by millert@

ok millert@


# 119dfb76 31-Aug-2016 jcs <jcs@openbsd.org>

rlog: add -E and -S options to configure revision separators, to
work around commits that might have the default strings in them

ok tom deraadt


# 099bc362 26-Aug-2016 guenther <guenther@openbsd.org>

Pull in <time.h> for struct tm, used in rcs.h

ok deraadt@


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

show more ...


# 71c5d535 28-Nov-2014 otto <otto@openbsd.org>

consistency in calling usage, from Fritjof Bornebusch


# 93443395 10-Oct-2014 otto <otto@openbsd.org>

Zap some stored values never read; From Fritjof Bornebusch; ok nicm@


# 960e00be 02-Oct-2014 otto <otto@openbsd.org>

exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@


# 03829ff5 07-Jan-2014 deraadt <deraadt@openbsd.org>

ctype cleanups; ok okan


# 52248372 03-Jun-2013 jcs <jcs@openbsd.org>

properly handle commitid tokens found in rcs files

ok deraadt


# cfce57ea 14-Jul-2011 sobrado <sobrado@openbsd.org>

spacing, no binary change.


# 092db204 30-Jul-2010 ray <ray@openbsd.org>

Check date_parse return values.

OK xsa


# 7bb3ddb0 23-Jul-2010 ray <ray@openbsd.org>

Reduce variable/function name and whitespace differences between
cvs/rcs.

OK xsa zinovik


# 8d628116 15-Feb-2009 joris <joris@openbsd.org>

support rlog -d
prodded & tested by sthen@


# 59399cf7 02-Feb-2008 xsa <xsa@openbsd.org>

Fix broken indentation introduced in last commit.
Spotted by Pierre Riteau.


# be0b58de 02-Feb-2008 xsa <xsa@openbsd.org>

From src/usr.bin/cvs:

> add changed lines support to log and rlog (the + and - stuff)
> from Pierre Riteau;


# b3e140bb 09-Sep-2007 ray <ray@openbsd.org>

Have rlog exit 1 if any of the files could not be opened.
Don't mention -q flag, which is there for compatibility.

From Pierre Riteau.

OK joris for first part, OK niallo and jmc for second.


# 950e09dc 30-Jun-2007 xsa <xsa@openbsd.org>

Sync revisions and time buffers size to be consistent with each others.
Simplifies further size tweaks if needed.
OK ray@.


# 4781e2fa 27-Feb-2007 xsa <xsa@openbsd.org>

As done in OpenCVS, general includes cleanup sweep. OK otto@.


# 99e66255 12-Oct-2006 niallo <niallo@openbsd.org>

- convert some warnx() to warn(), which fixes a few stupidly un-informative error messages (found by tom@)
- make rcs_choosefile() save wrt errno, input from ray@

ok joris@ xsa@


# f3876e23 27-May-2006 ray <ray@openbsd.org>

Remove rcs_statfile(). It was just a wrapper for rcs_choosefile(),
handling exceptions oddly.

OK joris@


# 6fbfa3e9 09-May-2006 ray <ray@openbsd.org>

Remove /* NOTREACHED */ comments, now that lint is smart about
__dead. I never should have put them there.

OK xsa@.


# 43d0245a 28-Apr-2006 xsa <xsa@openbsd.org>

fix date format output if a timezone is specified (-z);


# bc8d37c3 26-Apr-2006 joris <joris@openbsd.org>

prevent file races by obtaining an fd for the RCS file and
do our operations on that, this is safe and guarantees we
can operate on the file until we close(2) it.

a fix is coming for the remaining r

prevent file races by obtaining an fd for the RCS file and
do our operations on that, this is safe and guarantees we
can operate on the file until we close(2) it.

a fix is coming for the remaining races in our diff code.
okay niallo@ and ray@

show more ...


# 2dc36bed 26-Apr-2006 joris <joris@openbsd.org>

fork our code we shared between openrcs/cvs into the openrcs dir.

this was starting to become inhuman to maintain without
ugly ugly hacks in the shared code, and it will be easier
to make specific c

fork our code we shared between openrcs/cvs into the openrcs dir.

this was starting to become inhuman to maintain without
ugly ugly hacks in the shared code, and it will be easier
to make specific changes for openrcs without touching the
soon-to-be-replaced opencvs code.

show more ...


123