2009-08-21 Peter Breitenlohner Avoid maximal compiler warnings. * dvidvi.c (oname): Constify global string. (error, putstr): Constify string arg. 2009-06-22 Peter Breitenlohner * Makefile.am (AM_CPPFLAGS): remove -DNeedFunctionPrototypes. 2009-06-09 Peter Breitenlohner * Makefile.am (AM_CFLAGS): enable compiler warnings. * dvidvi.c: declare most function as static and define them with ANSI C prototypes. #include 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 * dvidvi.c: always include , to avoid implicit declaration of calloc, exit, free, and malloc. 2009-05-27 Peter Breitenlohner Adapt to TL2009 build system. 2008-02-29 Peter Breitenlohner * configure.in: added AC_CONFIG_HEADERS (moved from ../kpathsea/common.ac to here). 2008-01-29 Peter Breitenlohner 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 * dvidvi.c: Changed return type void of main() into int. 1998-10-22 Eli Zaretskii * 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 * Makefile.in: additions from Eli Zaretski for DOS compatibility; bare-bones kpathsea usage Tue Jan 27 14:32:25 1998 Sebastian Rahtz * configure etc: new configure.in, c-auto.in, Makefile.in from Olaf Weber Tue Jan 27 13:58:04 1998 Sebastian Rahtz * Makefile.in: depend inclusion