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
|
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).
|