| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify Tcl_AppInit and *_Init definitions. | nijtmans | 2010-06-16 | 1 | -2/+2 |
|
|
* | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -3/+1 |
|
|
* | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -5/+7 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -10/+27 |
|
|
* | We need to initialize the thread id variable to 0 as on 64 bit windows | patthoyts | 2008-10-13 | 1 | -1/+5 |
|
|
* | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is | nijtmans | 2008-07-24 | 1 | -5/+5 |
|
|
* | * win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain that | georgeps | 2008-07-16 | 1 | -1/+5 |
|
|
* | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -2/+2 |
|
|
* | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 1 | -1/+44 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -2/+2 |
|
|
* | Thread exit handler marks the current thread as un-initialized. | vasiljevic | 2007-03-24 | 1 | -12/+6 |
|
|
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -5/+5 |
|
|
* | ANSIfy | dkf | 2005-11-04 | 1 | -45/+46 |
|
|
* | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 1 | -201/+1 |
|
|
* | Getting more systematic about style | dkf | 2005-07-24 | 1 | -232/+253 |
|
|
* | Fixed Tcl Bug #1204064. | vasiljevic | 2005-05-30 | 1 | -9/+9 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | Corrected a compilation error in the --enable-threads configuration | Kevin B Kenny | 2005-05-05 | 1 | -8/+13 |
|
|
* | Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognize | vasiljevic | 2005-04-16 | 1 | -20/+23 |
|
|
* | * tests/registry.test: Fixed test files to load the correct | davygrvy | 2004-10-27 | 1 | -2/+3 |
|
|
* | * generic/tclEvent.c: Correct threaded obj allocator to | hobbs | 2004-07-21 | 1 | -7/+28 |
|
|
* | Redefined MASTER_LOCK in win/tclWinThrd.c to call TclpMasterLock for the | vasiljevic | 2004-07-19 | 1 | -4/+6 |
|
|
* | Integrated fix for Tcl Bug #770053 from core-8-4-branch | vasiljevic | 2004-06-22 | 1 | -3/+3 |
|
|
* | A little source clean-up with the allocOnce variable. | davygrvy | 2004-04-27 | 1 | -4/+6 |
|
|
* | * generic/tclInt.h: | davygrvy | 2004-04-23 | 1 | -5/+36 |
|
|
* | * win/tclWinThrd.c (Tcl_ConditionNotify): condPtr must be dereferenced | davygrvy | 2004-01-11 | 1 | -2/+2 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -13/+13 |
|
|
* | fix for [Bug 732477] | Joe Mistachkin | 2003-05-13 | 1 | -7/+7 |
|
|
* | * win/tclWinThrd.c: Applied SF patch #727271. This patch changes | andreas_kupries | 2003-04-25 | 1 | -9/+54 |
|
|
* | Fix mingw build problems and compiler warnings. | mdejong | 2003-01-14 | 1 | -1/+9 |
|
|
* | * win/tclWinThrd.c (TclpMasterUnlock): | hobbs | 2002-12-10 | 1 | -36/+23 |
|
|
* | * win/tclWinConsole.c: | davygrvy | 2002-11-26 | 1 | -2/+2 |
|
|
* | * win/tclWinThrd.c (Tcl_CreateThread/TclpThreadExit): Fixed | davygrvy | 2002-11-19 | 1 | -3/+3 |
|
|
* | * win/tclWinThrd.c (TclpFinalizeThreadData, TclWinFreeAllocCache):macosx_8_4_premerge_2002_08_31_trunkmacosx_8_4_merge_2002_08_30_trunk | andreas_kupries | 2002-08-29 | 1 | -10/+7 |
|
|
* | * generic/tclAlloc.c: | hobbs | 2002-04-23 | 1 | -2/+76 |
|
|
* | * win/tclWinThrd.c (TclpThreadExit): Cast status argument to | mdejong | 2001-09-07 | 1 | -2/+2 |
|
|
* | * tclWinThrd.c: Revisited _beginthreadex() stuff. Instead of assuming | davygrvy | 2001-09-05 | 1 | -9/+10 |
|
|
* | * win/tclWinThrd.c: Moved FinalizeConditionEvent() proto to within | davygrvy | 2001-09-03 | 1 | -3/+5 |
|
|
* | * win/tclWinThrd.c: Portability fix for Cygwin who's c-runtime, | davygrvy | 2001-09-03 | 1 | -1/+15 |
|
|
* | * win/tclWinThrd.c (TclpFinalizeMutex, TclpFinalizeCondition): | hobbs | 2001-08-07 | 1 | -1/+3 |
|
|
* | * win/tclWinThrd.c (Tcl_CreateThread): Close Windows | mdejong | 2001-07-24 | 1 | -5/+6 |
|
|
* | * win/tclWinConsole.c: | mdejong | 2001-07-16 | 1 | -2/+1 |
|
|
* | * win/tclWinDde.c: | ericm | 2000-06-13 | 1 | -2/+2 |
|
|
* | 2000-05-09 Andreas Kupries <a.kupries@westend.com> | kupries | 2000-05-09 | 1 | -1/+3 |
|
|
* | 2000-05-02 Andreas Kupries <a.kupries@westend.com> | kupries | 2000-05-02 | 1 | -4/+53 |
|
|
* | * library/dde1.1/pkgIndex.tcl: | hobbs | 2000-04-20 | 1 | -15/+15 |
|
|
* | Added Tcl_CreateThreadType and TCL_RETURN_THREAD_TYPE | welch | 2000-04-17 | 1 | -3/+3 |
|
|
* | 2000-04-08 Andreas Kupries <a.kupries@westend.com> | kupries | 2000-04-09 | 1 | -3/+6 |
|
|
* | * win/mkd.bat: | hobbs | 1999-12-22 | 1 | -5/+5 |
|
|
* | * generic/tclListObj.c:core_8_2_b3_base | redman | 1999-08-10 | 1 | -35/+36 |
|
|