Index of /archives/text/CTAN/obsolete/graphics/metapost/base/source/texk/web2c/tiedir
Name Last modified Size Description
Parent Directory -
ChangeLog 2013-06-16 23:38 1.1K
MANIFEST 2013-06-16 23:38 737
Makefile.cweb 2013-06-16 23:38 656
README 2013-06-16 23:38 2.0K
tie-w2c.ch 2013-06-16 23:38 2.9K
tie.1 2013-06-16 23:38 1.0K
tie.1.dvi 2013-06-16 23:38 1.8K
tie.1.nroffed 2013-06-16 23:38 1.3K
tie.c 2013-06-16 23:38 14K
tie.cf1 2013-06-16 23:38 99
tie.cf2 2013-06-16 23:38 166
tie.cf3 2013-06-16 23:38 37
tie.chf.gen 2013-06-16 23:38 127
tie.master.gen 2013-06-16 23:38 212
tie.test 2013-06-16 23:38 484
tie.tie 2013-06-16 23:38 189
tie.w 2013-06-16 23:38 39K
tiedoc.tex 2013-06-16 23:38 4.6K
This is the README file of the `tie' distribution.
The current version is 2.4.
This file was created on 18 Dec 92.
This file was updated on 15 Jul 93.
SUBJECT:
`Tie' is a program which was first developed to allow WEB programmers
(be it Pascal-, C- or any other WEB) to add more than one change file
to their programs.
But it can be used to create new versions of the WEB file with
incorporated changes as well. This feature does not depend on any
special WEB dialect, nor on using WEB at all, as the only controls to
be interpreted are the change requests in the change files (delimited
by @x, @y and @z).
This makes `tie' also usable for any other language, or even data
files. See the documentation tiedoc.tex and the example file tie.tie.
Actually, this gives a second file update mechanism besides `patch'.
Whereas patch relies on line numbers and/or precise contexts produced
by diff, tie depends on the order of changes and on a an amount of
context lines determined manually.
REQUIREMENTS:
This version of `tie' is written in CWEB. To preprocess and compile
the source you will need a working `ctangle'.
A pretangled tie.c is supplied which has been compiled successfully
on a variety of workstations using either the manufacturer supplied
C compiler in the K&R or ANSI version, or gcc (version 1.40).
Please note, that the CWEB by Silvio Levy and Donald E. Knuth must
be at least at version 2.8, to process and compile `tie' without
problems.
DISTRIBUTION:
The reference version of tie may be retrieved by anonymous ftp from
ftp.th-darmstadt.de [130.83.55.75]
directory pub/programming/literate-programming/Tools
file tie-<version>.tar.Z
where <version> is the most current version number.
See the source file tie.w for details of the distribution policy.
BUGS/ENHANCEMENTS:
If you detect bugs in the implementation of `tie' or have
suggestions to enhance functionality or improve portability,
please send a message to
Klaus Guntermann <guntermann@iti.informatik.th-darmstadt.de>