1*433d6423SLionel Sambucdiff -c1 ../4.0.2.dist/Makefile ./Makefile 2*433d6423SLionel Sambuc*** ../4.0.2.dist/Makefile Thu Nov 26 09:06:28 1992 3*433d6423SLionel Sambuc--- ./Makefile Thu Nov 26 09:17:08 1992 4*433d6423SLionel Sambuc*************** 5*433d6423SLionel Sambuc*** 36,40 **** 6*433d6423SLionel Sambuc 7*433d6423SLionel Sambuc! DEFS = -DUNIX -DSTDLIB -ansi -pedantic 8*433d6423SLionel Sambuc 9*433d6423SLionel Sambuc! CFLAGS = -O ${DEFS} 10*433d6423SLionel Sambuc 11*433d6423SLionel Sambuc--- 36,40 ---- 12*433d6423SLionel Sambuc 13*433d6423SLionel Sambuc! DEFS = -DUNIX -DUSG -DSTDLIB 14*433d6423SLionel Sambuc 15*433d6423SLionel Sambuc! CFLAGS = -i -s -f -O ${DEFS} 16*433d6423SLionel Sambuc 17*433d6423SLionel Sambucdiff -c1 ../4.0.2.dist/README ./README 18*433d6423SLionel Sambuc*** ../4.0.2.dist/README Thu Nov 26 09:06:28 1992 19*433d6423SLionel Sambuc--- ./README Thu Nov 26 09:19:26 1992 20*433d6423SLionel Sambuc*************** 21*433d6423SLionel Sambuc*** 54,56 **** 22*433d6423SLionel Sambuc--- 54,68 ---- 23*433d6423SLionel Sambuc 24*433d6423SLionel Sambuc+ Changes to cawf to run under Minix: 25*433d6423SLionel Sambuc 26*433d6423SLionel Sambuc+ * The DOS binaries and make files have been removed. 27*433d6423SLionel Sambuc+ 28*433d6423SLionel Sambuc+ * Tabs stops changed from per 5 to per 8. 29*433d6423SLionel Sambuc+ 30*433d6423SLionel Sambuc+ * Bold and underline as it should be in device.cf. 31*433d6423SLionel Sambuc+ 32*433d6423SLionel Sambuc+ * Added .SB and .TA to man.mac. 33*433d6423SLionel Sambuc+ 34*433d6423SLionel Sambuc+ * Numerous prototypes added. 35*433d6423SLionel Sambuc+ 36*433d6423SLionel Sambuc+ 37*433d6423SLionel Sambuc CONTENTS 38*433d6423SLionel Sambuc*************** 39*433d6423SLionel Sambuc*** 58,62 **** 40*433d6423SLionel Sambuc 41*433d6423SLionel Sambuc! This Unix distribution of cawf includes: 42*433d6423SLionel Sambuc 43*433d6423SLionel Sambuc! 00readme this file 44*433d6423SLionel Sambuc *.c and *.h source files to build cawf and bsfilt (bsfilt 45*433d6423SLionel Sambuc--- 70,74 ---- 46*433d6423SLionel Sambuc 47*433d6423SLionel Sambuc! This Minix distribution of cawf includes: 48*433d6423SLionel Sambuc 49*433d6423SLionel Sambuc! README this file 50*433d6423SLionel Sambuc *.c and *.h source files to build cawf and bsfilt (bsfilt 51*433d6423SLionel Sambuc*************** 52*433d6423SLionel Sambuc*** 64,70 **** 53*433d6423SLionel Sambuc bsfilt.1 nroff source for the bsfilt manual page 54*433d6423SLionel Sambuc- bsfilt.exe.uue uuencoded MS-DOS bsfilt executable 55*433d6423SLionel Sambuc- bsfilt.mak MS-DOS Quick-C make file for bsfilt 56*433d6423SLionel Sambuc cawf.1 nroff source for the cawf manual page 57*433d6423SLionel Sambuc- cawf.exe.uue uuencoded MS-DOS cawf executable 58*433d6423SLionel Sambuc- cawf.mak MS-DOS Quick-C make file for cawf 59*433d6423SLionel Sambuc common initialization file for CAWFLIB library 60*433d6423SLionel Sambuc--- 76,78 ---- 61*433d6423SLionel Sambuc*************** 62*433d6423SLionel Sambuc*** 77,86 **** 63*433d6423SLionel Sambuc ms.mac ms(7) macros for CAWFLIB library 64*433d6423SLionel Sambuc 65*433d6423SLionel Sambuc- Hint: to generate an MS-DOS executable, uudecode the *.exe.uue file -- e.g. 66*433d6423SLionel Sambuc 67*433d6423SLionel Sambuc- $ uudecode cawf.exe.uue 68*433d6423SLionel Sambuc- 69*433d6423SLionel Sambuc- yields a cawf.exe file. 70*433d6423SLionel Sambuc- 71*433d6423SLionel Sambuc- 72*433d6423SLionel Sambuc LIBRARY 73*433d6423SLionel Sambuc--- 85,94 ---- 74*433d6423SLionel Sambuc ms.mac ms(7) macros for CAWFLIB library 75*433d6423SLionel Sambuc+ diffs Minix patches 76*433d6423SLionel Sambuc+ #ifdef PUTTING_IT_ON_THE_NET 77*433d6423SLionel Sambuc+ cawf 78*433d6423SLionel Sambuc+ bsfilt binaries compiled under Minix-PC 1.5 using the ACK 79*433d6423SLionel Sambuc+ ANSI C compiler using software floating point 80*433d6423SLionel Sambuc+ #endif 81*433d6423SLionel Sambuc 82*433d6423SLionel Sambuc 83*433d6423SLionel Sambuc LIBRARY 84*433d6423SLionel Sambuc*************** 85*433d6423SLionel Sambuc*** 89,92 **** 86*433d6423SLionel Sambuc To use cawf, you must select a location for the CAWFLIB library files. The 87*433d6423SLionel Sambuc! distributed cawf.exe expects to find them in c:\sys\lib\cawf, but you can 88*433d6423SLionel Sambuc! alter that with the CAWFLIB environment variable, or you can change the 89*433d6423SLionel Sambuc CAWFLIB #define in cawf.h and rebuild cawf from the sources. 90*433d6423SLionel Sambuc--- 97,100 ---- 91*433d6423SLionel Sambuc To use cawf, you must select a location for the CAWFLIB library files. The 92*433d6423SLionel Sambuc! distributed cawf binary expects to find them in /usr/local/lib/cawf but you 93*433d6423SLionel Sambuc! can alter that with the CAWFLIB environment variable, or you can change the 94*433d6423SLionel Sambuc CAWFLIB #define in cawf.h and rebuild cawf from the sources. 95*433d6423SLionel Sambuc*************** 96*433d6423SLionel Sambuc*** 135,139 **** 97*433d6423SLionel Sambuc 98*433d6423SLionel Sambuc! A Unix make file and a cawf.mak file for version 2.5 of Microsoft MS-DOS 99*433d6423SLionel Sambuc! Quick-C are included. The Unix make file has some definitions that help 100*433d6423SLionel Sambuc! tune it to the local Unix environment: 101*433d6423SLionel Sambuc 102*433d6423SLionel Sambuc--- 143,146 ---- 103*433d6423SLionel Sambuc 104*433d6423SLionel Sambuc! The Unix make file has some definitions that help tune it to the local 105*433d6423SLionel Sambuc! Unix environment: 106*433d6423SLionel Sambuc 107*433d6423SLionel Sambuc*************** 108*433d6423SLionel Sambuc*** 251 **** 109*433d6423SLionel Sambuc--- 258,264 ---- 110*433d6423SLionel Sambuc 111*433d6423SLionel Sambuc+ 112*433d6423SLionel Sambuc+ MINIX SPECIFIC TINKERING 113*433d6423SLionel Sambuc+ ------------------------ 114*433d6423SLionel Sambuc+ 115*433d6423SLionel Sambuc+ Kees J. Bot <kjb@cs.vu.nl> 116*433d6423SLionel Sambuc+ 26 November 1992 117*433d6423SLionel Sambucdiff -c1 ../4.0.2.dist/cawflib.h ./cawflib.h 118*433d6423SLionel Sambuc*** ../4.0.2.dist/cawflib.h Thu Nov 26 09:06:35 1992 119*433d6423SLionel Sambuc--- ./cawflib.h Thu Nov 26 09:17:10 1992 120*433d6423SLionel Sambuc*************** 121*433d6423SLionel Sambuc*** 32,34 **** 122*433d6423SLionel Sambuc #ifdef UNIX 123*433d6423SLionel Sambuc! #define CAWFLIB "/Homes/abe/lib/cawf" /* UNIX library location */ 124*433d6423SLionel Sambuc #else 125*433d6423SLionel Sambuc--- 32,34 ---- 126*433d6423SLionel Sambuc #ifdef UNIX 127*433d6423SLionel Sambuc! #define CAWFLIB "/usr/local/lib/cawf" /* UNIX library location */ 128*433d6423SLionel Sambuc #else 129*433d6423SLionel Sambucdiff -c1 ../4.0.2.dist/common ./common 130*433d6423SLionel Sambuc*** ../4.0.2.dist/common Thu Nov 26 09:06:36 1992 131*433d6423SLionel Sambuc--- ./common Thu Nov 26 09:17:10 1992 132*433d6423SLionel Sambuc*************** 133*433d6423SLionel Sambuc*** 4,6 **** 134*433d6423SLionel Sambuc .ce 0 135*433d6423SLionel Sambuc! .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 136*433d6423SLionel Sambuc .in 0 137*433d6423SLionel Sambuc--- 4,6 ---- 138*433d6423SLionel Sambuc .ce 0 139*433d6423SLionel Sambuc! .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 140*433d6423SLionel Sambuc .in 0 141*433d6423SLionel Sambucdiff -c1 ../4.0.2.dist/device.c ./device.c 142*433d6423SLionel Sambuc*** ../4.0.2.dist/device.c Thu Nov 26 09:06:36 1992 143*433d6423SLionel Sambuc--- ./device.c Thu Nov 26 09:34:09 1992 144*433d6423SLionel Sambuc*************** 145*433d6423SLionel Sambuc*** 229,231 **** 146*433d6423SLionel Sambuc if (strcasecmp(Device, "ansi") == 0) { 147*433d6423SLionel Sambuc! Fstr.b = Newstr((unsigned char *)"x[7m"); 148*433d6423SLionel Sambuc Fstr.it = Newstr((unsigned char *)"x[4m"); 149*433d6423SLionel Sambuc--- 229,231 ---- 150*433d6423SLionel Sambuc if (strcasecmp(Device, "ansi") == 0) { 151*433d6423SLionel Sambuc! Fstr.b = Newstr((unsigned char *)"x[1m"); 152*433d6423SLionel Sambuc Fstr.it = Newstr((unsigned char *)"x[4m"); 153*433d6423SLionel Sambucdiff -c1 ../4.0.2.dist/device.cf ./device.cf 154*433d6423SLionel Sambuc*** ../4.0.2.dist/device.cf Thu Nov 26 09:06:37 1992 155*433d6423SLionel Sambuc--- ./device.cf Thu Nov 26 09:21:17 1992 156*433d6423SLionel Sambuc*************** 157*433d6423SLionel Sambuc*** 13,15 **** 158*433d6423SLionel Sambuc # VGA monochrome monitors 159*433d6423SLionel Sambuc! # italic = reverse video 160*433d6423SLionel Sambuc 161*433d6423SLionel Sambuc--- 13,15 ---- 162*433d6423SLionel Sambuc # VGA monochrome monitors 163*433d6423SLionel Sambuc! # italic = underline 164*433d6423SLionel Sambuc 165*433d6423SLionel Sambuc*************** 166*433d6423SLionel Sambuc*** 17,19 **** 167*433d6423SLionel Sambuc b=\033[1m 168*433d6423SLionel Sambuc! i=\033[7m 169*433d6423SLionel Sambuc r=\033[0m 170*433d6423SLionel Sambuc--- 17,19 ---- 171*433d6423SLionel Sambuc b=\033[1m 172*433d6423SLionel Sambuc! i=\033[4m 173*433d6423SLionel Sambuc r=\033[0m 174*433d6423SLionel SambucOnly in .: diffs 175*433d6423SLionel Sambucdiff -c1 ../4.0.2.dist/man.mac ./man.mac 176*433d6423SLionel Sambuc*** ../4.0.2.dist/man.mac Thu Nov 26 09:06:42 1992 177*433d6423SLionel Sambuc--- ./man.mac Thu Nov 26 09:17:12 1992 178*433d6423SLionel Sambuc*************** 179*433d6423SLionel Sambuc*** 5,7 **** 180*433d6423SLionel Sambuc .ds LH "\\$1(\\$2) 181*433d6423SLionel Sambuc! .ds CH "Unix Programmer's Manual 182*433d6423SLionel Sambuc .ds RH "\\$1(\\$2) 183*433d6423SLionel Sambuc--- 5,7 ---- 184*433d6423SLionel Sambuc .ds LH "\\$1(\\$2) 185*433d6423SLionel Sambuc! .ds CH "Minix Programmer's Manual 186*433d6423SLionel Sambuc .ds RH "\\$1(\\$2) 187*433d6423SLionel Sambuc*************** 188*433d6423SLionel Sambuc*** 120,121 **** 189*433d6423SLionel Sambuc--- 120,128 ---- 190*433d6423SLionel Sambuc .\"----------------- 191*433d6423SLionel Sambuc+ .de SB 192*433d6423SLionel Sambuc+ .\" Can't reduce size, just do bold 193*433d6423SLionel Sambuc+ .ft B 194*433d6423SLionel Sambuc+ .it 1 fP 195*433d6423SLionel Sambuc+ .if \\n(.$>0 \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9 196*433d6423SLionel Sambuc+ .. 197*433d6423SLionel Sambuc+ .\"----------------- 198*433d6423SLionel Sambuc .de IR 199*433d6423SLionel Sambuc*************** 200*433d6423SLionel Sambuc*** 150,152 **** 201*433d6423SLionel Sambuc .de DT 202*433d6423SLionel Sambuc! .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 203*433d6423SLionel Sambuc .. 204*433d6423SLionel Sambuc--- 157,163 ---- 205*433d6423SLionel Sambuc .de DT 206*433d6423SLionel Sambuc! .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 207*433d6423SLionel Sambuc! .. 208*433d6423SLionel Sambuc! .\"----------------- 209*433d6423SLionel Sambuc! .de TA 210*433d6423SLionel Sambuc! .ta \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9 211*433d6423SLionel Sambuc .. 212