History log of /freebsd-10.1-release/usr.sbin/ctm/ctm/ctm.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 113201 07-Apr-2003 mckay

Remove the maximum patch size limit. It was intended as a check against
applying corrupt deltas, but has never (to my knowledge) caught any sort
of corruption, but instead has caused failures on correct deltas several
times. I don't see any way to make the check useful, so it's gone.

Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
PR: 50461
MFC after: 7 days


# 93150 25-Mar-2002 phk

Modernize my email address


# 72691 19-Feb-2001 mckay

There is an arbitrary file size limit in ctm of 20MB. By my reckoning,
ports/INDEX,v is currently 19.97MB and will blow this limit on the next
update. Let's try doubling the limit again, to give us time to get
around to removing the limit altogether.


# 61901 21-Jun-2000 chuckr

Doubling the size of MAXSIZE because of large delta indigestion.

Submitted by: Stefan Esser.


# 50479 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 29526 17-Sep-1997 charnier

Use err(3). Use An/Aq for author name.


# 22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 17946 30-Aug-1996 phk

Some new options, useful for restoring single files or subtrees from the
deltas.

Submitted by: A JOSEPH KOSHY <koshy@fakir.india.hp.com>


# 15456 29-Apr-1996 phk

Support for "-u" which sets the timestamp from the delta on the file.
Intended for sup mirrors etc. Not well tested yet.

Reviewed by: phk
Submitted by: Giles Lean <giles@nemeton.com.au>
Submitted by: John Hay <jhay@mikom.csir.co.za>


# 13917 05-Feb-1996 phk

Add support for local modifications to the tree, by using FOO.ctm instead
of FOO if present. Various other tweaks.

Submitted by: Christian Haury <Christian.Haury@sagem.fr>


# 8857 30-May-1995 rgrimes

Remove trailing whitespace.


# 6889 04-Mar-1995 phk

Look at the .ctm_status file and ignores all patches already applied.

Reviewed by: phk
Submitted by: J Wunsch <j@uriah.heep.sax.de>


# 3833 24-Oct-1994 phk

These patches fix some lesser problems:

1) malloc.h doesn't exits in 2.0.
2) Makefile.inc wasn't picked up so one of the build steps (install?)
failed.
3) LIBMD wasn't depended on.
4) "ctm foo" dumped core because "foo" doesn't have a '.' in it.

Bruce

I updated the mkCTM stuff while I was at it anyway. /phk

Reviewed by: phk
Submitted by: bde


# 2971 22-Sep-1994 phk

Various cleanup and fixes.


# 2948 21-Sep-1994 phk

The next batch of refinements. Now it no longer needs to call on ed(1) to
fix our files, it has a builtin "diff -n" editor.


# 2926 20-Sep-1994 phk

A bunch of improvements. Still far to go.


# 2887 19-Sep-1994 phk

This commit was generated by cvs2svn to compensate for changes in r2886,
which included commits to RCS files with non-trunk default branches.


# 2886 19-Sep-1994 phk

This is the present state of CTM version 2. Please do not ask for
subscriptions yet. Wait for the announcement.

CTM is my humble attempt to get -current out to people beyond TCP/IP
connections. This is for people with dial-up connections and such.

CTM can make a delta from one version to another of a source-tree, in
a efficient and verified way. Even if there are binary files in the
tree. It will even try to make the delta as small as possible.

It is OK with me if you yell "Bloating!" but I'll just forward your email
to some of the happy customers from CTM version 1, and let them tell you
what they think.

I will not put ctm into "make world" yet. For now it is just the logical
way to get the sources out to people who helps me test this.

Poul-Henning