summaryrefslogtreecommitdiff
path: root/Build/source/texk/afm2pl/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/afm2pl/ChangeLog')
-rw-r--r--Build/source/texk/afm2pl/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/texk/afm2pl/ChangeLog b/Build/source/texk/afm2pl/ChangeLog
index 6ebadcf7664..db3dbe2a727 100644
--- a/Build/source/texk/afm2pl/ChangeLog
+++ b/Build/source/texk/afm2pl/ChangeLog
@@ -1,3 +1,16 @@
+2009-06-13 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am (AM_CFLAGS): enable compiler warnings.
+ * afm2pl.c: use ANSI C prototypes for functions or declare
+ them as static.
+ avoid "/*" within comment.
+ (readadobe): avoid unused variable.
+ (readargs): avoid && within || (without parentheses).
+ (copykerns): silence 'used uninitialized' warning.
+ (adobermkern): silence 'used uninitialized' warning.
+
+ * afm2pl.test (new): Shell script for test case.
+
2009-06-12 Francois Charette <firmicus@ankabut.net>
* afm2pl.c: rename getline to texlive_getline.