summaryrefslogtreecommitdiff
path: root/Build/source/texk/gsftopk/ChangeLog
blob: 8369e5aa0a9b34c7fd4cdde3633086d87bcacd15 (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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
2020-11-05  Karl Berry  <karl@freefriends.org>

	* configure.ac (AC_HEADER_TIME): remove, since it will be
	a no-op in the next autoconf anyway, and is (hopefully) universal.

2019-08-18  Akira Kakuto  <kakuto@w32tex.org>

	* gsftopk.c: Add an option -dNOSAFER for Ghostscript.
	Otherwise gs-9.28 fails with:
	"Error: /invalidfileaccess in --run--".
	gs-9.28 is not released yet, and the above is found by
	testing with gs-9.28rc1.
	The gsftopk requires to execute a PostScript code
	"(absolute path) run" such as
	"(/texlive/2019/texmf-dist/fonts/enc/dvips/base/8r.enc) run"
	which is not allowed in SAFER mode of Ghostscript.
	In the upcoming gs-9.28, SAFER mode becomes default even
	if -dSAFER is not set in a command line. Thus an explicit
	-dNOSAFER is necessary for the gsftopk.

2019-04-05  Paul Vojta <vojta@math.berkeley.edu>

	* render.ps (shellarguments): check for /.shellarguments
	before shellarguments.

2014-06-23  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>

	* gsftopk.c: Support 64bit compilation (Windows only).

2014-06-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* gsftopk.c: Avoid undefined behaviour when char is signed.

2014-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS.

2013-06-28  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* gsftopk.c: Replace bzero(s, l) => memset(s, 0, l).

2013-02-08  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (gsftopkpsheaderdir): Change texmf => texmf-dist.

2012-12-17  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Enable silent rules.

2012-11-20  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Avoid use of deprecated INCLUDES.

2012-10-17  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* gsftopk.c: Avoid MSVC warning.

2012-10-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* gsftopk.c: All current C compilers support `const'.

2012-07-15  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* gsftopk.c: Pass program name string to kpse_set_program_name.

2011-12-06  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Replace ${prefix}/texmf => $(datarootdir)/texmf.

2011-08-03  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* gsftopk.c [MINGW32]: Drop superfluous dostounix_filename().
	Call texlive_gs_init() for MINGW32, as for native WIN32.

2010-09-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (DISTCLEANFILES): Use += instead of = to add
	more files.

2010-03-09  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* gsftopk.c: Use kpse_set_program_name() instead of
	kpse_set_progname().

2010-02-12  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* gsftopk.c [WIN32]: Patches for MinGW32 build
	from Akira Kakuto, 26 Feb 2010 11:00:34.
	Avoid compiler warnings.

2010-02-12  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* gsftopk.c: Add '#if defined(KPSE_DEBUG)' to allow compilation
	with '-DNO_DEBUG'.

2009-11-07  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.ac, gsftopk.c: Require recent kpathsea version.

2009-08-22  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.ac: Check for <kpathsea/version.h> and ...
	* gsftopk.c: ... skip extern decl if found.

2009-07-17  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* gsftopk.c (pk_rll_cvt): cast ptr diff to long for printing.
	NB: sizeof(ptr)==sizeof(long) for both 32Bit and 64Bit systems.

2009-06-20  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (AM_CFLAGS): enable compiler warnings.
	* gsftopk.c: use ANSI C function declarations and prototypes.
	(exit_toto_too, oops, opt_oops, get_one_arg, fgets_long,
	getdefaults, scan_map_file, addtodls, getlong, expect,
	whitespace, getint): declare as static.
	(main): explicit braces to avoid ambiguous `else'.

	* gsftopk.c (ISSET): add parens to definition (for polling).

2009-06-02  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* gsftopk.c: remove obsolete 'NORETURN void' -> 'volatile void'
	return type for functions, this may just give a wrning.

2009-05-07  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapt to TL2009 build system.

2008-02-27  Peter Breitenlohner  <peb@mppmu.mpg.de>
	* acconfig.h: removed (empty file).
	* configure.in: stricter m4 quoting.

2008-01-31  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Convert from autoconf-2.13 to autoconf-2.59+:
	* Makefile.in: Add @configure_input@ line.
	* aclocal.m4 (new): Generated (aclocal -I ../m4).
	* configure: Regenerated (autoconf).