summaryrefslogtreecommitdiffstats
path: root/generic/tkImgGIF.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed broken trunk caused by "signed/unsigned mismatch" compiler error on Win...fvogel2015-06-011-2/+2
* [dece631375] More mem alloc overflow check and init with proper unsigneds.dgp2015-05-201-2/+13
* Initialize memory to stop valgrind notices about conditionals dependent ondgp2015-05-201-0/+7
* more places convertedjan.nijtmans2013-01-241-1/+1
* Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\
* | Much more cleaning up of result handling.dkf2012-07-231-33/+36
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-0/+20
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-011-1/+7
| | * * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered byrmax2007-09-111-2/+2
| | * Fix (and add test for) [Bug 1458234]dkf2006-03-271-14/+14
| | * * generic/tkImgGIF.c: cast calls to block_outhobbs2005-12-011-3/+3
| | * Plug a buffer overflow in the GIF readerdkf2005-06-201-22/+33
| | * * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max:das2004-07-271-4/+5
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-6/+6
* | | * generic/tkImgGIF.c (StringWriteGIF): Added ability to write a GIF todkf2010-07-181-318/+370
* | | Formattingnijtmans2010-04-231-12/+9
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-1/+2
* | | Add "const" to many internalnijtmans2008-10-171-2/+2
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-148/+177
* | | Let the GIF writer use a real LZW compressor.nijtmans2008-04-091-444/+321
* | | a little cleanup, in preparation for replacing the gif compressor with a real...nijtmans2008-04-091-92/+85
|/ /
* | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-011-1/+7
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | fix warningsdas2007-09-181-3/+3
* | Yet another step in the tidying up of the GIF code.dkf2007-09-181-138/+169
* | * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered byrmax2007-09-111-2/+2
* | header cleanupdgp2007-09-071-2/+1
* | Quell type-punning warnings from gcc/unix builddkf2007-01-121-5/+5
* | Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-10/+12
* | * generic/tkImgGIF.c (ReadImage):das2006-07-201-3/+3
* | Fix (and add test for) [Bug 1458234]dkf2006-03-271-13/+13
* | * generic/tkImgGIF.c: cast calls to blockOuthobbs2005-12-011-3/+3
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-201/+190
* | Getting more systematic about styledkf2005-08-101-131/+162
* | Typosdkf2005-06-191-5/+5
* | Get rid of statics; replaced with stack-allocated structures which are automa...dkf2005-06-191-657/+723
* | * generic/tkImgGIF.c (FileReadGIF): fix crash reported by Reinhard Max:das2004-07-271-4/+5
* | TIP#116 implementation. Docs still to come, tests will never be done becausedkf2003-03-061-4/+9
|/
* Removed pointless static variable ZeroDataBlock from tkImgGIF.c [Bug #664788]dkf2003-02-201-5/+1
* * generic/tkImgGIF.c (FileReadGIF): Ensure that the trashBuffer isdkf2003-02-181-9/+13
* * generic/tkImgGIF.c (FileReadGIF): fixed -from handling for gifshobbs2002-08-081-5/+5
* TIP#98 implementation; improved photo image copy and GIF frame accessdkf2002-06-141-2/+3
* tkImgGIF.c was not following the Tcl C style; fixed...dkf2002-02-191-571/+676
* * Updates to handle change in type of tablePtrdgp2002-01-171-2/+2
* * generic/tkImgGIF.c:andreas_kupries2001-09-141-1/+2
* * generic/tkImgGIF.c (Mgetc): corrected screwy use of ternaryhobbs2001-07-031-2/+3
* * tests/imgPhoto.test: Added test for GIF writing code [Bug: 5823].ericm2000-07-051-47/+28