From ef07ed3bf8a217c356a2d74562e3990e4a3a5728 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 12 Nov 2009 07:43:57 -0600 Subject: [PATCH] [devel] Removed recently removed function names from scripts/*.def and removed the deprecated png_check_sig() function. --- ANNOUNCE | 2 ++ CHANGES | 2 ++ scripts/png32ce.def | 28 +++++++++++++++++++--------- scripts/pngos2.def | 8 -------- scripts/pngwin.def | 21 +-------------------- 5 files changed, 24 insertions(+), 37 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 3dec0dbde..089a32116 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -652,6 +652,8 @@ version 1.4.0beta96 [November 12, 2009] Renamed scripts/makefile.wce to scripts/makefile.cegcc Revised Makefile.am to use libpng.sys while building libpng.so so that only PNG_EXPORT functions are exported. + Removed the deprecated png_check_sig() function. + Removed recently removed function names from scripts/*.def Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 713a9ca4b..6ac3c2a6d 100644 --- a/CHANGES +++ b/CHANGES @@ -2338,6 +2338,8 @@ version 1.4.0beta96 [November 12, 2009] Renamed scripts/makefile.wce to scripts/makefile.cegcc Revised Makefile.am to use libpng.sys while building libpng.so so that only PNG_EXPORT functions are exported. + Removed the deprecated png_check_sig() function. + Removed recently removed function names from scripts/*.def Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/scripts/png32ce.def b/scripts/png32ce.def index 927384c2d..e330d8198 100644 --- a/scripts/png32ce.def +++ b/scripts/png32ce.def @@ -4,10 +4,20 @@ LIBRARY lpngce + png_memcpy_check + png_memset_check + png_set_dither + png_read_init_3 + png_write_init_3 + png_set_strip_error_numbers + png_get_uint_32 + png_get_uint_16 + png_get_int_32 + EXPORTS ;Version 1.4.0beta96 png_build_grayscale_palette @1 - png_check_sig @2 +; png_check_sig @2 png_chunk_error @3 png_chunk_warning @4 ; png_convert_from_struct_tm @5 @@ -74,8 +84,8 @@ EXPORTS png_get_y_offset_pixels @66 png_get_y_pixels_per_meter @67 png_malloc @68 - png_memcpy_check @69 - png_memset_check @70 +; png_memcpy_check @69 +; png_memset_check @70 png_permit_empty_plte @71 png_process_data @72 png_progressive_combine_row @73 @@ -103,7 +113,7 @@ EXPORTS png_set_compression_strategy @94 png_set_compression_window_bits @95 png_set_crc_action @96 - png_set_dither @97 +; png_set_dither @97 png_set_error_fn @98 png_set_expand @99 png_set_filler @100 @@ -185,8 +195,8 @@ EXPORTS ; Added at version 1.0.12 ; For compatiblity with 1.0.7-1.0.11 png_info_init @174 - png_read_init_3 @175 - png_write_init_3 @176 +; png_read_init_3 @175 +; png_write_init_3 @176 png_info_init_3 @177 png_destroy_struct @178 ; Added at version 1.2.0 @@ -224,11 +234,11 @@ EXPORTS ; Added at version 1.2.7 png_set_add_alpha @199 ; Added at version 1.2.9 - png_get_uint_32 @200 +; png_get_uint_32 @200 png_save_uint_32 @201 - png_get_uint_16 @202 +; png_get_uint_16 @202 png_save_uint_16 @203 - png_get_int_32 @204 +; png_get_int_32 @204 png_save_int_32 @205 png_get_uint_31 @206 png_set_expand_gray_1_2_4_to_8 @207 diff --git a/scripts/pngos2.def b/scripts/pngos2.def index d9d7e0f23..01db383b3 100644 --- a/scripts/pngos2.def +++ b/scripts/pngos2.def @@ -11,9 +11,7 @@ DATA PRELOAD MOVEABLE MULTIPLE EXPORTS - png_build_grayscale_palette - png_check_sig png_chunk_error png_chunk_warning png_convert_from_struct_tm @@ -80,8 +78,6 @@ EXPORTS png_get_y_offset_pixels png_get_y_pixels_per_meter png_malloc - png_memcpy_check - png_memset_check png_process_data png_progressive_combine_row png_read_end @@ -106,7 +102,6 @@ EXPORTS png_set_compression_strategy png_set_compression_window_bits png_set_crc_action - png_set_dither png_set_error_fn png_set_expand png_set_filler @@ -201,11 +196,8 @@ EXPORTS png_set_add_alpha ; Added at version 1.2.9 - png_get_uint_32 png_save_uint_32 - png_get_uint_16 png_save_uint_16 - png_get_int_32 png_save_int_32 png_get_uint_31 png_set_expand_gray_1_2_4_to_8 diff --git a/scripts/pngwin.def b/scripts/pngwin.def index 68dbe2228..7f08138ba 100644 --- a/scripts/pngwin.def +++ b/scripts/pngwin.def @@ -73,8 +73,6 @@ EXPORTS png_get_y_offset_pixels png_get_y_pixels_per_meter png_malloc - png_memcpy_check - png_memset_check png_process_data png_progressive_combine_row png_read_end @@ -99,7 +97,6 @@ EXPORTS png_set_compression_strategy png_set_compression_window_bits png_set_crc_action - png_set_dither png_set_error_fn png_set_expand png_set_filler @@ -171,9 +168,7 @@ EXPORTS png_convert_to_rfc1123 png_set_invalid ; Added at version 1.0.12 - png_read_init_3 - png_write_init_3 - png_info_init_3 +%12_% png_info_init_3 png_destroy_struct ; Added at version 1.2.0 ; For use with PNG_USER_MEM_SUPPORTED @@ -184,17 +179,6 @@ EXPORTS png_free_default ; MNG features png_permit_mng_features -; MMX support -; png_mmx_support -; png_get_mmx_flagmask -; png_get_asm_flagmask -; png_get_asm_flags -; png_get_mmx_bitdepth_threshold -; png_get_mmx_rowbytes_threshold -; png_set_asm_flags -; png_init_mmx_flags -; Strip error numbers - png_set_strip_error_numbers ; Added at version 1.2.2 png_handle_as_unknown ; Added at version 1.2.2 and deleted from 1.2.3 @@ -208,11 +192,8 @@ EXPORTS ; Added at version 1.2.7 png_set_add_alpha ; Added at version 1.2.9 - png_get_uint_32 png_save_uint_32 - png_get_uint_16 png_save_uint_16 - png_get_int_32 png_save_int_32 png_get_uint_31 png_set_expand_gray_1_2_4_to_8