2012-04-25 Peter Breitenlohner * patch-02-MEM_DEBUG (new): Try to avoid mem_debug_check warning. * spc_pdfm.c (spc_handler_pdfm_stream_with_type): Free fullname. * mem.c: Increase MEM_LINE, avoid C99-ism, add tex-k@tug.org. 2012-04-21 Peter Breitenlohner * patch-01-texlive (new): Indicate this the TeX Live version. * dvipdfmx.c (show_version): Print "modified for TeX Live,". 2012-04-20 Norbert Preining Created snapshot 20120420. * remove all patches but patch-00-cfg and include them in proper dvipdfmx, add also the changelogs there. 2012-03-29 Peter Breitenlohner * patch-08-extern (new): Remove extern decls from *.c files. * dpxfile.c: Drop obsolete comment that mkstemp may not be declared in stdlib.h. * spc_color.c: Drop 'extern' from function definition. * error.h: ANSI C prototype for error_cleanup(). * error.c: Drop extern decl, now in error.h. * dvipdfmx.c: Add '#include "error.h"' and drop extern decl. 2012-03-05 Peter Breitenlohner * patch-07-surrogates (new): Handle UTP-16 surrogates for UCS-4 supplementary planes. Based on patch from Tanaka Takuji-san. 2012-01-17 Hironori Kitagawa * patch-06-dtou (new): Support for (e-)(u)pTeX dtou direction. 2011-11-05 Akira Kakuto * patch-04-uptex: remove incompatible lines and erase #ifdef upTeX. 2011-10-18 Peter Breitenlohner * patch-05-typo (new): Fix typo "featre" -> "feature". 2011-09-07 Akira Kakuto * patch-04-uptex (new): (e-)upTeX support. 2011-06-15 Peter Breitenlohner * patch-02-exec_spawn (new): Bug fix for exec_spawn() from Akira Kakuto and Peter Breitenlohner. * patch-03-uint32_t (new): Portability fix (for AIX). 2011-05-31 Peter Breitenlohner * patch-01-manpage: Adapted to modified extractbb manpage. 2011-05-09 Peter Breitenlohner * ../dvipdfmx-20110311/data/dvipdfmx.cfg: Synched from Master. * patch-00-cfg: Adapted (by Karl Berry ). 2011-05-03 Peter Breitenlohner Imported snapshot 20110311. * patch-04-dvipdfmx-20110311 (removed): Now included. * patch-01-manpage (new): Update man/extractbb.1. 2011-04-29 Peter Breitenlohner * patch-00-cfg (new): Change dvipdfmx.cfg to use rungs instead of the default ps2pdf -dSAFER, to avoid complete pstricks failure with xetex. 2011-03-11 Peter Breitenlohner * patch-04-dvipdfmx-20110311 (new): From upstream. 2011-03-09 Peter Breitenlohner Imported snapshot 20110309. * patch-01-dpxfile, patch-02-manpage, patch-03-sys_wait_h (removed): Now all in the distributed snapshot. 2011-03-08 Peter Breitenlohner * patch-03-sys_wait_h (new): Check for sys/wait.h, in order to define HAVE_SYS_WAIT_H (required for src/dpxfile.c). 2011-03-07 Peter Breitenlohner Imported snapshot 20110305. * patch-01-dpxfile (new): Use concat3() instead of concatn(). Avoid compiler warnings: add const's; cast `unsigned char' to `unsigned short' for printing. * patch-02-manpage (new): Add ebb to NAME; better formatting.