John Bowler 
							
						 
					 
					
						
						
						
						
							
						
						
							14d11b9f35 
							
						 
					 
					
						
						
							
							contrib space removal  
						
						 
						
						... 
						
						
						
						Remove all trailing spaces from source files in contrib
Signed-off-by: John Bowler <jbowler@acm.org> 
						
						
					 
					
						2015-11-26 09:55:37 -08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							c68de14844 
							
						 
					 
					
						
						
							
							[libpng17] Merge contrib/libtests and contrib/tools with libpng16.  
						
						 
						
						
						
						
					 
					
						2015-09-15 17:11:43 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							92d7dd1ede 
							
						 
					 
					
						
						
							
							[libpng17] Imported from libpng-1.7.0beta64.tar  
						
						 
						
						
						
						
					 
					
						2015-07-25 21:17:14 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							24382d838c 
							
						 
					 
					
						
						
							
							[libpng17] Eliminated the final two Coverity defects (insecure temporary file  
						
						 
						
						... 
						
						
						
						handling in contrib/libtests/pngstest.c; possible overflow of
unsigned char in contrib/tools/png-fix-itxt.c). To use the "secure"
file handling, define PNG_USE_MKSTEMP, otherwise "tmpfile()" will
be used. 
						
						
					 
					
						2015-06-10 06:59:18 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							188962a93b 
							
						 
					 
					
						
						
							
							[libpng17] Added #ifdef's to contrib/examples programs so people don't try  
						
						 
						
						... 
						
						
						
						to compile them without the minimum required support enabled
(suggested by Flavio Medeiros). 
						
						
					 
					
						2015-06-05 21:26:31 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							77476d3c37 
							
						 
					 
					
						
						
							
							[libpng16] Quieted Coverity issues in pngfix.c, png-fix-itxt.c, pngvalid.c,  
						
						 
						
						... 
						
						
						
						pngstest.c, and pngimage.c. Most seem harmless, but png-fix-itxt
would only work with iTXt chunks with length 255 or less.
Fixed cexcept.h in which GCC 5 reported that one of the auto
variables in the Try macro needs to be volatile to prevent value
being lost over the setjmp, and fixed g++ build breaks (John Bowler). 
						
						
					 
					
						2015-06-03 22:52:33 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							a671f8baea 
							
						 
					 
					
						
						
							
							[libpng17] Quieted Coverity issues in pngfix.c, png-fix-itxt.c, pngvalid.c,  
						
						 
						
						... 
						
						
						
						pngstest.c, and pngimage.c. Most seem harmless, but png-fix-itxt
would only work with iTXt chunks with length 255 or less. 
						
						
					 
					
						2015-06-03 16:21:57 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							9e168ea2c9 
							
						 
					 
					
						
						
							
							[libpng17] Merged files with version 1.6.8 that have not changed since then.  
						
						 
						
						
						
						
					 
					
						2013-12-19 20:33:08 -06:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							4a7796faca 
							
						 
					 
					
						
						
							
							[libpng17] Imported from libpng-1.7.0beta14.tar  
						
						 
						
						
						
						
					 
					
						2013-06-08 21:00:36 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Bowler 
							
						 
					 
					
						
						
						
						
							
						
						
							a08ac031fc 
							
						 
					 
					
						
						
							
							[libpng17] Fixed ICC compiler warning in tools/png-fix-itxt.c  
						
						 
						
						
						
						
					 
					
						2013-06-05 16:48:18 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Glenn Randers-Pehrson 
							
						 
					 
					
						
						
						
						
							
						
						
							bd56d76417 
							
						 
					 
					
						
						
							
							[libpng17] Port recent zlib windowBits handling from libpng-1.6.3beta06  
						
						 
						
						
						
						
					 
					
						2013-05-10 17:43:59 -05:00