aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/postscript/changes
blob: 500eda2a64a1414944672c0fdac728277202081e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
add mkfile to each directory for plan9.

common:
add getopt.c to common.
insert #include <sys/types.h> before #include <fcntl.h> for off_t in bbox.c.
comment out strtok(), ftell(), sqrt() atan2() defs in ext.h.
insert #include <sys/types.h> before #include <fcntl.h> for off_t in misc.c.
comment out RUNELIB on #endif line in rune.c
add defined(plan9) in tempnam.c.
change path.h for plan9!

cropmarks:
add cropmarks.rc to cropmarks.

download:
move #include <sys/types.h> before #include <fcntl.h> for off_t in download.c.

dpost:
insert #include <sys/types.h> before #include <fcntl.h> for off_t in dpost.c.
added 
	#ifdef plan9
	#define	isascii(c)	((unsigned char)(c)<=0177)
	#endif
after #include <ctype.h> in dpost.c.

grabit:
add grabit.rc to grabit.

hardcopy:
add hardcopy.rc to hardcopy.

postbgi:
insert #include <sys/types.h> before #include <fcntl.h> for off_t in postbgi.c.
added 
	#ifdef plan9
	#define	isascii(c)	((unsigned char)(c)<=0177)
	#endif
after #include <ctype.h> in postbgi.c.

postdaisy:
insert #include <sys/types.h> before #include <fcntl.h> for off_t in postdaisy.c.
added 
	#ifdef plan9
	#define	isascii(c)	((unsigned char)(c)<=0177)
	#endif
after #include <ctype.h> in postdaisy.c.

postdmd:
insert #include <sys/types.h> before #include <fcntl.h> for off_t in postdmd.c.
added 
	#ifdef plan9
	#define	isascii(c)	((unsigned char)(c)<=0177)
	#endif
after #include <ctype.h> in postdmd.c.

postgif:
insert #include <sys/types.h> before #include <fcntl.h> for off_t in postgif.c.
added 
	#ifdef plan9
	#define	isascii(c)	((unsigned char)(c)<=0177)
	#endif
after #include <ctype.h> in postgif.c.

download:
added #include <string.h> in download.c.

dpost:
added #include <string.h> in draw.c.

picpack:
added #include <string.h> in picpack.c.

postmd:
insert #include <sys/types.h> before #include <fcntl.h> for off_t in postmd.c.
added 
	#ifdef plan9
	#define	isascii(c)	((unsigned char)(c)<=0177)
	#endif
after #include <ctype.h> in postmd.c.
added #include <string.h> in picpack.c.

postprint:
insert #include <sys/types.h> before #include <fcntl.h> for off_t in postprint.c.
added 
	#ifdef plan9
	#define	isascii(c)	((unsigned char)(c)<=0177)
	#endif
after #include <ctype.h> in postprint.c.

postreverse:
insert #include <sys/types.h> before #include <fcntl.h> for off_t in postreverse.c.

posttek:
insert #include <sys/types.h> before #include <fcntl.h> for off_t in posttek.c.