summaryrefslogtreecommitdiff
path: root/Build/source/texk/gsftopk/ChangeLog
blob: 3906a4b266d98977e582e10136e78d3438f062da (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
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).