Glenn Randers-Pehrson
0ce807691b
[master] Added -DNO_PNG_SNPRINTF to CFLAGS in scripts/makefile.dj2
2010-07-16 21:17:50 -05:00
Glenn Randers-Pehrson
11a6f58528
[devel] Added -DNO_PNG_SNPRINTF to CFLAGS in scripts/makefile.dj2
2010-07-16 21:07:55 -05:00
Glenn Randers-Pehrson
d9d4cecaad
[devel] Removed some newly-added TAB characters.
2010-07-12 07:12:09 -05:00
Glenn Randers-Pehrson
f1202087f8
[devel] Imported from libpng-1.5.0beta35.tar
v1.5.0beta35
2010-07-12 06:52:41 -05:00
Glenn Randers-Pehrson
39a8bb71d3
[devel] Imported from libpng-1.5.0beta34.tar
v1.5.0beta34
2010-07-12 06:45:23 -05:00
Glenn Randers-Pehrson
4f8ea5eede
[master] Bump to version 1.4.4beta02
2010-07-12 06:41:34 -05:00
Glenn Randers-Pehrson
7869e676af
[master] Imported from libpng-1.4.4beta01.tar
v1.4.4beta01
2010-07-12 06:37:08 -05:00
Glenn Randers-Pehrson
0ee51445f6
[devel] Put #ifndef PNG_EXTERN, #endif around #define PNG_EXTERN in pngpriv.h
2010-07-12 06:29:17 -05:00
Glenn Randers-Pehrson
af0a726689
[master] Changed "extern PNG_EXPORT" to "PNG_EXPORT" in png.h (Jan Nijtmans)
...
Changed "extern" to "PNG_EXTERN" in pngpriv.h (except for the 'extern "C" {')
Put #ifndef PNG_EXTERN, #endif around the define PNG_EXTERN in pngpriv.h
2010-07-12 06:22:55 -05:00
Glenn Randers-Pehrson
8f9de7acbd
[devel] Bump back to version libpng-1.5.0beta34
2010-07-06 07:46:10 -05:00
Glenn Randers-Pehrson
aa4e359f62
[devel] Changed "extern PNG_EXPORT" to "PNG_EXPORT" in png.h (Jan Nijtmans)
...
Changed "extern" to "PNG_EXTERN" in pngpriv.h (except for the 'extern "C" {')
2010-07-06 07:40:47 -05:00
Glenn Randers-Pehrson
8d9263fca6
[master] Added some "(" that were missing in README and scripts/README.txt
2010-06-30 23:11:34 -05:00
Glenn Randers-Pehrson
d6a0cbaade
[master] Removed some newly-added TAB characters from pngpread.c
...
and pngrtran.c, and fixed some indentation in pngpread.c and pngrutil.c
2010-06-30 23:07:02 -05:00
Glenn Randers-Pehrson
289500ab8d
[devel] Imported from libpng-1.5.0beta33.tar
2010-06-28 20:21:22 -05:00
Glenn Randers-Pehrson
73e28ef13d
[devel] Reverted changes to call png_longjmp in contrib/gregbook
...
where it is not appropriate. If mainprog->jmpbuf is used by setjmp,
then png_longjmp cannot be used.
Reversed patch to remove error handler when the jmp_buf is stored in the
main program structure, not the png_struct.
The error handler is needed because the default handler in libpng will
always use the jmp_buf in the library control structure; this is never
set. The gregbook code is a useful example because, even though it
uses setjmp/longjmp, it shows how error handling can be implemented
using control mechanisms not directly supported by libpng. The
technique will work correctly with mechanisms such as Microsoft
Structure Exceptions or C++ exceptions (compiler willing - note that gcc
does not by default support interworking of C and C++ error handling.)
2010-06-28 20:19:57 -05:00
Glenn Randers-Pehrson
2302a4d04f
[master] Revised the "SEE ALSO" style of libpng.3, libpngpf.3, and png.5
2010-06-27 13:53:25 -05:00
Glenn Randers-Pehrson
6cac43c974
[devel] Changed char *msg to PNG_CONST char *msg in pngrutil.c
2010-06-26 12:33:17 -05:00
Glenn Randers-Pehrson
82980f31d9
[devel] Make png_set_sRGB_gAMA_and_cHRM set values using either the fixed or
...
floating point APIs, but not both.
2010-06-26 12:31:58 -05:00
Glenn Randers-Pehrson
8f9a2d08ea
[master] Bump version to libpng-1.4.4beta01
2010-06-25 22:18:15 -05:00
Glenn Randers-Pehrson
a691ca0f85
[devel] Changed "#else" to "#endif/#ifdef" in png_set_gAMA_and_cHRM().
2010-06-25 22:03:21 -05:00
Glenn Randers-Pehrson
a42edec9ef
[devel] Imported from libpng-1.5.0beta33.tar
v1.5.0beta33
2010-06-25 21:46:45 -05:00
Glenn Randers-Pehrson
a272d8fe3d
[devel] Made FIXED and FLOATING options consistent in the APIs they enable
...
and disable. Corrected scripts/options.awk to handle both command line
options and options specified in the .dfa files.
2010-06-25 21:45:31 -05:00
Glenn Randers-Pehrson
30c73195b5
[master] Tag the recent releases
2010-06-25 20:44:31 -05:00
Glenn Randers-Pehrson
a81c59a960
[devel] Tag recent releases.
2010-06-25 20:41:42 -05:00
Glenn Randers-Pehrson
097485195c
[master] Imported from libpng-1.4.3.tar
2010-06-25 20:22:08 -05:00
Glenn Randers-Pehrson
c5f6fa110a
[master] Imported from libpng-1.4.3rc03.tar
v1.4.3rc03
2010-06-25 20:20:16 -05:00
Glenn Randers-Pehrson
90cfcecc09
[master] Imported from libpng-1.4.3rc02.tar
v1.4.3rc02
2010-06-25 20:20:14 -05:00
Glenn Randers-Pehrson
dee0e2ed0f
[master] Imported from libpng-1.4.3rc01.tar
v1.4.3rc01
2010-06-25 20:20:12 -05:00
Glenn Randers-Pehrson
5ad9884ff1
[master] Imported from libpng-1.4.3beta05.tar
v1.4.3beta05
2010-06-25 20:20:09 -05:00
Glenn Randers-Pehrson
188eb6b426
[master] Imported from libpng-1.4.3beta04.tar
v1.4.3beta04
2010-06-25 20:20:07 -05:00
Glenn Randers-Pehrson
8361f64dbf
[master] Imported from libpng-1.4.3beta02.tar
v1.4.3beta02
2010-06-25 20:20:04 -05:00
Glenn Randers-Pehrson
2a6227941e
[master] Imported from libpng-1.4.3beta01.tar
v1.4.3beta01
2010-06-25 20:20:02 -05:00
Glenn Randers-Pehrson
a582b8f840
[master] Imported from libpng-1.4.3.tar
v1.4.3
2010-06-25 20:19:59 -05:00
Glenn Randers-Pehrson
4db344230d
[devel] Imported from libpng-1.5.0beta32.tar
v1.5.0beta32
2010-06-25 20:18:44 -05:00
Glenn Randers-Pehrson
821b7106b2
[devel] Imported from libpng-1.5.0beta31.tar
v1.5.0beta31
2010-06-25 20:06:43 -05:00
Glenn Randers-Pehrson
ef3831a1fe
[devel] Imported from libpng-1.5.0beta30.tar
v1.5.0beta30
2010-06-25 20:06:40 -05:00
Glenn Randers-Pehrson
5feb87cd0e
[devel] Imported from libpng-1.5.0beta29.tar
v1.5.0beta29
2010-06-25 20:06:38 -05:00
Glenn Randers-Pehrson
57d9617964
[devel] Imported from libpng-1.5.0beta28.tar
v1.5.0beta28
2010-06-25 20:06:35 -05:00
Glenn Randers-Pehrson
78d55454aa
[devel] Imported from libpng-1.5.0beta27.tar
v1.5.0beta27
2010-06-25 20:06:33 -05:00
Glenn Randers-Pehrson
5b3d554e1e
[devel] Imported from libpng-1.5.0beta26.tar
v1.5.0beta26
2010-06-25 20:06:30 -05:00
Glenn Randers-Pehrson
53c07f5909
[devel] Imported from libpng-1.5.0beta25.tar
v1.5.0beta25
2010-06-25 20:06:28 -05:00
Glenn Randers-Pehrson
5316f66005
[master] The "vstudio" project was missing from the .zip and .7z distributions
2010-05-17 08:31:53 -05:00
Glenn Randers-Pehrson
f86905457a
[master] Added missing quotation marks in the aix block of configure.ac
2010-05-14 15:40:31 -05:00
Glenn Randers-Pehrson
abb211c4e8
[master] Bump to version 1.4.3beta01
2010-05-14 15:38:51 -05:00
Glenn Randers-Pehrson
537c1a5747
[devel] Imported from libpng-1.5.0beta24.tar
v1.5.0beta24
2010-05-07 09:55:50 -05:00
Glenn Randers-Pehrson
f24daf23a5
[devel] Added more blank lines for readability.
2010-05-06 09:44:04 -05:00
Glenn Randers-Pehrson
bb56c39d16
[master] Imported from libpng-1.4.2.tar
v1.4.2
2010-05-06 06:48:47 -05:00
Glenn Randers-Pehrson
77237196c7
[master] Imported from libpng-1.4.2rc06.tar
v1.4.2rc06
2010-05-04 09:34:13 -05:00
Glenn Randers-Pehrson
a310a3b398
[master] Moved declarations of umsg[] inside the proper #ifdef blocks
...
in pngrutil.c
2010-05-04 09:32:02 -05:00
Glenn Randers-Pehrson
e0f6c7d90b
[master] Revert to version 1.4.2rc05
2010-05-04 09:24:32 -05:00