Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							c3ed437d9e 
							
						 
					 
					
						
						
							
							[devel] Imported from libpng-1.5.0beta55.tar  
						
						
						
						
							
 
						
					 
					
						2010-11-21 15:05:20 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							b3edc73afa 
							
						 
					 
					
						
						
							
							[devel] Changes to remove gcc warnings (John Bowler)  
						
						... 
						
						
						
						Certain optional gcc warning flags resulted in warnings in libpng code.
With these changes only -Wconversion and -Wcast-qual cannot be turned on.
Changes are trivial rearrangements of code.  -Wconversion is not possible
for pngrutil.c (because of the widespread use of += et al on variables
smaller than (int) or (unsigned int)) and -Wcast-qual is not possible
with pngwio.c and pngwutil.c because the 'write' callback and zlib
compression both fail to declare their input buffers with 'const'. 
						
						
							
						
					 
					
						2010-11-21 14:06:41 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							105c416007 
							
						 
					 
					
						
						
							
							[devel] Added comment in pngrutil.c about some extra parentheses.  
						
						
						
						
							
						
					 
					
						2010-11-20 22:59:47 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							a581556b17 
							
						 
					 
					
						
						
							
							[master] Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)  
						
						... 
						
						
						
						Moved reading of file signature into png_read_sig (Cosmin)
Fixed atomicity of chunk header serialization (Cosmin)
Added test for io_state in pngtest.c (Cosmin)
Added "#!/bin/sh" at the top of contrib/pngminim/*/gather.sh scripts. 
						
						
							
						
					 
					
						2010-11-20 21:48:29 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							d801b3882c 
							
						 
					 
					
						
						
							
							[devel] Bump to version libpng-1.5.0beta55  
						
						
						
						
							
						
					 
					
						2010-11-11 07:19:19 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							ed3dfbd25a 
							
						 
					 
					
						
						
							
							[devel] Imported from libpng-1.5.0beta54.tar  
						
						
						
						
							
 
						
					 
					
						2010-11-10 07:05:07 -06:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							ccadcae40b 
							
						 
					 
					
						
						
							
							[devel] Added whitespace in pngrutil.c, pngwtran.c, and pngwutil.c  
						
						
						
						
							
						
					 
					
						2010-10-23 17:29:13 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							33893095b5 
							
						 
					 
					
						
						
							
							[devel] Used a consistent structure for the pngget.c functions.  
						
						... 
						
						
						
						added some whitespace in pngrio.c and pngrutil.c 
						
						
							
						
					 
					
						2010-10-23 13:20:18 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							5c5f593ffb 
							
						 
					 
					
						
						
							
							[devel] Standardized the structure of some pngget.c functions.  
						
						
						
						
							
						
					 
					
						2010-10-23 10:14:42 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							62333ba0cb 
							
						 
					 
					
						
						
							
							[devel] Adjusted some whitespace in pngset.c  
						
						
						
						
							
						
					 
					
						2010-10-23 08:48:51 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							c508081afc 
							
						 
					 
					
						
						
							
							[devel] Require 48 bytes, not 64 bytes, for big_row_buf in overflow checks.  
						
						... 
						
						
						
						Also removed two obsolete comments from png.c 
						
						
							
						
					 
					
						2010-10-23 08:26:26 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							71c0dd6c4a 
							
						 
					 
					
						
						
							
							[devel] Bump to version libpng-1.5.0beta54  
						
						
						
						
							
						
					 
					
						2010-10-17 20:37:37 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							63495a4ba4 
							
						 
					 
					
						
						
							
							[devel] Imported from libpng-1.5.0beta53.tar  
						
						
						
						
							
 
						
					 
					
						2010-10-17 20:36:57 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							475074dfb5 
							
						 
					 
					
						
						
							
							[devel] Changed mention of libpng.txt to libpng-manual.txt in CMakeLists.txt  
						
						
						
						
							
						
					 
					
						2010-10-17 13:07:38 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							557b256b32 
							
						 
					 
					
						
						
							
							[devel] Changed "libpng.txt" to "libpng-manual.txt" in libpng.3  
						
						
						
						
							
						
					 
					
						2010-10-17 12:55:04 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							48854aec52 
							
						 
					 
					
						
						
							
							[devel] Rename libpng.txt to libpng-manual.txt  
						
						
						
						
							
						
					 
					
						2010-10-17 12:52:29 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							f3abb2c352 
							
						 
					 
					
						
						
							
							[devel] Rename libpng.txt to libpng-manual.txt  
						
						
						
						
							
						
					 
					
						2010-10-17 12:51:53 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							88910f5b9d 
							
						 
					 
					
						
						
							
							[devel] Revised and renamed the typedef in png.h and png.c that was designed  
						
						... 
						
						
						
						to catch library and header mismatch, also found at the end of pngtest.c. 
						
						
							
						
					 
					
						2010-10-16 20:38:45 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							a60f8a9c1f 
							
						 
					 
					
						
						
							
							[devel] libpng-version.txt -> libpng.txt in Makefile.am,.in  
						
						
						
						
							
						
					 
					
						2010-10-16 20:15:44 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							10973a581f 
							
						 
					 
					
						
						
							
							[devel] Removed obsolete remarks about setjmp handling from INSTALL.  
						
						
						
						
							
						
					 
					
						2010-10-16 19:40:09 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							a655407f1b 
							
						 
					 
					
						
						
							
							[devel] Use document name "libpng.txt" instead of "libpng-version.txt"  
						
						... 
						
						
						
						as it was prior to libpng-1.2.16beta2, to simplify version differences. 
						
						
							
						
					 
					
						2010-10-16 19:32:44 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							a9b4f16b04 
							
						 
					 
					
						
						
							
							[devel] Disabled "color-tests" by default in Makefile.am  
						
						... 
						
						
						
						so it will work with automake versions earlier than 1.11.1 
						
						
							
						
					 
					
						2010-10-16 08:04:15 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							6612114f86 
							
						 
					 
					
						
						
							
							[devel] Updated INSTALL  
						
						... 
						
						
						
						(omitted autogen.sh, ../configure should be ./configure) 
						
						
							
						
					 
					
						2010-10-16 07:22:19 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							66676016f6 
							
						 
					 
					
						
						
							
							[devel] Updated INSTALL to mention using "make maintainer-clean" and  
						
						... 
						
						
						
						to remove obsolete statement about a custom ltmain.sh 
						
						
							
						
					 
					
						2010-10-16 07:18:09 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							e5900f1bc9 
							
						 
					 
					
						
						
							
							[devel] Removed "betaNN" from pnglibconf.dfa and pnglibconf.h.prebuilt  
						
						
						
						
							
						
					 
					
						2010-10-15 20:05:41 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							85497d7a4b 
							
						 
					 
					
						
						
							
							[devel] Changed embedded dates in some scripts to "(PENDING RELEASE)"  
						
						
						
						
							
						
					 
					
						2010-10-15 19:58:56 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							5393915bf6 
							
						 
					 
					
						
						
							
							[devel] Bump to version libpng-1.5.0beta53  
						
						
						
						
							
						
					 
					
						2010-10-15 19:28:31 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							f197d6d0f6 
							
						 
					 
					
						
						
							
							[devel] Imported from libpng-1.5.0beta52.tar  
						
						
						
						
							
 
						
					 
					
						2010-10-15 19:28:22 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							4fa1816cf6 
							
						 
					 
					
						
						
							
							[devel] Restored some of the embedded dates  
						
						
						
						
							
						
					 
					
						2010-10-15 19:14:36 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							1c91ab2586 
							
						 
					 
					
						
						
							
							[devel] Bump to version libpng-1.5.0beta52  
						
						
						
						
							
						
					 
					
						2010-10-15 15:13:31 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							f0eda4e8d7 
							
						 
					 
					
						
						
							
							[devel] Imported from libpng-1.5.0beta51.tar  
						
						
						
						
							
 
						
					 
					
						2010-10-15 15:08:42 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							a0de64f3c3 
							
						 
					 
					
						
						
							
							[devel] Bump to version 1.5.0beta51  
						
						
						
						
							
						
					 
					
						2010-10-14 07:35:54 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							7e1fabe2f7 
							
						 
					 
					
						
						
							
							[devel] Imported from libpng-1.5.0beta50.tar  
						
						
						
						
							
 
						
					 
					
						2010-10-14 07:35:45 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							79b2d64a67 
							
						 
					 
					
						
						
							
							[devel] also check for negative out-of-range text compression mode  
						
						
						
						
							
						
					 
					
						2010-10-13 07:31:14 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							e34f80e5aa 
							
						 
					 
					
						
						
							
							[devel] Check for out-of-range text compression mode in png_set_text().  
						
						
						
						
							
						
					 
					
						2010-10-13 06:55:30 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							bc363eca41 
							
						 
					 
					
						
						
							
							[devel] Removed some unwanted spaces  
						
						
						
						
							
						
					 
					
						2010-10-12 21:17:00 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							d233287325 
							
						 
					 
					
						
						
							
							[devel] Removed space after (type cast).  
						
						
						
						
							
						
					 
					
						2010-10-12 19:19:28 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							c127057f7d 
							
						 
					 
					
						
						
							
							[devel] Suppressed a compiler warning in png_handle_sPLT().  
						
						
						
						
							
						
					 
					
						2010-10-12 12:47:48 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							9a75d99438 
							
						 
					 
					
						
						
							
							[devel] changed "(unsigned int)" to "(unsigned long)" typecasts  
						
						... 
						
						
						
						in printf statements in pngvalid.c, and changed %ud to %lu. 
						
						
							
						
					 
					
						2010-10-08 16:27:14 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							e9c395a3bf 
							
						 
					 
					
						
						
							
							[devel] Added some "(unsigned int)" typecasts in pngvalid.c printf statements.  
						
						
						
						
							
						
					 
					
						2010-10-08 13:35:02 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							4f5b846bb4 
							
						 
					 
					
						
						
							
							[devel] Revised Makefile.in to account for mkinstalldirs being removed  
						
						... 
						
						
						
						and re-removed mkinstalldirs. 
						
						
							
						
					 
					
						2010-10-07 22:49:40 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							79bdad205f 
							
						 
					 
					
						
						
							
							[devel] Restored mkinstalldirs which was removed from version 1.5.0beta48.  
						
						
						
						
							
						
					 
					
						2010-10-07 22:35:37 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							94b582e45e 
							
						 
					 
					
						
						
							
							[devel] Bump to version 1.5.0beta50  
						
						
						
						
							
						
					 
					
						2010-10-07 22:34:33 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							1b49a71df4 
							
						 
					 
					
						
						
							
							[devel] Imported from libpng-1.5.0beta49.tar  
						
						
						
						
							
 
						
					 
					
						2010-10-07 21:01:17 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							209eee579a 
							
						 
					 
					
						
						
							
							[devel] Bump to version libpng-1.5.0beta49  
						
						
						
						
							
						
					 
					
						2010-10-04 23:06:17 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							83b4fc4af4 
							
						 
					 
					
						
						
							
							[devel] Imported from libpng-1.5.0beta48.tar  
						
						
						
						
							
 
						
					 
					
						2010-10-04 23:06:09 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							b0876110ca 
							
						 
					 
					
						
						
							
							[devel] Fixed problem with symbols creation in Makefile.am which was assuming  
						
						... 
						
						
						
						that CCP writes to standard output by default (Martin Banky). 
						
						
							
						
					 
					
						2010-10-04 22:24:14 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							110c9367bd 
							
						 
					 
					
						
						
							
							[devel] Revert autoconf scripts to autoconf-2.65 and automake-1.11.1  
						
						
						
						
							
						
					 
					
						2010-10-04 17:42:14 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							bab8df881a 
							
						 
					 
					
						
						
							
							[devel] Rebuilt configure scripts with autoconf-2.68 instead of autoconf-2.65  
						
						
						
						
							
						
					 
					
						2010-10-04 10:07:18 -05:00 
						 
				 
			
				
					
						
							
							
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							e89d33ab3d 
							
						 
					 
					
						
						
							
							[devel] Fixed long lines and indentation in CMakeLists.txt  
						
						
						
						
							
						
					 
					
						2010-10-02 21:36:02 -05:00