| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
* | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making... | jan.nijtmans | 2019-03-19 | 1 | -1/+1 |
|
|
* | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion... | fvogel | 2017-09-02 | 1 | -0/+1 |
|
|
* | Don't use sizeof(struct) when the structure has a char array as last element:... | jan.nijtmans | 2017-05-08 | 1 | -2/+2 |
|
|
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -1/+1 |
|
|
* | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper | jenglish | 2013-02-27 | 1 | -10/+10 |
|
|
* | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ... | jan.nijtmans | 2013-02-27 | 1 | -10/+10 |
|
|
* | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -46/+41 |
|
|
* | 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 |
|
|
| | * | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. | nijtmans | 2011-01-25 | 1 | -3/+3 |
|
|
| | * | Backport of fixes for [Bug 1353414] | dkf | 2005-11-22 | 1 | -12/+15 |
|
|
| * | | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. | nijtmans | 2011-01-25 | 1 | -2/+2 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -16/+16 |
|
|
* | | | tkSelect.c: Fix for [Bug #3164879] (memory allocation bug | jenglish | 2011-01-24 | 1 | -3/+3 |
|
|
* | | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2 | nijtmans | 2010-12-06 | 1 | -4/+4 |
|
|
* | | | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff... | nijtmans | 2010-11-29 | 1 | -4/+4 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -9/+9 |
|
|
* | | | Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better! | dkf | 2009-07-23 | 1 | -16/+23 |
|
|
* | | | Merge of TkAqua Cocoa portmacosx_cocoa_merge | das | 2009-06-29 | 1 | -2/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -8/+10 |
|
|
* | | | TIP 337 | dgp | 2008-12-09 | 1 | -3/+5 |
|
|
* | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -7/+7 |
|
|
* | | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 1 | -3/+3 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -6/+6 |
|
|
* | | | Greatly clean up Tk's handling of the writability of the Tcl result object. | dkf | 2008-10-05 | 1 | -4/+2 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -6/+6 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -26/+26 |
|/ / |
|
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 1 | -2/+2 |
|
|
* | | Plug potential memory leak... | dkf | 2005-11-22 | 1 | -1/+2 |
|
|
* | | ANSIfy and reduce casting of NULL to promote readability | dkf | 2005-11-17 | 1 | -13/+12 |
|
|
* | | Fix problem in default selection handler outlined by test select-9.5 | dkf | 2005-11-14 | 1 | -12/+14 |
|
|
* | | Format for style and remove non-ANSI decls | dkf | 2005-10-17 | 1 | -587/+585 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 1 | -2/+2 |
|
|
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -3/+3 |
|/ |
|
* | * generic/tkSelect.c (Tk_CreateSelHandler): | jenglish | 2003-01-14 | 1 | -4/+5 |
|
|
* | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunk | das | 2002-08-31 | 1 | -2/+2 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -3/+3 |
|
|
* | * Updates to handle change in type of tablePtr | dgp | 2002-01-17 | 1 | -10/+14 |
|
|
* | * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27 | dgp | 2002-01-17 | 1 | -2/+2 |
|
|
* | * generic/tkBind.c (TkBindFree): | dgp | 2002-01-04 | 1 | -3/+3 |
|
|
* | * library/console.tcl: | hobbs | 2001-07-03 | 1 | -17/+102 |
|
|
* | * generic/tkWindow.c: Updated [selection] command entry to use | ericm | 2000-08-07 | 1 | -254/+298 |
|
|
* | Fixed ANSI-style function definitions so that they work on K&R | redman | 1999-08-13 | 1 | -2/+2 |
|
|
* | * unix/tkUnixSelect.c: | stanton | 1999-06-03 | 1 | -20/+87 |
|
|
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -36/+94 |
|
|
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+1341 |
|
|