Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!seismo!lll-lcc!ames!ucbcad!ucbvax!renoir.Berkeley.EDU!monardo
From: monardo@renoir.Berkeley.EDU (Pat Monardo)
Newsgroups: comp.text
Subject: Common TeX port reports.
Message-ID: <16873@ucbvax.BERKELEY.EDU>
Date: Thu, 15-Jan-87 16:01:50 EST
Article-I.D.: ucbvax.16873
Posted: Thu Jan 15 16:01:50 1987
Date-Received: Fri, 16-Jan-87 02:14:27 EST
Sender: usenet@ucbvax.BERKELEY.EDU
Reply-To: monardo@renoir.Berkeley.EDU (Pat Monardo)
Organization: University of California, Berkeley
Lines: 82


Before reading this, note that I am NOT using RCS or SCCS
in the distribution.

rms reports:

In the function open_log_file (file.c)
change the declaration 
	char	months[36];
to
	char	months[37];

krishnan reports:
(krishnan%hplnkk@hplabs.HP.COM)
Subject: Generic System V changes for CTEX

RCS file: RCS/io.h,v
retrieving revision 1.1
retrieving revision 1.2
rdiff  -r1.1 -r1.2
71a72,74
> #ifdef	hpux
> #define clear_terminal()        ioctl(fileno(stdin), TCFLSH, 2)
> #else	!hpux
72a76
> #endif	!hpux

RCS file: RCS/tex.c,v
retrieving revision 1.1
retrieving revision 1.2
rdiff  -r1.1 -r1.2
64a65,67
> #ifdef	hpux
> #define	rindex	strrchr
> #endif	hpux

RCS file: RCS/tex.h,v
retrieving revision 1.1
retrieving revision 1.2
rdiff  -r1.1 -r1.2
45c45,50
< #include    

> #ifdef	hpux
> #include	
> #include	
> #else	!hpux
> #include	
> #endif	!hpux

RCS file: INIT/RCS/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
rdiff  -r1.1 -r1.2
52c52
< CFLAGS	      = -DINIT
---
> CFLAGS	      = -DINIT +X -Wp,-H50000 -Wc,-Nw500

RCS file: STAT/RCS/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
rdiff  -r1.1 -r1.2
52c52
< CFLAGS	      = -DSTAT
---
> CFLAGS	      = -DSTAT +X -Wp,-H50000 -Wc,-Nw500

RCS file: VIR/RCS/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
rdiff  -r1.1 -r1.2
52c52
< CFLAGS	      = -O
---
> CFLAGS	      = -O +X -Wp,-H50000 -Wc,-Nw500

Take note of the above and send in your own revisions.
These will be included in the updated distribution.

	Pat Monardo
	monardo@renoir.berkeley.edu