diff options
Diffstat (limited to 'Build/source/texk/dvipos/ChangeLog')
-rw-r--r-- | Build/source/texk/dvipos/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/texk/dvipos/ChangeLog b/Build/source/texk/dvipos/ChangeLog index 5408e3ffcfa..c5e5250de2b 100644 --- a/Build/source/texk/dvipos/ChangeLog +++ b/Build/source/texk/dvipos/ChangeLog @@ -1,3 +1,18 @@ +2009-06-18 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am (AM_CFLAGS): enable compiler warnings. + * dvicore.c: initialize various local vars (although not + needed) to avoid compiler warnings. + (write_bbox): use long format spec for long vars. + (dvi_unsigned_quad): unused. + (sqxfw): always return at end of non-void function. + (define_font): allocate empty string for null font name to + avoid later problems (possibly a segmentation fault). + * tfm.c:#include "tfm.h" for function prototypes. + (tfm_open): parentheses around assignment used as truth value. + (a_tfm_init): declare as static. + (dump_sizes): declare as static, unused. + 2009-06-02 Peter Breitenlohner <peb@mppmu.mpg.de> * dvicore.c, utils.h: rename INFINITY -> WEB_INFINITY, to avoid |