OpenBSD CVS

CVS log for src/usr.bin/rcs/rlog.c


[BACK] Up to [local] / src / usr.bin / rcs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.75 / (download) - annotate - [select for diffs], Thu Oct 15 19:47:46 2020 UTC (3 years, 7 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, HEAD
Changes since 1.74: +7 -3 lines
Diff to previous 1.74 (colored)

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

Revision 1.74 / (download) - annotate - [select for diffs], Sun Oct 16 13:35:51 2016 UTC (7 years, 7 months ago) by okan
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

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

ok millert@

Revision 1.73 / (download) - annotate - [select for diffs], Wed Aug 31 13:09:09 2016 UTC (7 years, 8 months ago) by jcs
Branch: MAIN
Changes since 1.72: +17 -10 lines
Diff to previous 1.72 (colored)

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

Revision 1.72 / (download) - annotate - [select for diffs], Fri Aug 26 09:02:54 2016 UTC (7 years, 8 months ago) by guenther
Branch: MAIN
Changes since 1.71: +2 -1 lines
Diff to previous 1.71 (colored)

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

ok deraadt@

Revision 1.71 / (download) - annotate - [select for diffs], Fri Jan 16 06:40:11 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

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)

Revision 1.70 / (download) - annotate - [select for diffs], Fri Nov 28 15:09:50 2014 UTC (9 years, 5 months ago) by otto
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69 (colored)

consistency in calling usage, from Fritjof Bornebusch

Revision 1.69 / (download) - annotate - [select for diffs], Fri Oct 10 08:15:25 2014 UTC (9 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored)

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

Revision 1.68 / (download) - annotate - [select for diffs], Thu Oct 2 06:23:15 2014 UTC (9 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.67: +4 -4 lines
Diff to previous 1.67 (colored)

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

Revision 1.67 / (download) - annotate - [select for diffs], Tue Jan 7 14:08:16 2014 UTC (10 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

ctype cleanups; ok okan

Revision 1.66 / (download) - annotate - [select for diffs], Mon Jun 3 17:04:35 2013 UTC (10 years, 11 months ago) by jcs
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.65: +7 -3 lines
Diff to previous 1.65 (colored)

properly handle commitid tokens found in rcs files

ok deraadt

Revision 1.65 / (download) - annotate - [select for diffs], Thu Jul 14 16:38:39 2011 UTC (12 years, 10 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 (colored)

spacing, no binary change.

Revision 1.64 / (download) - annotate - [select for diffs], Fri Jul 30 21:47:18 2010 UTC (13 years, 9 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.63: +17 -9 lines
Diff to previous 1.63 (colored)

Check date_parse return values.

OK xsa

Revision 1.63 / (download) - annotate - [select for diffs], Fri Jul 23 21:46:05 2010 UTC (13 years, 9 months ago) by ray
Branch: MAIN
Changes since 1.62: +10 -10 lines
Diff to previous 1.62 (colored)

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

OK xsa zinovik

Revision 1.62 / (download) - annotate - [select for diffs], Sun Feb 15 12:55:18 2009 UTC (15 years, 3 months ago) by joris
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.61: +165 -5 lines
Diff to previous 1.61 (colored)

support rlog -d
prodded & tested by sthen@

Revision 1.61 / (download) - annotate - [select for diffs], Sat Feb 2 19:26:24 2008 UTC (16 years, 3 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.60: +14 -13 lines
Diff to previous 1.60 (colored)

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

Revision 1.60 / (download) - annotate - [select for diffs], Sat Feb 2 16:21:38 2008 UTC (16 years, 3 months ago) by xsa
Branch: MAIN
Changes since 1.59: +41 -3 lines
Diff to previous 1.59 (colored)

From src/usr.bin/cvs:

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

Revision 1.59 / (download) - annotate - [select for diffs], Sun Sep 9 17:01:38 2007 UTC (16 years, 8 months ago) by ray
Branch: MAIN
Changes since 1.58: +9 -6 lines
Diff to previous 1.58 (colored)

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.

Revision 1.58 / (download) - annotate - [select for diffs], Sat Jun 30 08:23:49 2007 UTC (16 years, 10 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.57: +3 -3 lines
Diff to previous 1.57 (colored)

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

Revision 1.57 / (download) - annotate - [select for diffs], Tue Feb 27 07:59:13 2007 UTC (17 years, 2 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.56: +7 -2 lines
Diff to previous 1.56 (colored)

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

Revision 1.56 / (download) - annotate - [select for diffs], Thu Oct 12 17:20:12 2006 UTC (17 years, 7 months ago) by niallo
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

- 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@

Revision 1.55 / (download) - annotate - [select for diffs], Sat May 27 05:49:14 2006 UTC (17 years, 11 months ago) by ray
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.54: +5 -3 lines
Diff to previous 1.54 (colored)

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

OK joris@

Revision 1.54 / (download) - annotate - [select for diffs], Tue May 9 12:33:42 2006 UTC (18 years ago) by ray
Branch: MAIN
Changes since 1.53: +1 -2 lines
Diff to previous 1.53 (colored)

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

OK xsa@.

Revision 1.53 / (download) - annotate - [select for diffs], Fri Apr 28 12:30:25 2006 UTC (18 years ago) by xsa
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

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

Revision 1.52 / (download) - annotate - [select for diffs], Wed Apr 26 21:55:22 2006 UTC (18 years ago) by joris
Branch: MAIN
Changes since 1.51: +6 -4 lines
Diff to previous 1.51 (colored)

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@

Revision 1.51 / (download) - annotate - [select for diffs], Wed Apr 26 02:55:13 2006 UTC (18 years ago) by joris
Branch: MAIN
Changes since 1.50: +8 -8 lines
Diff to previous 1.50 (colored)

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.

Revision 1.50 / (download) - annotate - [select for diffs], Tue Apr 25 13:36:36 2006 UTC (18 years ago) by xsa
Branch: MAIN
Changes since 1.49: +3 -3 lines
Diff to previous 1.49 (colored)

fatal() -> err()/errx() as we try to not depend on heavy cvs_log().
OK joriski.

Revision 1.49 / (download) - annotate - [select for diffs], Fri Apr 21 17:17:29 2006 UTC (18 years, 1 month ago) by xsa
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored)

move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;
"the voices in my head say OK!" joris@.

Revision 1.48 / (download) - annotate - [select for diffs], Fri Apr 21 14:18:26 2006 UTC (18 years, 1 month ago) by xsa
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 (colored)

remove overkill cvs_log() and rather use warn()/warnx().
OK ray@ and discussed with joris@.

Revision 1.47 / (download) - annotate - [select for diffs], Wed Apr 19 06:53:41 2006 UTC (18 years, 1 month ago) by xsa
Branch: MAIN
Changes since 1.46: +4 -2 lines
Diff to previous 1.46 (colored)

switch -q handling to bitwise flags; OK ray@ niallo@.

Revision 1.46 / (download) - annotate - [select for diffs], Sat Apr 15 19:35:19 2006 UTC (18 years, 1 month ago) by xsa
Branch: MAIN
Changes since 1.45: +2 -78 lines
Diff to previous 1.45 (colored)

dont stupidly duplicate code. make rlog use rcs_rev_select() and thus
nuke rlog_rev_select(). OK niallo@.

Revision 1.45 / (download) - annotate - [select for diffs], Fri Apr 14 23:29:01 2006 UTC (18 years, 1 month ago) by joris
Branch: MAIN
Changes since 1.44: +13 -2 lines
Diff to previous 1.44 (colored)

- don't append the extension if it's already there (PR 5076).
- show magic branches in rlog (thanks for that nicer hack niall).
- correct output in rcsdiff, so we perfectly match gnu's

all these bugs were found by sturm@ while he was using cvsweb
(which uses the RCS tools).

"it is in my view that you should put it in" niallo@

Revision 1.44 / (download) - annotate - [select for diffs], Fri Apr 14 15:15:20 2006 UTC (18 years, 1 month ago) by ray
Branch: MAIN
Changes since 1.43: +8 -8 lines
Diff to previous 1.43 (colored)

Remove global variable RCSFILE.

OK joris@

Revision 1.43 / (download) - annotate - [select for diffs], Fri Apr 14 15:04:36 2006 UTC (18 years, 1 month ago) by ray
Branch: MAIN
Changes since 1.42: +5 -5 lines
Diff to previous 1.42 (colored)

Remove extraneous argument from rlog_file().

OK joris@

Revision 1.42 / (download) - annotate - [select for diffs], Fri Apr 14 15:02:15 2006 UTC (18 years, 1 month ago) by ray
Branch: MAIN
Changes since 1.41: +5 -8 lines
Diff to previous 1.41 (colored)

Short-circuit rlog when the -l flag is specified but there are no locks.

OK joris@

Revision 1.41 / (download) - annotate - [select for diffs], Fri Apr 14 01:11:07 2006 UTC (18 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.40: +15 -15 lines
Diff to previous 1.40 (colored)

excessive addition to brackets is a mental disease.  you will go
blind, too.  seek help.  no binary change, ok joris

Revision 1.40 / (download) - annotate - [select for diffs], Thu Apr 13 19:16:15 2006 UTC (18 years, 1 month ago) by joris
Branch: MAIN
Changes since 1.39: +19 -9 lines
Diff to previous 1.39 (colored)

fix -z option for openrcs, this was broken by xsa
when he yanked the code out of rcs.c and placed it in rcstime.c.

	struct tm ltb, *tb;
	tb = &ltb;
	return (tb);

isn't really the most perfect idiom to return a value to the caller, now is it?

as a bonus -z for rlog now works too.
okay niallo@

Revision 1.39 / (download) - annotate - [select for diffs], Mon Apr 10 15:32:26 2006 UTC (18 years, 1 month ago) by niallo
Branch: MAIN
Changes since 1.38: +7 -7 lines
Diff to previous 1.38 (colored)

- zap some whitespace.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Apr 6 10:13:00 2006 UTC (18 years, 1 month ago) by xsa
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

-z can take no argument.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Apr 6 10:04:40 2006 UTC (18 years, 1 month ago) by xsa
Branch: MAIN
Changes since 1.36: +10 -11 lines
Diff to previous 1.36 (colored)

small knf;

Revision 1.36 / (download) - annotate - [select for diffs], Thu Mar 30 06:11:03 2006 UTC (18 years, 1 month ago) by ray
Branch: MAIN
Changes since 1.35: +102 -7 lines
Diff to previous 1.35 (colored)

Add rlog -r[REV1][:][REV2] support

From Pierre-Yves Ritschard.

OK niallo@

Revision 1.35 / (download) - annotate - [select for diffs], Tue Mar 28 09:41:35 2006 UTC (18 years, 1 month ago) by xsa
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

match GNU's output when no revision are present.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Mar 27 06:13:51 2006 UTC (18 years, 1 month ago) by pat
Branch: MAIN
Changes since 1.33: +13 -11 lines
Diff to previous 1.33 (colored)

Plug a memory leak for all cvs_strsplit call sites; ok xsa@

Revision 1.33 / (download) - annotate - [select for diffs], Fri Mar 24 05:14:48 2006 UTC (18 years, 2 months ago) by ray
Branch: MAIN
Changes since 1.32: +4 -3 lines
Diff to previous 1.32 (colored)

Allow the -x flag to be used without an extension.

``that makes sense'' xsa@

Revision 1.32 / (download) - annotate - [select for diffs], Thu Mar 23 13:28:23 2006 UTC (18 years, 2 months ago) by xsa
Branch: MAIN
Changes since 1.31: +4 -5 lines
Diff to previous 1.31 (colored)

rlog_file() will never return non-zero; change its return type to void.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 20 17:14:47 2006 UTC (18 years, 2 months ago) by xsa
Branch: MAIN
Changes since 1.30: +4 -1 lines
Diff to previous 1.30 (colored)

add missing xfree()'s after we are done with cvs_strsplit();
spotted by ray@, OK joris@.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Mar 17 08:51:45 2006 UTC (18 years, 2 months ago) by xsa
Branch: MAIN
Changes since 1.29: +4 -31 lines
Diff to previous 1.29 (colored)

rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reused
by `cvs log' and some other RCS utilities. "Looks good" ray@.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Mar 16 04:04:57 2006 UTC (18 years, 2 months ago) by ray
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

Follow exit() with /* NOTREACHED*/ for lint.

``OK niallo@'' niallo@

Revision 1.28 / (download) - annotate - [select for diffs], Wed Mar 8 12:34:53 2006 UTC (18 years, 2 months ago) by xsa
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

fix usage();

Revision 1.27 / (download) - annotate - [select for diffs], Tue Mar 7 09:19:11 2006 UTC (18 years, 2 months ago) by xsa
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

missing break;

Revision 1.26 / (download) - annotate - [select for diffs], Tue Mar 7 01:40:52 2006 UTC (18 years, 2 months ago) by joris
Branch: MAIN
Changes since 1.25: +4 -2 lines
Diff to previous 1.25 (colored)

-z support for RCS;

Revision 1.25 / (download) - annotate - [select for diffs], Mon Mar 6 15:03:37 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.24: +4 -3 lines
Diff to previous 1.24 (colored)

update usage();

Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 6 14:47:20 2006 UTC (18 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

move compat flags into a STANDARDS section;

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jan 25 08:02:26 2006 UTC (18 years, 3 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.22: +43 -12 lines
Diff to previous 1.22 (colored)

add support for `-l[lockers]'. Some (needed) cleanup will follow.
Test & OK niallo@.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jan 24 10:29:45 2006 UTC (18 years, 3 months ago) by xsa
Branch: MAIN
Changes since 1.21: +5 -3 lines
Diff to previous 1.21 (colored)

print locker's name if revision is locked;

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jan 23 17:08:45 2006 UTC (18 years, 3 months ago) by xsa
Branch: MAIN
Changes since 1.20: +11 -10 lines
Diff to previous 1.20 (colored)

display usage if an unknown option is specified;

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 23 17:02:59 2006 UTC (18 years, 3 months ago) by xsa
Branch: MAIN
Changes since 1.19: +109 -27 lines
Diff to previous 1.19 (colored)

add support for `-sstates' and `-w[logins]' options; tested and OK niallo@.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 5 10:28:24 2006 UTC (18 years, 4 months ago) by xsa
Branch: MAIN
Changes since 1.18: +2 -4 lines
Diff to previous 1.18 (colored)

cleanup, move log.h and rcs.h inclusion into rcsprog.h;

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jan 2 08:13:28 2006 UTC (18 years, 4 months ago) by xsa
Branch: MAIN
Changes since 1.17: +2 -9 lines
Diff to previous 1.17 (colored)

#include's cleanup; ok joris@ niallo@.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Dec 27 16:36:03 2005 UTC (18 years, 4 months ago) by niallo
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

- rlog(1) needs RCS_PARSE_FULLY too.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Dec 2 09:55:39 2005 UTC (18 years, 5 months ago) by xsa
Branch: MAIN
Changes since 1.15: +28 -17 lines
Diff to previous 1.15 (colored)

split the printing part into a separate function, rlog_rev_print();
might be useful for future work needed in rlog(1);

Revision 1.15 / (download) - annotate - [select for diffs], Mon Nov 28 14:43:59 2005 UTC (18 years, 5 months ago) by xsa
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

sync usage() for `-xsuffixes';

Revision 1.14 / (download) - annotate - [select for diffs], Mon Nov 21 16:20:29 2005 UTC (18 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.13: +5 -2 lines
Diff to previous 1.13 (colored)

enable `-xsuffixes' support as it has been added a few days ago
in rcs_statfile();
niallo ok

Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 17 18:03:51 2005 UTC (18 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

indent;

Revision 1.12 / (download) - annotate - [select for diffs], Fri Oct 28 10:15:07 2005 UTC (18 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

print RCS file info too;

Revision 1.11 / (download) - annotate - [select for diffs], Fri Oct 28 09:52:56 2005 UTC (18 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.10: +16 -6 lines
Diff to previous 1.10 (colored)

add support for `-L'; niallo ok

Revision 1.10 / (download) - annotate - [select for diffs], Wed Oct 26 19:07:30 2005 UTC (18 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.9: +5 -1 lines
Diff to previous 1.9 (colored)

print locker's name and rev number for locked revisions; ok joris niallo

Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 26 09:53:35 2005 UTC (18 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.8: +8 -3 lines
Diff to previous 1.8 (colored)

correct -R behaviour;

Revision 1.8 / (download) - annotate - [select for diffs], Tue Oct 25 17:19:31 2005 UTC (18 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.7: +8 -3 lines
Diff to previous 1.7 (colored)

-T is kept for compatibility with other RCS commands here too;

Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 25 16:08:20 2005 UTC (18 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

missed that in previous commit;

Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 24 16:14:15 2005 UTC (18 years, 6 months ago) by xsa
Branch: MAIN
Changes since 1.5: +7 -4 lines
Diff to previous 1.5 (colored)

output tweaks;

Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 13 12:35:30 2005 UTC (18 years, 7 months ago) by joris
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

To be fully compatibly with the GNU RCS tools we need to have the
same way of parsing commandline options. Since getopt(3) allows spaces
between arguments and GNU RCS tools does not we needed to roll out our
own way of option handling, and here it is.

ok niallo@

Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 12 17:13:30 2005 UTC (18 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

various usage cleanup; ok joris

Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 7 23:59:56 2005 UTC (18 years, 7 months ago) by niallo
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

basic `ci' support is here! more coming soon.

combined effort with joris.

ok joris@

Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 6 13:36:53 2005 UTC (18 years, 7 months ago) by niallo
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

sync rlog_usage() with reality.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 6 12:56:49 2005 UTC (18 years, 7 months ago) by joris
Branch: MAIN

support rlog command;

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.