summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.0beta13.tarv1.5.0beta13Glenn Randers-Pehrson2010-03-1028-43/+43
* [devel] Make all png_debug macros into *unterminated* statementsGlenn Randers-Pehrson2010-03-095-35/+56
* [devel] Eliminated dependence of pngtest.c on the private pngdebug.h file.Glenn Randers-Pehrson2010-03-093-28/+40
* [devel] Removed PNGAPI from the png_longjmp_ptr typedef.Glenn Randers-Pehrson2010-03-092-1/+2
* [devel] Moved the 'config.h' support from pngconf.h to pngpriv.hGlenn Randers-Pehrson2010-03-093-11/+13
* [devel] Removed unused png_measure_compressed_chunk() from pngpriv.hGlenn Randers-Pehrson2010-03-094-4/+2
* [devel] Revise the "#ifdef" blocks in png_inflate()Glenn Randers-Pehrson2010-03-093-0/+13
* [devel] Protect pngstruct.h pnginfo.h, and pngdebug.h from being included twiceGlenn Randers-Pehrson2010-03-082-0/+2
* [devel] Bump to version libpng-1.5.0beta13Glenn Randers-Pehrson2010-03-0831-77/+91
* [devel] Imported from libpng-1.5.0beta12.tarv1.5.0beta12Glenn Randers-Pehrson2010-03-0838-54/+62
* [devel] Added copyright statement to pngdebug.hGlenn Randers-Pehrson2010-03-082-3/+12
* [devel] Moved "#include png.h" inside pngpriv.h and removed "#include png.h"Glenn Randers-Pehrson2010-03-0859-731/+697
* [devel] Updated TODO list now that png_struct and info_struct are hiddenGlenn Randers-Pehrson2010-03-081-2/+1
* [devel] Bump to version libpng-1.5.0beta12Glenn Randers-Pehrson2010-03-0846-104/+110
* [devel] Imported from libpng-1.5.0beta11.tarv1.5.0beta11Glenn Randers-Pehrson2010-03-0632-62/+64
* [devel] Fix indentation in png.c, pngmem,c, pngrio.c, and pngwio.cGlenn Randers-Pehrson2010-03-064-107/+107
* [devel] Fixed more inconsistent indentation in the header files.Glenn Randers-Pehrson2010-03-063-347/+353
* [devel] Fixed indentation of CPP directives in the header filesGlenn Randers-Pehrson2010-03-063-533/+534
* [devel] Always put whitespace before "?"Glenn Randers-Pehrson2010-03-062-12/+12
* [devel] Expand tabs and use consistent whitespace in pngrutil.cGlenn Randers-Pehrson2010-03-061-274/+282
* [devel] Make use of whitespace consistent in pngget.c and pngwutil.cGlenn Randers-Pehrson2010-03-062-294/+301
* [devel] Fix whitespace in pngerror.c and pngset.cGlenn Randers-Pehrson2010-03-062-127/+128
* [devel] Fix inconsistent whitespace in pngtrans.c, pngwrite.c, and pngwtran.cGlenn Randers-Pehrson2010-03-033-140/+141
* [devel] Revised the "SEE ALSO" lines in manpagesGlenn Randers-Pehrson2010-03-033-3/+3
* [devel] Fixed formatting of the "See also" line in man pages.Glenn Randers-Pehrson2010-03-033-3/+4
* [devel] Fix inconsistent whitespace and indentation.Glenn Randers-Pehrson2010-03-032-299/+312
* [devel] Tidied up some inconsistent indentation.Glenn Randers-Pehrson2010-03-032-104/+98
* [devel] Bump to version libpng-1.5.0beta11Glenn Randers-Pehrson2010-03-0350-165/+108
* [devel] Removed checking for already-included setjmp.h from pngconf.hGlenn Randers-Pehrson2010-03-033-51/+22
* [devel] Revised png_longjmp() calls in contrib/gregbook to use png_ptrGlenn Randers-Pehrson2010-02-214-2/+4
* [devel] Removed unused gzio.c from contrib/pngminim gather and makefile scriptsGlenn Randers-Pehrson2010-02-218-14/+20
* [devel] Imported from libpng-1.5.0beta09.tarv1.5.0beta09Glenn Randers-Pehrson2010-02-1928-83/+78
* [devel] Removed -D_ALLSOURCE from configure.ac, makefile.aix,Glenn Randers-Pehrson2010-02-196-41/+33
* [devel] Imported from libpng-1.5.0beta08.tarv1.5.0beta08Glenn Randers-Pehrson2010-02-1928-79/+88
* [devel] Added -D_ALLSOURCE in configure.ac, makefile.aix, and CMakeLists.txtGlenn Randers-Pehrson2010-02-197-16/+21
* [devel] Added PNG_NORETURN attribute to the png_longjmp() function.Glenn Randers-Pehrson2010-02-191-1/+2
* [devel] Added "#ifdef _AIX; #define _ALL_SOURCE 1; #endif" to pngpriv.h,Glenn Randers-Pehrson2010-02-193-0/+9
* [devel] Imported from libpng-1.5.0beta07.tarv1.5.0beta07Glenn Randers-Pehrson2010-02-1929-35/+41
* [devel] Added exported png_longjmp() function.Glenn Randers-Pehrson2010-02-198-23/+40
* [devel] Removed obsolete unused MMX-querying support from contrib/gregbookGlenn Randers-Pehrson2010-02-196-214/+16
* [devel] Noted in scripts/makefile.mingw that it expects to be run under MSYS.Glenn Randers-Pehrson2010-02-181-0/+4
* [devel] Fix typo in ANNOUNCE and CHANGESGlenn Randers-Pehrson2010-02-142-2/+2
* [devel] Bump to version 1.5.0beta07Glenn Randers-Pehrson2010-02-1428-77/+81
* [devel] Imported from libpng-1.5.0beta06.tarv1.5.0beta06Glenn Randers-Pehrson2010-02-1446-110/+118
* [devel] Imported from libpng-1.5.0beta05.tarv1.5.0beta05Glenn Randers-Pehrson2010-02-1229-44/+46
* [devel] Update png_compress_chunk() rewrite.Glenn Randers-Pehrson2010-02-123-72/+48
* [devel] Added several (png_bytep) typecasts in calls to png_inflate().Glenn Randers-Pehrson2010-02-121-3/+3
* [devel] Complete rewrite of png_decompress_chunk() by John BowlerGlenn Randers-Pehrson2010-02-122-356/+143
* [devel] Revised png_measure_compressed_chunk()Glenn Randers-Pehrson2010-02-121-7/+5
* [devel] Reset zlib datastream after detecting oversized compressed chunkGlenn Randers-Pehrson2010-02-121-6/+10