CTAN masthead graphic CTAN lion sketch

Directory: CTAN home / tex-archive/ web/ c_cpp/ cweb

You can get this entire directory bundled as cweb.zip.

Packages located here

Package Caption
cweb A Web system in C.

Subdirectories of this one

NameDateDescription
examples/ 2006-10-01

Files in this directory

NameDateSize Description
Makefile 2003-12-29 4 Kbyte download
README 2002-02-14 3 Kbyte download Shown below
albertus.tar 2003-10-01 60 Kbyte download
c++lib.w 2000-05-09 1 Kbyte download
comm-amiga.ch 1994-04-22 544 bytes download
comm-bs.ch 1994-08-02 6 Kbyte download
comm-mac.ch 2002-02-01 5 Kbyte download
comm-man.ch 2002-02-01 782 bytes download
comm-os2.ch 1995-05-10 701 bytes download
comm-pc.ch 1994-08-02 937 bytes download
comm-ql.ch 2002-02-01 10 Kbyte download
comm-vms.ch 1994-04-22 2 Kbyte download
comm-w32.ch 2002-02-14 3 Kbyte download
common.c 2003-12-29 21 Kbyte download
common.h 2000-05-02 8 Kbyte download
common.w 2002-02-01 50 Kbyte download
ctang-bs.ch 2002-02-01 7 Kbyte download
ctang-man.ch 2002-02-01 783 bytes download
ctang-pc.ch 2002-02-01 958 bytes download
ctang-ql.ch 2002-02-01 459 bytes download
ctang-vms.ch 2002-02-01 1 Kbyte download
ctang-w32.ch 2002-02-14 1 Kbyte download
ctangle.c 2003-12-29 29 Kbyte download
ctangle.w 2005-12-06 53 Kbyte download
cweav-bs.ch 2002-02-01 8 Kbyte download
cweav-man.ch 2002-02-01 783 bytes download
cweav-pc.ch 2002-02-01 1 Kbyte download
cweav-ql.ch 2002-02-01 483 bytes download
cweav-vms.ch 2002-02-01 1 Kbyte download
cweav-w32.ch 2002-02-14 1 Kbyte download
cweave.w 2002-02-01 164 Kbyte download
cweb-3.64.tar.gz 2002-07-12 207 Kbyte download
cweb-3.64a.tar.gz 2005-04-05 218 Kbyte download
cweb-3.64aa.tar.gz 2005-12-06 218 Kbyte download
cweb-3.64ab.tar.gz 2006-07-21 227 Kbyte download
cweb-3.64ac.tar.gz 2006-09-01 218 Kbyte download
cweb-3.64ad.tar.gz 2006-10-24 218 Kbyte download
cweb.1 2002-04-23 3 Kbyte download
cweb.el 2000-09-27 8 Kbyte download
cweb.tar.gz 2006-10-24 218 Kbyte download another name for: web/c_cpp/cweb/cweb-3.64ad.tar.gz
cwebmac.tex 2006-07-21 25 Kbyte download
cwebman.tex 2006-10-24 81 Kbyte download
makefile.bs 1994-08-02 1 Kbyte download
prod.w 2000-05-10 15 Kbyte download
readme.ql 1995-11-13 2 Kbyte download

Contents of the README file

% This file is part of CWEB.
% The CWEB programs by Silvio Levy are based on programs by D. E. Knuth.
% They are distributed WITHOUT ANY WARRANTY, express or implied.
% This README file last updated May 2000 by Don Knuth

% Copyright (C) 1987,1990,1993,2000 Silvio Levy and Donald E. Knuth

% Permission is granted to make and distribute verbatim copies of this
% document provided that the copyright notice and this permission notice
% are preserved on all copies.

% Permission is granted to copy and distribute modified versions of this
% document under the conditions for verbatim copying, provided that the
% entire resulting derived work is given a different name and distributed
% under the terms of a permission notice identical to this one.

% Please send comments, suggestions, etc. to levy@math.berkeley.edu.

This directory contains the following files:

Makefile
README
comm-amiga.ch
comm-bs.ch
comm-mac.ch
comm-man.ch
comm-pc.ch
comm-ql.ch
comm-vms.ch
comm-w32.ch
common.c
common.h
common.w
ctang-bs.ch
ctang-man.ch
ctang-pc.ch
ctang-ql.ch
ctang-vms.ch
ctang-w32.ch
ctangle.c
ctangle.w
cweav-bs.ch
cweav-man.ch
cweav-pc.ch
cweav-ql.ch
cweav-vms.ch
cweave-w32.ch
cweave.w
cweb.1
cweb.el
cwebmac.tex
cwebman.tex
examples/
makefile.bs
prod.w
readme.ql
c++lib.w

The file cwebman.tex is the user manual.
The examples directory contains additional examples of the use of CWEB.
The files common.c and ctangle.c are used for bootstrapping.
The file cweb.1 is a manual page.
The file cweb.el is suggested for GNU-Emacs users.
The file c++lib.w is for C++ users (say `@i c++lib.w' at beginning of program).
The files *-man.ch are used if you want to make the full 239-page CWEB manual.
The files *-bs.ch are used instead of *-pc.ch if you are doing BIG programs.
You can use makefile.bs to make CWEB with *-bs.ch.
The files *-ql.ch are for QDOS/SMSQ systems; see readme.ql for further info.
The files *-w32.ch use __fastcall conventions on win32 systems.
The file comm-mac.ch is for Macintosh conventions.
The other files named *.ch are sample change files for local customization.

IMPORTANT: Please touch *.c before proceeding.
Then edit the opening lines of Makefile so that it has the proper
directory information for your local system.

To make ctangle and cweave say `make all'; this should produce roughly
the following actions (possibly with harmless warning messages from cc):

cc -g -w -c ctangle.c
cc -g -w -DCWEBINPUTS=\"/usr/local/lib/cweb\" -c common.c
cc -g -o ctangle ctangle.o common.o 
./ctangle cweave
cc -g -w -c cweave.c
cc -g -w -o cweave cweave.o common.o

To get some reassurance that things are OK, you can say `make cautiously',
which ensures that CTANGLE will reproduce itself. (Otherwise the source
files common.w and ctangle.w won't actually have been used.)

To install cweave and ctangle say `make install'. You probably need to
be superuser to do this; but it's wise to `make all' first, BEFORE
becoming superuser and saying `make install'.

Note that change files for VMS, AMIGA, MAC, and PCs are provided.  When you
are first bootstrapping to a new system, you may need to edit common.c and
ctangle.c by hand, but the vast majority of the change-file changes are
minor refinements that are not necessary for a rudimentary ctangle.

Small print: This listing is regenerated periodically so there is a small chance that the directory has changed from what is shown here; to be sure, check the FTP listing.