summaryrefslogtreecommitdiffstats
path: root/generic/tkTest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* modified files to work with new windows Makefilessurles1999-06-161-2/+2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-74/+1280
* * mac/tkMacAppInit.c:stanton1999-02-041-2/+2
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Changed main to mainwin to avoid compiler warningswelch1998-08-041-8/+8
* Initial revisionrjohnson1998-04-011-0/+1134