diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:30:09 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:30:09 +0000 |
commit | c7373aea6badf4ce6e1bca4a5335b89569d5c8a5 (patch) | |
tree | ebdd5fea26edc6f892bd2787737b25970ca00990 /Build/source/texk/xdvipdfmx/ChangeLog.TL | |
parent | 5fc8d99062f93c1d823ef44569549781d4a8e36b (diff) |
towards TL2010: texk/xdvipdfmx
git-svn-id: svn://tug.org/texlive/trunk@15971 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvipdfmx/ChangeLog.TL')
-rw-r--r-- | Build/source/texk/xdvipdfmx/ChangeLog.TL | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/Build/source/texk/xdvipdfmx/ChangeLog.TL b/Build/source/texk/xdvipdfmx/ChangeLog.TL index f38120989a0..701e7141117 100644 --- a/Build/source/texk/xdvipdfmx/ChangeLog.TL +++ b/Build/source/texk/xdvipdfmx/ChangeLog.TL @@ -1,6 +1,161 @@ ChangeLog.TL: TeX Live (TL) changes for xdvipdfmx ================================================= +2009-11-07 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac, src/dpxfile.c: Require recent kpathsea version. + +2009-09-02 Peter Breitenlohner <peb@mppmu.mpg.de> + + Avoid more maximal compiler warnings: + * src/pst_obj.c (pst_new_mark, pst_release_obj, pst_parse_null): + Instead of casting a const string to non-const, make a copy and + later free the copy. + +2009-08-30 Peter Breitenlohner <peb@mppmu.mpg.de> + + Avoid almost all maximal compiler warnings: + * src/agl.c (agl_load_line, agl_load_listfile), + src/cid.c (CIDFont_base_open), + src/cff_types.h (cff_dict_entry), + src/cff_dict.c (add_dict, cff_dict_add), + src/dpxutil.[ch] (read_c_escchar, read_c_litstrc, + parse_c_string, parse_c_ident, parse_float_decimal), + src/dvi.c (dvi_do_special, read_length, scan_special), + src/dvipdfmx.c (read_length, select_paper, select_pages, + do_args, read_config_file), + src/epdf.c (pdf_copy_clip), + src/fontmap.c (skip_blank, parse_string_value, + parse_integer_value, fontmap_parse_mapdef_dpm, + fontmap_parse_mapdef_dps, pdf_read_fontmap_line, + is_pdfm_mapline, pdf_load_fontmap_file), + src/mpost.[ch] (mps_scan_bbox, skip_prolog, do_mpost_bind_def, + mp_parse_body, mps_exec_inline, mps_include_page, mps_do_page), + src/otl_conf.c (parse_uc_coverage, parse_substrule, parse_block), + src/otl_opt.c (parse_expr, otl_parse_optstring), + src/pdfdev.c (handle_multibyte_string, pdf_dev_set_string), + src/pdfdoc.c (name_dict, pdf_doc_init_names), + src/pdfencoding.c (load_encoding_file), + src/pdfobj.c (find_xref, parse_trailer, pdf_read_object, + read_objstm, pdf_get_object), + src/pdfparse.[ch] (save, skip_line, skip_white, parse_number, + parse_unsigned, parse_gen_ident, parse_ident, parse_val_ident, + parse_opt_ident, parse_pdf_number, pn_getc, parse_pdf_name, + parse_pdf_boolean, parse_pdf_null, ps_getescc, + parse_pdf_literal_string, parse_pdf_hex_string, + parse_pdf_string, parse_pdf_tainted_dict, parse_pdf_dict, + parse_pdf_array, parse_pdf_stream, parse_pdf_reference, + try_pdf_reference, parse_pdf_object), + src/spc_color.c (skip_blank, spc_color_check_special, + spc_color_setup_handler), + spc_dvips.c (parse_filename, check_next_obj, + spc_handler_ps_tricks_parse_path, spc_handler_ps_tricks_render, + spc_dvips_check_special, spc_dvips_setup_handler), + src/spc_html.c (parse_key_val, read_html_tag, atopt, + spc_html__img_empty, cvt_a_to_tmatrix, spc_html_check_special, + spc_html_setup_handler), + src/spc_misc.c (spc_handler_postscriptbox, + spc_misc_check_special, spc_misc_setup_handler), + src/spc_pdfm.c (my_parse_pdf_dict, spc_pdfm_check_special, + spc_pdfm_setup_handler), + src/spc_tpic.c (skip_blank, spc_tpic_check_special, + spc_tpic_setup_handler), + src/spc_util.c (skip_blank), + src/spc_xtx.c (spc_xtx_check_special, spc_xtx_setup_handler), + src/specials.c (init_special, print_error), + src/specials.h (spc_arg), src/subfont.c (read_sfd_record): + Rewrite all parsing routines to operate on const strings. + Constify start/end pointer args and local vars. + Constify struct member strings. Drop or adjust casts. + Cast a few non-const start pointers to 'const char **'. + Use a few non-const local vars, not to modify const strings. + +2009-08-30 Peter Breitenlohner <peb@mppmu.mpg.de> + + Avoid some more maximal compiler warnings. + + * src/tt_post.[ch] (tt_post_table): Constify struct member + strings and drop casts. + (macglyphorder): Declare 'const char**' not 'const char*const*'. + + * src/truetype.c (selectglyph): Use additional const string local + var and drop cast. + + * src/dpxcrypt.[ch] (transform, MD5_write): Constify args. + * src/pdfencrypt.c (compute_user_password): Drop cast. + + * src/fontmap.c (chop_sfd_name): Drop useless cast. + (substr): Constify string arg and local var. + (strip_options): Constify local var and drop cast. + (pdf_load_native_font): Constify local var and drop cast. + + * src/cmap_write.c (CMap_create_stream): Constify cast. + * src/pdfcolor.c (str2iccSig, iccp_check_colorspace, + iccp_get_rendering_intent, iccp_unpack_header, + iccp_get_checksum): Constify local vars and casts. + * src/pdfencoding.[ch] (pdf_encoding_new_encoding, + pdf_encoding_findresource): Constify args. + * src/pdfobj.c (pdf_out): Constify cast. + * src/specials.c (spc_exec_special): Drop useless casts. + + * src/spc_dvips.c (spc_handler_ps_tricks_brotate, + spc_handler_ps_tricks_transform): Constify local vars. + (pstricks_key): Constify string members. + +2009-08-28 Peter Breitenlohner <peb@mppmu.mpg.de> + + Avoid some more maximal compiler warnings. + + Avoid zillions of 'initialization discards' warnings. + src/agl.h, src/agl_standard.c, src/mk_agl_standard_c.pl: + Constify string array 'agl_standard_names'. + src/agl.c (agl_load_standard_names): Adjust. + + Some "declaration of 'xxx' shadows ...". Among the remaining + ones, those for 'distiller_template' in src/spc_dvips.c (local + vs. global) should be looked at (FIXME). + * src/pdfobj.c (parse_xref_stream): Drop inner declaration of + size and use size_obj, not to shadow previous local (diff type). + * src/epdf.c (pdf_get_page_content): Drop unnecessary inner + declaration of content_new, not to shadow previous local. + +2009-08-27 Peter Breitenlohner <peb@mppmu.mpg.de> + + Avoid some more maximal compiler warnings. + + * src/cff.[ch] (cff_get_sid, cff_add_string): Constify string arg. + * src/cidtype2.c (find_tocode_cmap), src/cmap.c (CMap_decode_char), + src/dpxfile.c (dpx_create_temp_file, dpx_file_apply_filter): + Constify local vars and drop casts. + * src/dpxutil.c (get_hash): Constify cast. + * src/pdfnames.c (cmp_key), src/t1_char.c (stem_compare), + tt_glyf.c (glyf_cmp): Constify local vars and adjust casts. + * src/t1_load.[ch] (t1_get_standard_glyph): Constify return + type and drop cast. + * src/type1.c (pdf_font_load_type1): Constify local vars. + * src/cidtype0.c (CIDFont_type0_t1cdofont, + CIDFont_type0_t1dofont): Drop casts. + +2009-08-26 Peter Breitenlohner <peb@mppmu.mpg.de> + + Avoid some maximal compiler warnings. + + * src/agl.c (agl_load_standard_names), + src/dvi.c (get_buffered_unsigned_byte, get_buffered_signed_byte, + get_buffered_unsigned_pair, get_buffered_signed_pair, + get_buffered_unsigned_triple, get_buffered_signed_triple, + get_buffered_signed_quad, get_buffered_unsigned_quad, + do_pic_file), + src/mfileio.c (os_error), + src/pdfencoding.c (pdf_encoding_complete): + ANSI C function definitions, i.e., '()'=>'(void)'. + + * src/agl.c (skip_capital, skip_modifier): Constify string args. + (is_smallcap, agl_name_convert_unicode, put_unicode_glyph, + agl_sput_UTF16BE, agl_get_unicodes): Constify local strings + and drop casts. + * src/xbb.c (extensions, xbb_file_mode): Constify global strings. + 2009-06-20 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (AM_CFLAGS): enable compiler warnings. |