blob: 9d2509c266716aeb06606a917daeb710c4f2483e (
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
|
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).
|