blob: f0259e6e9e45e769b99532dbb2441770c9141d8a (
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
|
2010-02-12 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (AM_CPPFLAGS): Remove '-DNO_DEBUG' ...
* configure.ac: ... now added via KPSE_KPATHSEA_FLAGS.
2009-08-21 Peter Breitenlohner <peb@mppmu.mpg.de>
Avoid maximal compiler warnings.
* dvidvi.c (oname): Constify global string.
(error, putstr): Constify string arg.
2009-06-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (AM_CPPFLAGS): remove -DNeedFunctionPrototypes.
2009-06-09 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (AM_CFLAGS): enable compiler warnings.
* dvidvi.c: declare most function as static and define them
with ANSI C prototypes. #include <unistd.h> to declare isatty.
Remove unused variables.
Remove SHORTINT (to select '%ld' or '%d' format specifiers),
all relevant variables are integer (typedef'ed as long).
2009-06-02 Peter Breitenlohner <peb@mppmu.mpg.de>
* dvidvi.c: always include <stdlib.h>, to avoid implicit
declaration of calloc, exit, free, and malloc.
2009-05-27 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.
2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.in: added AC_CONFIG_HEADERS (moved
from ../kpathsea/common.ac to here).
2008-01-29 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).
2004-12-30 Peter Breitenlohner <peb@mppmu.mpg.de>
* dvidvi.c: Changed return type void of main() into int.
1998-10-22 Eli Zaretskii <eliz@is.elta.co.il>
* dvidvi.c (READBIN, WRITEBIN, DIRSEP): Use definitions from
kpathsea/c-fopen.h and kpathsea/c-pathch.h.
(main): Use IS_DIR_SEP. If stdout is not the console device,
switch it to binary mode.
* Makefile.in (DEFS): Use -DNO_DEBUG, since DVIDVI programs don't
use Kpathsea.
Wed Mar 25 14:14:39 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* Makefile.in: additions from Eli Zaretski for DOS compatibility;
bare-bones kpathsea usage
Tue Jan 27 14:32:25 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* configure etc: new configure.in, c-auto.in, Makefile.in from
Olaf Weber
Tue Jan 27 13:58:04 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* Makefile.in: depend inclusion
|