summaryrefslogtreecommitdiffstats
path: root/generic/tkConfig.c
Commit message (Expand)AuthorAgeFilesLines
* More internal use of size_t, so refcounts can be bigger than before (2^31 -> ...jan.nijtmans2016-11-041-11/+10
* Bug [069c9e43c4]: FreeOptionInternalRep() breaks Tk_CreateOptionTable()jan.nijtmans2013-08-141-89/+50
|\
| * Fix reference counting for "option" objects, when being duplicated.bug_069c9e43c4jan.nijtmans2013-08-141-1/+24
| * Fix some commentsjan.nijtmans2013-08-011-3/+3
| * rebasejan.nijtmans2013-08-011-87/+25
| |\ |/ /
| * Suggested fix for Bug [069c9e43c4]jan.nijtmans2013-07-311-88/+33
|/
* Remove unneeded SetOptionFromAny and SetTextIndexFromAny. They were only need...jan.nijtmans2013-02-261-34/+1
* Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-1/+1
|\
* | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-281-2/+2
* | more places convertedjan.nijtmans2013-01-241-1/+1
* | Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\ \ | |/
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-13/+13
| |\
* | \ merge trunkdkf2012-08-081-3/+2
|\ \ \
* | | | Much more cleaning up of result handling.dkf2012-07-231-5/+7
* | | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-16/+12
|/ / /
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable):hobbs2005-10-101-3/+3
| | * Fix [Bug 1252702]dkf2005-08-111-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-12/+10
* | | Use @EXEEXT@ in stead of @EXT_SUFFIX@nijtmans2010-02-221-6/+6
* | | * generic/tkConfig.c: Added another dimension of refCounting to thedgp2009-12-151-6/+49
* | | * generic/tkInt.h: add assert macros for clang staticdas2009-06-301-1/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-3/+4
* | | Add "const" to many internalnijtmans2008-10-151-2/+2
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-6/+5
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-21/+21
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-3/+1
* | Missed a place (or rather not all versions of GCC catch it.)dkf2007-05-031-36/+21
* | Fix minor K&R-ismdkf2007-02-121-85/+84
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-24/+23
* | * generic/tkConfig.c (Tk_DeleteOptionTable, Tk_CreateOptionTable):hobbs2005-10-101-3/+3
* | Getting more systematic about styledkf2005-08-101-938/+892
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4
|/
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-2/+2
* Added TIP#48 style engine implementationdkf2002-06-181-28/+148
* * Updates to handle change in type of tablePtrdgp2002-01-171-2/+2
* Register Tk's object types with Tcl (Tcl Bug 450545)dkf2001-08-151-4/+4
* * generic/tkConfig.c (Tk_InitOptions): Addedericm2000-10-121-1/+10
* * doc/SetOptions.3: Added note that restoreProc and freeProc mayericm2000-10-011-4/+6
* * generic/tkTest.c: Fixed tests to use updated API.ericm2000-09-291-3/+5
* * generic/tk.h: Added declaration of Tk_ObjCustomOption structure,ericm2000-09-171-2/+41
* * doc/SetOptions.3: Updated documentation to reflect support forericm2000-08-101-8/+18
* * doc/SetOptions.3: Added information about TK_OPTION_NULL_OK withericm2000-05-171-26/+7
* * doc/button.n: Added documentation for link relief.ericm2000-05-101-3/+27
* * generic/tkConfig.c (DoObjConfig): removed direct setting ofhobbs2000-04-251-2/+4
* * generic/tk.h:hobbs1999-11-231-3/+7
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1