You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
BAREEDU SAI SANDEEP SANDEEP 67a9e8efa1 Pid build and working 4 years ago
..
.depend Pid build and working 4 years ago
.gdbinit Pid build and working 4 years ago
Makefile Pid build and working 4 years ago
README Pid build and working 4 years ago
bsfilt Pid build and working 4 years ago
bsfilt.c Pid build and working 4 years ago
bsfilt.d Pid build and working 4 years ago
bsfilt.o Pid build and working 4 years ago
cawf Pid build and working 4 years ago
cawf.c Pid build and working 4 years ago
cawf.d Pid build and working 4 years ago
cawf.h Pid build and working 4 years ago
cawf.o Pid build and working 4 years ago
cawflib.h Pid build and working 4 years ago
common Pid build and working 4 years ago
device.c Pid build and working 4 years ago
device.cf Pid build and working 4 years ago
device.d Pid build and working 4 years ago
device.o Pid build and working 4 years ago
diffs Pid build and working 4 years ago
dumb.dev Pid build and working 4 years ago
error.c Pid build and working 4 years ago
error.d Pid build and working 4 years ago
error.o Pid build and working 4 years ago
expand.c Pid build and working 4 years ago
expand.d Pid build and working 4 years ago
expand.o Pid build and working 4 years ago
expr.c Pid build and working 4 years ago
expr.d Pid build and working 4 years ago
expr.o Pid build and working 4 years ago
getopt.c Pid build and working 4 years ago
getopt.d Pid build and working 4 years ago
getopt.o Pid build and working 4 years ago
macsup.c Pid build and working 4 years ago
macsup.d Pid build and working 4 years ago
macsup.o Pid build and working 4 years ago
man.mac Pid build and working 4 years ago
me.mac Pid build and working 4 years ago
mnx.mac Pid build and working 4 years ago
ms.mac Pid build and working 4 years ago
nreq.c Pid build and working 4 years ago
nreq.d Pid build and working 4 years ago
nreq.o Pid build and working 4 years ago
output.c Pid build and working 4 years ago
output.d Pid build and working 4 years ago
output.o Pid build and working 4 years ago
pass2.c Pid build and working 4 years ago
pass2.d Pid build and working 4 years ago
pass2.o Pid build and working 4 years ago
pass3.c Pid build and working 4 years ago
pass3.d Pid build and working 4 years ago
pass3.o Pid build and working 4 years ago
proto.h Pid build and working 4 years ago
regerror.c Pid build and working 4 years ago
regerror.d Pid build and working 4 years ago
regerror.o Pid build and working 4 years ago
regexp.c Pid build and working 4 years ago
regexp.d Pid build and working 4 years ago
regexp.h Pid build and working 4 years ago
regexp.o Pid build and working 4 years ago
regmagic.h Pid build and working 4 years ago
store.c Pid build and working 4 years ago
store.d Pid build and working 4 years ago
store.o Pid build and working 4 years ago
string.c Pid build and working 4 years ago
string.d Pid build and working 4 years ago
string.o Pid build and working 4 years ago

README

Cawf - nroff-like text formatter

Cawf is a C version of awf, Henry Spencer's Amazingly Workable (text)
Formatter. (Awf is written in awk and appears in comp.sources.unix,
Volume 23, Issue 27.) Cawf and awf provide a usable subset of raw nroff
capabilities and the styles of the man(7), me(7) and ms(7) macro sets.
One of cawf's virtues is that it will run on PC clones under MS-DOS. It
is also, like awf, totally independent of any licensed Unix source code.

This distribution contains complete source, make files for Unix and
MS-DOS, documentation (raw and formatted) and MS-DOS executables for cawf
and a companion output filters, bsfilt.

This is the fourth distribution of cawf. Changes include:

* Some rudimentary output device support has been added, via a device
configuration file.

* The code has been converted to use unsigned characters.

* An attempt has been made to make the code ANSI C compliant.

* The following bugs have been fixed:

A bug in the locating of the device file has been c