[devel] Removed png_longjmp_ptr from scripts/*.def and libpng.3

It is a pointer, not an exported function.
This commit is contained in:
Glenn Randers-Pehrson 2009-11-21 07:21:06 -06:00
parent 52f4f257c9
commit ae3a70351c
6 changed files with 5 additions and 10 deletions

View File

@ -698,13 +698,14 @@ version 1.4.0beta103 [November 21, 2009]
Restored the PNG_WRITE_FLUSH_AFTER_IEND guard around the call to png_flush()
after png_write_IEND(). See 1.4.0beta32, 1.4.0beta50 changes above
and 1.2.30, 1.2.30rc01 and rc03 in 1.2.41 CHANGES. Someone needs this
feature but I don't remember who.
feature.
Make the 'png_jmpbuf' macro expand to a call that records the correct
longjmp function as well as returning a pointer to the setjmp
jmp_buf buffer, and marked direct access to jmpbuf 'deprecated'.
(John Bowler)
version 1.4.0beta104 [November 21, 2009]
Removed png_longjmp_ptr from scripts/*.def and libpng.3
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -2385,13 +2385,14 @@ version 1.4.0beta103 [November 21, 2009]
Restored the PNG_WRITE_FLUSH_AFTER_IEND_SUPPORTED guard around the call
to png_flush() after png_write_IEND(). See 1.4.0beta32, 1.4.0beta50
changes above and 1.2.30, 1.2.30rc01 and rc03 in 1.2.41 CHANGES. Someone
needs this feature but I don't remember who.
needs this feature.
Make the 'png_jmpbuf' macro expand to a call that records the correct
longjmp function as well as returning a pointer to the setjmp
jmp_buf buffer, and marked direct access to jmpbuf 'deprecated'.
(John Bowler)
version 1.4.0beta104 [November 21, 2009]
Removed png_longjmp_ptr from scripts/*.def and libpng.3
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -334,10 +334,6 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta104
\fI\fB
\fBvoid png_longjmp_ptr \fP\fI(jmp_buf\fP\fB, \fIint\fP\fB);\fP
\fI\fB
\fBpng_voidp png_malloc (png_structp \fP\fIpng_ptr\fP\fB, png_alloc_size_t \fIsize\fP\fB);\fP
\fI\fB

View File

@ -254,5 +254,4 @@ EXPORTS
png_set_chunk_cache_max @216
png_check_cHRM_fixed @217
png_calloc @218
png_longjmp_ptr @219
png_set_longjmp_fn @220
png_set_longjmp_fn @219

View File

@ -214,7 +214,6 @@ EXPORTS
png_set_chunk_cache_max
png_check_cHRM_fixed
png_calloc
png_longjmp_ptr
png_set_longjmp_fn
; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS

View File

@ -209,5 +209,4 @@ EXPORTS
png_set_chunk_cache_max
png_check_cHRM_fixed
png_calloc
png_longjmp_ptr
png_set_longjmp_fn