Index of /archives/text/CTAN/obsolete/systems/luatex/base/source/texk/web2c/tiedir
Name Last modified Size Description
Parent Directory -
ChangeLog 2011-05-20 15:39 931
MANIFEST 2011-05-20 15:39 737
Makefile.cweb 2011-05-20 15:39 656
README 2011-05-20 15:39 2.0K
tie-w2c.ch 2011-05-20 15:39 2.7K
tie.1 2011-05-20 15:39 1.0K
tie.1.dvi 2011-05-20 15:39 1.8K
tie.1.nroffed 2011-05-20 15:39 1.3K
tie.c 2011-05-20 15:39 14K
tie.cf1 2011-05-20 15:39 99
tie.cf2 2011-05-20 15:39 166
tie.cf3 2011-05-20 15:39 37
tie.chf.gen 2011-05-20 15:39 127
tie.master.gen 2011-05-20 15:39 212
tie.test 2011-05-20 15:39 484
tie.tie 2011-05-20 15:39 189
tie.w 2011-05-20 15:39 39K
tiedoc.tex 2011-05-20 15:39 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>