[comp.text] Common TeX port reports.

monardo@renoir.Berkeley.EDU (Pat Monardo) (01/16/87)

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    <sys/time.h>

> #ifdef	hpux
> #include	<time.h>
> #include	<sys/termio.h>
> #else	!hpux
> #include	<sys/time.h>
> #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