[devel] Added png_longjmp_ptr() to libpng.3 synopsis and to scripts/*.def

and png_set_longjmp_fn() to libpngpf.3 synopsis
This commit is contained in:
Glenn Randers-Pehrson 2009-11-20 21:56:36 -06:00
parent f4ea22480a
commit 4a72ebfafa
5 changed files with 21 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.TH LIBPNG 3 "November 20, 2009" .TH LIBPNG 3 "November 21, 2009"
.SH NAME .SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta103 libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta103
.SH SYNOPSIS .SH SYNOPSIS
@ -334,6 +334,10 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta103
\fI\fB \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 \fBpng_voidp png_malloc (png_structp \fP\fIpng_ptr\fP\fB, png_alloc_size_t \fIsize\fP\fB);\fP
\fI\fB \fI\fB
@ -777,7 +781,7 @@ Following is a copy of the libpng.txt file that accompanies libpng.
.SH LIBPNG.TXT .SH LIBPNG.TXT
libpng.txt - A description on how to use and modify libpng libpng.txt - A description on how to use and modify libpng
libpng version 1.4.0beta103 - November 20, 2009 libpng version 1.4.0beta103 - November 21, 2009
Updated and distributed by Glenn Randers-Pehrson Updated and distributed by Glenn Randers-Pehrson
<glennrp at users.sourceforge.net> <glennrp at users.sourceforge.net>
Copyright (c) 1998-2009 Glenn Randers-Pehrson Copyright (c) 1998-2009 Glenn Randers-Pehrson
@ -788,7 +792,7 @@ libpng.txt - A description on how to use and modify libpng
Based on: Based on:
libpng versions 0.97, January 1998, through 1.4.0beta103 - November 20, 2009 libpng versions 0.97, January 1998, through 1.4.0beta103 - November 21, 2009
Updated and distributed by Glenn Randers-Pehrson Updated and distributed by Glenn Randers-Pehrson
Copyright (c) 1998-2009 Glenn Randers-Pehrson Copyright (c) 1998-2009 Glenn Randers-Pehrson
@ -4002,7 +4006,7 @@ Other rules can be inferred by inspecting the libpng source.
.SH XIII. Y2K Compliance in libpng .SH XIII. Y2K Compliance in libpng
November 20, 2009 November 21, 2009
Since the PNG Development group is an ad-hoc body, we can't make Since the PNG Development group is an ad-hoc body, we can't make
an official declaration. an official declaration.
@ -4234,7 +4238,7 @@ possible without all of you.
Thanks to Frank J. T. Wojcik for helping with the documentation. Thanks to Frank J. T. Wojcik for helping with the documentation.
Libpng version 1.4.0beta103 - November 20, 2009: Libpng version 1.4.0beta103 - November 21, 2009:
Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc. Initially created in 1995 by Guy Eric Schalnat, then of Group 42, Inc.
Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net). Currently maintained by Glenn Randers-Pehrson (glennrp at users.sourceforge.net).
@ -4257,7 +4261,7 @@ this sentence.
This code is released under the libpng license. This code is released under the libpng license.
libpng versions 1.2.6, August 15, 2004, through 1.4.0beta103, November 20, 2009, are libpng versions 1.2.6, August 15, 2004, through 1.4.0beta103, November 21, 2009, are
Copyright (c) 2004,2006-2007 Glenn Randers-Pehrson, and are Copyright (c) 2004,2006-2007 Glenn Randers-Pehrson, and are
distributed according to the same disclaimer and license as libpng-1.2.5 distributed according to the same disclaimer and license as libpng-1.2.5
with the following individual added to the list of Contributing Authors with the following individual added to the list of Contributing Authors
@ -4356,7 +4360,7 @@ certification mark of the Open Source Initiative.
Glenn Randers-Pehrson Glenn Randers-Pehrson
glennrp at users.sourceforge.net glennrp at users.sourceforge.net
November 20, 2009 November 21, 2009
.\" end of man page .\" end of man page

View File

@ -1,4 +1,4 @@
.TH LIBPNGPF 3 "November 20, 2009" .TH LIBPNGPF 3 "November 21, 2009"
.SH NAME .SH NAME
libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta103 libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta103
(private functions) (private functions)
@ -443,6 +443,12 @@ libpng \- Portable Network Graphics (PNG) Reference Library 1.4.0beta103
\fI\fB \fI\fB
\fBjmp_buf* png_set_longjmp_fn (png_structp \fP\fIpng_ptr\fP\fB, png_longjmp_ptr \fP\fIlongjmp_fn\fP\fB, size_t \fIjmp_buf_size\fP\fB);\fP
\fI\fB
\fI\fB
\fBvoid png_process_IDAT_data (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIbuffer\fP\fB, png_size_t \fIbuffer_length\fP\fB);\fP \fBvoid png_process_IDAT_data (png_structp \fP\fIpng_ptr\fP\fB, png_bytep \fP\fIbuffer\fP\fB, png_size_t \fIbuffer_length\fP\fB);\fP
\fI\fB \fI\fB

View File

@ -254,3 +254,4 @@ EXPORTS
png_set_chunk_cache_max @216 png_set_chunk_cache_max @216
png_check_cHRM_fixed @217 png_check_cHRM_fixed @217
png_calloc @218 png_calloc @218
png_longjmp_ptr @219

View File

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

View File

@ -209,3 +209,4 @@ EXPORTS
png_set_chunk_cache_max png_set_chunk_cache_max
png_check_cHRM_fixed png_check_cHRM_fixed
png_calloc png_calloc
png_longjmp_ptr