OpenBSD CVS

CVS log for src/usr.bin/cvs/Attic/rcstime.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7, Mon Feb 12 14:35:28 2007 UTC (17 years, 3 months ago) by xsa
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
FILE REMOVED

remove unused leftovers from openrcs; OK joris@.

Revision 1.6 / (download) - annotate - [select for diffs], Sat May 27 03:30:31 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

commit the new opencvs code, i have been hacking on
this for the past 2 weeks now and it should go in at
the start of the hackathon so others can help out.

this code is a lot safer, smarter, faster and best of
all it is actually doing what it is suppose to do!

basic checkout, update, status, diff and commit are
working in local mode only.
there is no support for any remote setups now.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 17 06:33:22 2006 UTC (18 years, 1 month ago) by ray
Branch: MAIN
Changes since 1.4: +3 -4 lines
Diff to previous 1.4 (colored)

Remove unused variable.

Found by lint.

OK joris@

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 14 02:49:44 2006 UTC (18 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

spacing

Revision 1.3 / (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.2: +25 -20 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Thu Mar 9 16:53:56 2006 UTC (18 years, 2 months ago) by joris
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

trailing spaces;

Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 9 10:56:33 2006 UTC (18 years, 2 months ago) by xsa
Branch: MAIN

move joris' timezone support into rcstime.c; more work to be done there.
OK joris@.

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.