1 diff -c1 ../4.0.2.dist/Makefile ./Makefile
2 *** ../4.0.2.dist/Makefile Thu Nov 26 09:06:28 1992
3 --- ./Makefile Thu Nov 26 09:17:08 1992
7 ! DEFS = -DUNIX -DSTDLIB -ansi -pedantic
13 ! DEFS = -DUNIX -DUSG -DSTDLIB
15 ! CFLAGS = -i -s -f -O ${DEFS}
17 diff -c1 ../4.0.2.dist/README ./README
18 *** ../4.0.2.dist/README Thu Nov 26 09:06:28 1992
19 --- ./README Thu Nov 26 09:19:26 1992
24 + Changes to cawf to run under Minix:
26 + * The DOS binaries and make files have been removed.
28 + * Tabs stops changed from per 5 to per 8.
30 + * Bold and underline as it should be in device.cf.
32 + * Added .SB and .TA to man.mac.
34 + * Numerous prototypes added.
41 ! This Unix distribution of cawf includes:
44 *.c and *.h source files to build cawf and bsfilt (bsfilt
47 ! This Minix distribution of cawf includes:
50 *.c and *.h source files to build cawf and bsfilt (bsfilt
53 bsfilt.1 nroff source for the bsfilt manual page
54 - bsfilt.exe.uue uuencoded MS-DOS bsfilt executable
55 - bsfilt.mak MS-DOS Quick-C make file for bsfilt
56 cawf.1 nroff source for the cawf manual page
57 - cawf.exe.uue uuencoded MS-DOS cawf executable
58 - cawf.mak MS-DOS Quick-C make file for cawf
59 common initialization file for CAWFLIB library
63 ms.mac ms(7) macros for CAWFLIB library
65 - Hint: to generate an MS-DOS executable, uudecode the *.exe.uue file -- e.g.
67 - $ uudecode cawf.exe.uue
69 - yields a cawf.exe file.
74 ms.mac ms(7) macros for CAWFLIB library
76 + #ifdef PUTTING_IT_ON_THE_NET
78 + bsfilt binaries compiled under Minix-PC 1.5 using the ACK
79 + ANSI C compiler using software floating point
86 To use cawf, you must select a location for the CAWFLIB library files. The
87 ! distributed cawf.exe expects to find them in c:\sys\lib\cawf, but you can
88 ! alter that with the CAWFLIB environment variable, or you can change the
89 CAWFLIB #define in cawf.h and rebuild cawf from the sources.
91 To use cawf, you must select a location for the CAWFLIB library files. The
92 ! distributed cawf binary expects to find them in /usr/local/lib/cawf but you
93 ! can alter that with the CAWFLIB environment variable, or you can change the
94 CAWFLIB #define in cawf.h and rebuild cawf from the sources.
98 ! A Unix make file and a cawf.mak file for version 2.5 of Microsoft MS-DOS
99 ! Quick-C are included. The Unix make file has some definitions that help
100 ! tune it to the local Unix environment:
104 ! The Unix make file has some definitions that help tune it to the local
112 + MINIX SPECIFIC TINKERING
113 + ------------------------
115 + Kees J. Bot <kjb@cs.vu.nl>
117 diff -c1 ../4.0.2.dist/cawflib.h ./cawflib.h
118 *** ../4.0.2.dist/cawflib.h Thu Nov 26 09:06:35 1992
119 --- ./cawflib.h Thu Nov 26 09:17:10 1992
123 ! #define CAWFLIB "/Homes/abe/lib/cawf" /* UNIX library location */
127 ! #define CAWFLIB "/usr/local/lib/cawf" /* UNIX library location */
129 diff -c1 ../4.0.2.dist/common ./common
130 *** ../4.0.2.dist/common Thu Nov 26 09:06:36 1992
131 --- ./common Thu Nov 26 09:17:10 1992
135 ! .ta +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5
139 ! .ta +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8
141 diff -c1 ../4.0.2.dist/device.c ./device.c
142 *** ../4.0.2.dist/device.c Thu Nov 26 09:06:36 1992
143 --- ./device.c Thu Nov 26 09:34:09 1992
146 if (strcasecmp(Device, "ansi") == 0) {
147 ! Fstr.b = Newstr((unsigned char *)"x[7m");
148 Fstr.it = Newstr((unsigned char *)"x[4m");
150 if (strcasecmp(Device, "ansi") == 0) {
151 ! Fstr.b = Newstr((unsigned char *)"x[1m");
152 Fstr.it = Newstr((unsigned char *)"x[4m");
153 diff -c1 ../4.0.2.dist/device.cf ./device.cf
154 *** ../4.0.2.dist/device.cf Thu Nov 26 09:06:37 1992
155 --- ./device.cf Thu Nov 26 09:21:17 1992
158 # VGA monochrome monitors
159 ! # italic = reverse video
162 # VGA monochrome monitors
163 ! # italic = underline
175 diff -c1 ../4.0.2.dist/man.mac ./man.mac
176 *** ../4.0.2.dist/man.mac Thu Nov 26 09:06:42 1992
177 --- ./man.mac Thu Nov 26 09:17:12 1992
181 ! .ds CH "Unix Programmer's Manual
185 ! .ds CH "Minix Programmer's Manual
192 + .\" Can't reduce size, just do bold
195 + .if \\n(.$>0 \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9
197 + .\"-----------------
202 ! .ta +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5 +5
206 ! .ta +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8 +8
208 ! .\"-----------------
210 ! .ta \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9