| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6. Fix some more -Wshadow warnings | jan.nijtmans | 2020-10-06 | 1 | -8/+4 |
|\ |
|
| * | More elimination of the "register" keyword, and more explicit typecasts | jan.nijtmans | 2020-10-06 | 1 | -30/+27 |
|
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -3/+0 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -22/+26 |
|
|
* | | Eliminate "register" keyword from all unix/tkUnix*.c files. | jan.nijtmans | 2019-08-15 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
* | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu... | jan.nijtmans | 2019-03-31 | 1 | -1/+1 |
|/ |
|
* | Remove superfluous blank line | fvogel | 2018-01-31 | 1 | -1/+0 |
|
|
* | Patch refinement from Christian Werner. It is now possible to 'make test' wit... | fvogel | 2018-01-31 | 1 | -0/+10 |
|
|
* | Fix [502e74e9ad]: crash for untrusted X connections (for ssh: ForwardX11Trust... | fvogel | 2018-01-29 | 1 | -24/+42 |
|
|
* | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-26 | 1 | -62/+62 |
|\ |
|
| * | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-23 | 1 | -62/+62 |
|/ |
|
* | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to... | jan.nijtmans | 2013-01-26 | 1 | -1/+1 |
|
|
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -3/+3 |
|\ |
|
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -3/+3 |
| |\ |
|
| | * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -3/+3 |
|
|
| | * | Backport fix for [Bug 3546073] | jenglish | 2012-07-31 | 1 | -5/+3 |
|
|
| * | | fix typo | dgp | 2012-10-05 | 1 | -1/+1 |
|
|
| * | | Backport of dgp fixes on 50e0c049b2 to 8.5 | Kevin Walzer | 2012-10-02 | 1 | -0/+2 |
|
|
* | | | typo | dgp | 2012-09-15 | 1 | -1/+1 |
|
|
* | | | 3567812 3567779 Repaired regressions in 3546073 fix. | dgp | 2012-09-15 | 1 | -0/+3 |
|
|
* | | | more auditing of error codes | dkf | 2012-07-30 | 1 | -1/+2 |
|
|
* | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -1/+4 |
|
|
* | | | merge trunk | dkf | 2012-07-28 | 1 | -5/+2 |
|\ \ \ |
|
| * \ \ | silence compiler warnings | dgp | 2012-07-24 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | silence compiler warnings | dgp | 2012-07-24 | 1 | -1/+1 |
|
|
| * | | | Fix for [Bug 3546073]: | jenglish | 2012-07-23 | 1 | -5/+2 |
| |\ \ \
| | |/ / |
|
| | * | | Fix for [Bug 3546073]: | root | 2012-07-23 | 1 | -5/+2 |
|
|
* | | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -14/+15 |
|/ / / |
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | | Apply (a version of) [Patch 2917663]. | dkf | 2009-12-20 | 1 | -30/+50 |
|
|
| * | | [Bug 1909931]: Add support for server-interpreted access control addreses. | dkf | 2009-08-25 | 1 | -3/+47 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -16/+12 |
|
|
* | | | Consistent use of variable names in RestrictEvent | nijtmans | 2010-05-11 | 1 | -6/+5 |
|
|
* | | | Apply (a version of) [Patch 2917663] to make [send] work on recent Linux. | dkf | 2009-12-20 | 1 | -32/+52 |
|
|
* | | | [Bug 1909931]: Add support for server-interpreted access control addreses. | dkf | 2009-08-25 | 1 | -22/+66 |
|
|
* | | | Minor simplification in fix for [Bug 2312027]: | nijtmans | 2008-11-18 | 1 | -2/+3 |
|
|
* | | | CONSTify string and fileName parameters of TkGetBitmapData | nijtmans | 2008-11-05 | 1 | -24/+25 |
|
|
* | | | 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 | -55/+54 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -3/+1 |
|
|
* | | Fix more type pun warnings (those not found by my local version of GCC) | dkf | 2007-05-03 | 1 | -2/+4 |
|
|
* | | Tackle [Bug 1711985] | dkf | 2007-05-03 | 1 | -7/+7 |
|
|
* | | Minor syntactic stuff | dkf | 2007-02-27 | 1 | -74/+74 |
|
|
* | | * macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): add support | das | 2006-07-20 | 1 | -2/+2 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -3/+112 |
|
|