mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Revised pngvalid.c to use cexcept.h for error handling.
This commit is contained in:
parent
4aa2cd69ae
commit
c08cae1c22
1
ANNOUNCE
1
ANNOUNCE
@ -360,6 +360,7 @@ version 1.5.0beta43 [August 11, 2010]
|
||||
difficult to optimize (for GCC) loops.
|
||||
Fixed non-GCC fixed point builds. In png.c a declaration was misplaced
|
||||
in an earlier update. Fixed to declare the auto variables at the head.
|
||||
Use cexcept.h in pngvalid.c.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||
(subscription required; visit
|
||||
|
1
CHANGES
1
CHANGES
@ -2996,6 +2996,7 @@ Version 1.5.0beta43 [August 11, 2010]
|
||||
difficult to optimize (for GCC) loops.
|
||||
Fixed non-GCC fixed point builds. In png.c a declaration was misplaced
|
||||
in an earlier update. Fixed to declare the auto variables at the head.
|
||||
Use cexcept.h in pngvalid.c.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
2
TODO
2
TODO
@ -24,5 +24,7 @@ Add interpolated method of handling interlacing.
|
||||
Provide for conditional compilation of 16-bit support (except for the
|
||||
initial stripping down to 8-bits when reading a 16-bit PNG datastream).
|
||||
Switch to the simpler zlib (zlib/libpng) license if legally possible.
|
||||
Extend pngvalid.c to test the progressive reader, and to validate more
|
||||
of the libpng transformations.
|
||||
|
||||
*/
|
||||
|
913
pngvalid.c
913
pngvalid.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user