summaryrefslogtreecommitdiffstats
path: root/generic/tkTest.c
Commit message (Expand)AuthorAgeFilesLines
* frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-10/+10
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-31/+25
| | * * generic/tkTest.c: disable commands not available on TkAqua.das2005-05-241-4/+4
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-20/+18
* | | [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-191-122/+1
* | | Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-11/+10
* | | Use @EXEEXT@ in stead of @EXT_SUFFIX@nijtmans2010-02-221-2/+2
* | | Tiny whitespace changes for readability improvement.dkf2010-02-211-3/+3
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-24/+25
* | | Make all internal initializationnijtmans2009-11-291-25/+2
* | | Compile tkTest.c and friends with Stubsnijtmans2009-11-191-1/+23
* | | * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-071-1/+2
* | | modify Tk_Create(Old)ImageType signature, relaxingnijtmans2008-11-121-5/+5
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-4/+4
* | | Add "const" to many internalnijtmans2008-10-171-4/+4
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-3/+3
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-37/+37
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | Fix for [Bug 1788019] "tkTest.c compiler warning".jenglish2007-09-041-4/+5
* | [Tk Bug 1712081]dgp2007-05-141-33/+15
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-9/+9
* | * generic/tkInt.decls: move all platform test sources from tk lib intodas2005-12-091-1/+3
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-233/+25
* | ANSIfy (might as well finish the job!)dkf2005-11-181-1127/+1004
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-3/+3
* | Lots of ANSIfying of function decls.dkf2005-11-171-6/+6
* | * generic/tkTest.c: disable commands not available on TkAqua.das2005-05-241-4/+4
* | text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-5/+6
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-12/+12
* | tip 113 implementationvincentdarley2003-05-191-2/+6
|/
* added int cast to prevent warninghobbs2002-09-021-2/+3
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-9/+9
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-24/+31
* * Fixes for [Bug 581627].dgp2002-07-151-5/+7
* * generic/tkTest.c: Removed unused dependence on TclThread_Init()dgp2002-07-091-8/+1
* * Updates to handle change in type of tablePtrdgp2002-01-171-4/+6
* Added type cast to (ClientData) for &CustomOption in option tests.ericm2000-10-301-3/+3
* * generic/tkTest.c: Fixed tests to use updated API.ericm2000-09-291-14/+19
* * generic/tk.h: Added declaration of Tk_ObjCustomOption structure,ericm2000-09-171-1/+149
* * generic/tkTest.c: fixed incorrect platform inclusion forhobbs2000-04-041-4/+3
* * generic/tkImgGIF.c (FileReadGIF): added cast for trashBufferhobbs2000-02-101-5/+1
* * generic/tkDecls.h:hobbs2000-02-081-2/+49
* * generic/tkStubInit.c:hobbs1999-12-141-1/+2
* objectified ImageCreate in tkTest.chobbs1999-12-061-15/+13
* * generic/tk.h:hobbs1999-10-291-1/+3