OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15, Sat May 27 03:30:30 2006 UTC (17 years, 11 months ago) by joris
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +1 -1 lines
FILE REMOVED

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.14 / (download) - annotate - [select for diffs], Wed Apr 5 01:38:55 2006 UTC (18 years, 1 month ago) by ray
Branch: MAIN
Changes since 1.13: +3 -4 lines
Diff to previous 1.13 (colored)

Use variable names for sizeof, remove casts in front of xmalloc,
use xcalloc and xstrdup where appropriate, and other stuff.

OK joris@

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 2 08:11:56 2006 UTC (18 years, 4 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.12: +2 -8 lines
Diff to previous 1.12 (colored)

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

Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 10 20:27:45 2005 UTC (18 years, 5 months ago) by joris
Branch: MAIN
Changes since 1.11: +7 -17 lines
Diff to previous 1.11 (colored)

switch to xmalloc stuff, me and xsa@ agreed on this a long
time ago, but we were being held back by jfb. too bad for him.

next step is to use fatal() through out the code for unrecoverable
errors instead of trying to be all nice and fluffy and reach main() again.

ok niallo@ and xsa@

Revision 1.11 / (download) - annotate - [select for diffs], Mon Sep 5 19:45:42 2005 UTC (18 years, 8 months ago) by xsa
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored)

add trace message (-t);

Revision 1.10 / (download) - annotate - [select for diffs], Sun Aug 14 19:49:18 2005 UTC (18 years, 9 months ago) by xsa
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

missing casts; ok joris

Revision 1.9 / (download) - annotate - [select for diffs], Tue Aug 2 20:05:42 2005 UTC (18 years, 9 months ago) by xsa
Branch: MAIN
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored)

handle -l global option; ok jfb@ joris@.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 29 17:04:42 2005 UTC (18 years, 9 months ago) by xsa
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

minor KNF;

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 25 12:05:43 2005 UTC (18 years, 9 months ago) by xsa
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

KNF;

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 21 11:42:24 2005 UTC (18 years, 10 months ago) by xsa
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

<sys/param.h> is already included in "cvs.h", no need to duplicate;

Revision 1.5 / (download) - annotate - [select for diffs], Tue May 31 08:58:48 2005 UTC (18 years, 11 months ago) by xsa
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;

Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 16 17:50:08 2005 UTC (19 years, 1 month ago) by joris
Branch: MAIN
Changes since 1.3: +7 -3 lines
Diff to previous 1.3 (colored)



check snprintf() return value;

from deraadt@ small change by me

Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 7 17:10:56 2004 UTC (19 years, 5 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.2: +12 -23 lines
Diff to previous 1.2 (colored)

less whitespace, more pretty.  ok jfb

Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 6 21:03:12 2004 UTC (19 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +3 -5 lines
Diff to previous 1.1 (colored)

tighten vertical spacing for else; jfb ok

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jul 13 22:02:40 2004 UTC (19 years, 10 months ago) by jfb
Branch: OpenCVS
CVS Tags: OpenCVS_0_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

* initial import from the cvs-tools module

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 13 22:02:40 2004 UTC (19 years, 10 months ago) by jfb
Branch: MAIN

Initial revision

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.