summaryrefslogtreecommitdiff
path: root/Build/source/utils/psutils/psutils-1.17-PATCHES/ChangeLog
blob: b8ea380e2d5b73615b199b36ea9a755f87baeacc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2010-12-13  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* patch-07-fixmacps (new): Adapt to new kpsewhich semantics and
	texmf layout.
	Change basename => dirname and add 'use File::Basename'.

2010-12-10  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Patches applied to psutils-1.17 as obtained from CTAN.
	* patch-01-WIN32: Added various #ifdef WIN32.
	* patch-02-PERL: Handling of perl scripts.
	* patch-03-main-is-int: Changed return type of main() from void
	to int; changed exit at end into return.
	* patch-04-warnings: Avoid various compiler warnings.
	* patch-05-const: Constify strings.
	* patch-06-MINGW: Do not #include <win32lib.h> for MinGW32.