diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:28:13 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:28:13 +0000 |
commit | 6060abeb38217f8b75f672b575714df610bffcad (patch) | |
tree | f28cf4050fc2bc03452816d7a8b049b19106693f /Build/source/texk/afm2pl/ChangeLog | |
parent | 5e8e9500102800e68c9e7fcac9e85c1668b71a36 (diff) |
towards TL2010: texk/afm2pl
git-svn-id: svn://tug.org/texlive/trunk@15965 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/afm2pl/ChangeLog')
-rw-r--r-- | Build/source/texk/afm2pl/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Build/source/texk/afm2pl/ChangeLog b/Build/source/texk/afm2pl/ChangeLog index 4e0b2448b09..dc2ab862dc8 100644 --- a/Build/source/texk/afm2pl/ChangeLog +++ b/Build/source/texk/afm2pl/ChangeLog @@ -1,3 +1,38 @@ +2009-11-07 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac, afm2pl.c: Require recent kpathsea version. + +2009-08-27 Peter Breitenlohner <peb@mppmu.mpg.de> + + Avoid maximal compiler warnings. + * afm2pl.c (lig.succ, lig.sub, kern.succ, adobeinfo.adobename, + encoding.name, encoding.vec, nstrings.names): + Constify struct member strings. + (codingscheme): Remove unused global string. + (fontname, ligoption, Ligoption, afmname, outname, encfilename, + ligfilename, boundaryname, interesting, plligops, encligops): + Constify global strings. + (error, newstring, findname, findadobe, findtfm, findindex, + concat, find_suffix, xbasename, openin, openout, interest, + expect, readadobe, writepl, getoutnames, conspsfonts): + Constify function parameter/result and local strings. + (checkligkern): Remove unnecessary inner declaration of 'ai', + not to shadow a previous local. + + * afm2pl.c (writepl), afm2pl.test: Avoid FAMILY with directory + part in output .pl file. + + * afm2pl.c: Enable standalone build: + Declare replacements functions exactly as they are in KPATHSEA + and '#define ISALNUM(c)'. + Always #include <string.h>, not <strings.h>. + +2009-08-22 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am (AM_CPPFLAGS): Remove -DKPATHSEA (done in afm2pl.c). + * configure.ac: Check for <kpathsea/version.h>. + * afm2pl.c: #include <kpathsea/version.h> and drop nested extern. + 2009-06-21 Siep Kroonenberg <siepo@cybercomm.nl> * Makefile.am: remove references to afm2pl.[txt|html] |