diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:23:35 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:23:35 +0000 |
commit | 3ddbe63b20fa2b648abf075780d9aa3b5a4c1cf3 (patch) | |
tree | 5809920b7e0b848d864c43eece76d5ff89a2fe70 /Build/source/utils/psutils/ChangeLog | |
parent | 5b363a40437db7a695d05b8ec648e7c88a8a467e (diff) |
towards TL2010: utils/psutils
git-svn-id: svn://tug.org/texlive/trunk@15960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/psutils/ChangeLog')
-rw-r--r-- | Build/source/utils/psutils/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Build/source/utils/psutils/ChangeLog b/Build/source/utils/psutils/ChangeLog index 61ef94b9462..a55466980a4 100644 --- a/Build/source/utils/psutils/ChangeLog +++ b/Build/source/utils/psutils/ChangeLog @@ -1,9 +1,19 @@ +2009-08-27 Peter Breitenlohner <peb@mppmu.mpg.de> + + Avoid maximal compiler warnings. + * pserror.[ch] (message): Constify string arg. + * psspec.c (prologue): Constify global strings. + (pstops): Drop inner local var 'buffer', not to shadow previous. + Constify local var 'pro'. + * psutil.[ch] (struct papersize): constify string member 'name'. + (findpaper, writepageheader, writestring): Constify string args. + 2009-06-23 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (AM_CFLAGS), configure.ac: enable compiler warnings. * epsffit.c (main): avoid uninitialized warnings. * psnup.c (main): avoid uninitialized warnings. - * pstops.c (void): declare as static. + * pstops.c (usage): declare as static. 2009-05-06 Peter Breitenlohner <peb@mppmu.mpg.de> |