Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -2/+2 |
| | | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries. | ||||
* | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -2/+2 |
| | |||||
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -22/+22 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | Disable __NO_OLD_CONFIG configuration enabled by latest commit | dgp | 2007-09-07 | 1 | -1/+3 |
| | |||||
* | header cleanup | dgp | 2007-09-07 | 1 | -3/+1 |
| | |||||
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -2/+2 |
| | |||||
* | ANSIfy | dkf | 2005-11-15 | 1 | -166/+167 |
| | |||||
* | * An overlooked caller of Tcl_GetIndexFromObj() and a style fix. | dgp | 2002-01-17 | 1 | -6/+6 |
| | |||||
* | * tests/config.test: added config-14.1 to test namespace import | hobbs | 2001-08-29 | 1 | -43/+27 |
| | | | | | | | | | | | | | | evaluation of widgets. * generic/tkButton.c (ButtonCreate): * generic/tkFrame.c (CreateFrame): * generic/tkMenubutton.c (Tk_MenubuttonObjCmd): * generic/tkPlace.c (Tk_PlaceObjCmd): * generic/tkScale.c (Tk_ScaleObjCmd): * generic/tkMessage.c (Tk_MessageObjCmd): * generic/tkEntry.c (Tk_EntryObjCmd, Tk_SpinboxObjCmd): * generic/tkSquare.c (SquareObjCmd): redid the handling of optionTables in widgets to allow them to be imported into other namespaces. [Bug #456632] | ||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -170/+220 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+587 |