2020-11-05 Karl Berry * configure.ac (AC_HEADER_TIME): remove, since it will be a no-op in the next autoconf anyway, and is (hopefully) universal. 2019-08-18 Akira Kakuto * gsftopk.c: Add an option -dNOSAFER for Ghostscript. Otherwise gs-9.28 fails with: "Error: /invalidfileaccess in --run--". gs-9.28 is not released yet, and the above is found by testing with gs-9.28rc1. The gsftopk requires to execute a PostScript code "(absolute path) run" such as "(/texlive/2019/texmf-dist/fonts/enc/dvips/base/8r.enc) run" which is not allowed in SAFER mode of Ghostscript. In the upcoming gs-9.28, SAFER mode becomes default even if -dSAFER is not set in a command line. Thus an explicit -dNOSAFER is necessary for the gsftopk. 2019-04-05 Paul Vojta * render.ps (shellarguments): check for /.shellarguments before shellarguments. 2014-06-23 Akira Kakuto * gsftopk.c: Support 64bit compilation (Windows only). 2014-06-19 Peter Breitenlohner * gsftopk.c: Avoid undefined behaviour when char is signed. 2014-06-16 Peter Breitenlohner * Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS. 2013-06-28 Peter Breitenlohner * gsftopk.c: Replace bzero(s, l) => memset(s, 0, l). 2013-02-08 Peter Breitenlohner * Makefile.am (gsftopkpsheaderdir): Change texmf => texmf-dist. 2012-12-17 Peter Breitenlohner * Makefile.am: Enable silent rules. 2012-11-20 Peter Breitenlohner * Makefile.am: Avoid use of deprecated INCLUDES. 2012-10-17 Peter Breitenlohner * gsftopk.c: Avoid MSVC warning. 2012-10-16 Peter Breitenlohner * gsftopk.c: All current C compilers support `const'. 2012-07-15 Peter Breitenlohner * gsftopk.c: Pass program name string to kpse_set_program_name. 2011-12-06 Peter Breitenlohner * Makefile.am: Replace ${prefix}/texmf => $(datarootdir)/texmf. 2011-08-03 Peter Breitenlohner * gsftopk.c [MINGW32]: Drop superfluous dostounix_filename(). Call texlive_gs_init() for MINGW32, as for native WIN32. 2010-09-23 Peter Breitenlohner * Makefile.am (DISTCLEANFILES): Use += instead of = to add more files. 2010-03-09 Peter Breitenlohner * gsftopk.c: Use kpse_set_program_name() instead of kpse_set_progname(). 2010-02-12 Peter Breitenlohner * gsftopk.c [WIN32]: Patches for MinGW32 build from Akira Kakuto, 26 Feb 2010 11:00:34. Avoid compiler warnings. 2010-02-12 Peter Breitenlohner * gsftopk.c: Add '#if defined(KPSE_DEBUG)' to allow compilation with '-DNO_DEBUG'. 2009-11-07 Peter Breitenlohner * configure.ac, gsftopk.c: Require recent kpathsea version. 2009-08-22 Peter Breitenlohner * configure.ac: Check for and ... * gsftopk.c: ... skip extern decl if found. 2009-07-17 Peter Breitenlohner * 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 * 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 * gsftopk.c: remove obsolete 'NORETURN void' -> 'volatile void' return type for functions, this may just give a wrning. 2009-05-07 Peter Breitenlohner Adapt to TL2009 build system. 2008-02-27 Peter Breitenlohner * acconfig.h: removed (empty file). * configure.in: stricter m4 quoting. 2008-01-31 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).