diff options
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index cd32a87da6b..4ee8aea1eae 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,25 @@ +2011-04-19 Peter Breitenlohner <peb@mppmu.mpg.de> + + Avoid 'differ in signedness' warnings. + * cpascal.h: Define ucharcast(). + + * bibtex.ch (pds_type): Do not declare as unsigned. + (pre_define): Apply ucharcast() to xord[] index. + + * dvicopy.ch (comment): Do not declare as unsigned. + (do_pre): Apply ucharcast() to xord[] index. + + * gftodvi.ch (start_gf): Do not declare arg_buffer as unsigned + and apply ucharcast() to xord[] index. + + * mf.ch (MF_base_default): Do not declare as unsigned. + (pack_buffered_name): Apply ucharcast() to xord[] index. + (storebasefile, loadbasefile): cast base_engine to string. + + * tex.ch (TEX_format_default): Do not declare as unsigned. + (pack_buffered_name): Apply ucharcast() to xord[] index. + (storefmtfile, loadfmtfile): Cast format_engine to string. + 2011-03-28 Peter Breitenlohner <peb@mppmu.mpg.de> * configure.ac: LuaTeX needs poppler at least 0.12, no reason |