diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:27:09 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:27:09 +0000 |
commit | 5e8e9500102800e68c9e7fcac9e85c1668b71a36 (patch) | |
tree | 81d79ac70ffbb127e8063f18c8f55475ca169ee1 /Build/source/texk/web2c/omegafonts/ChangeLog | |
parent | e6a9c88ada2f11dd61e4c4e39dff84944bed5787 (diff) |
towards TL2010: texk/web2c
git-svn-id: svn://tug.org/texlive/trunk@15964 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/omegafonts/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegafonts/ChangeLog b/Build/source/texk/web2c/omegafonts/ChangeLog index c8d63a34ffd..3ebfe628438 100644 --- a/Build/source/texk/web2c/omegafonts/ChangeLog +++ b/Build/source/texk/web2c/omegafonts/ChangeLog @@ -1,3 +1,41 @@ +2009-09-18 Peter Breitenlohner <peb@mppmu.mpg.de> + + * header_routines.c (init_header): Call init_ofm_level() to + allow reading PL/VPL (ofm_level=-1) files. + +2009-09-11 Peter Breitenlohner <peb@mppmu.mpg.de> + + * pl-parser.l: Accept NFONTDIR as alias for NATURALFONTDIR for + compatibility with omegaware (Web2C) versions. + +2009-08-27 Peter Breitenlohner <peb@mppmu.mpg.de> + + Avoid maximal compiler warnings. + + * char_routines.[ch] (check_existence_and_safety, + doublecheck_existence): Constify string params. + * error_routines.[ch]: Constify string params of all functions. + * header_routines.c (init_design_size): ANSI C definition. + ({init,set}_{coding_scheme,family}): Use xstrdup'ed string + literal to initialize non-const string (and later free it). + * omfonts.c (names_msg, suffixes, full_suffixes): Constify strings. + * out_routines.[ch] (character_measures, extensible_pieces, + ligature_commands, xerox_faces, named_parameters, + named_mathsy_parameters, named_mathex_parameters, type_directions, + actual_directions, accent_kinds, move_directions, rule_measures, + glue_shrink_stretch, glue_orders, glue_kinds): Constify strings. + (out): Constify string param. + * pl-lexer.l: (scan_string): Constify string param. + + * Makefile.am (INCLUDES): Add -DNOT_WEB2C, not to import from + ../lib/lib.h globals defined in ../lib/main.c. + * dimen_routines.c (delta): Remove unused global var. + +2009-08-19 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am: omfonts must depend explicitly on KPATHSEA_DEPEND, + the implicit dependency via proglib is not enough. + 2009-07-15 Peter Breitenlohner <peb@mppmu.mpg.de> Implement DVI specials in ovp/ovf character packets. |