| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -1/+1 |
|
|
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
|
|
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -8/+8 |
|\ \
| |/ |
|
* | | merge trunk | jan.nijtmans | 2018-05-23 | 1 | -25/+10 |
|\ \
| |/ |
|
| * | Unbreak build with other CFLAGS, such as TCL_MEM_DEBUG=1 or TCL_THREADS=0 on ... | jan.nijtmans | 2018-05-23 | 1 | -2/+2 |
|
|
| * | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -24/+9 |
|
|
| * | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -10/+10 |
|
|
| * | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53... | jan.nijtmans | 2015-09-24 | 1 | -39/+0 |
| |\ |
|
| | * | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53... | jan.nijtmans | 2015-09-24 | 1 | -39/+0 |
| | |\ |
|
| | | * | merge trunk. | jan.nijtmans | 2015-08-19 | 1 | -37/+0 |
|
|
| * | | | Eliminate (harmless) compiler warning. No functional change. | jan.nijtmans | 2015-08-21 | 1 | -0/+2 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | Eliminate some (harmless) compiler warnings. No functional change. | jan.nijtmans | 2015-08-21 | 1 | -12/+14 |
|
|
| * | | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin... | jan.nijtmans | 2015-07-23 | 1 | -0/+37 |
| |\ \
| | |/ |
|
| | * | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin... | jan.nijtmans | 2015-07-23 | 1 | -0/+37 |
| | |\ |
|
| | | * | Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific. | Joe Mistachkin | 2015-06-17 | 1 | -2/+2 |
|
|
| | | * | Change Tcl_MutexUnlockAndFinalize() to internal function TclpMutexUnlockAndFi... | jan.nijtmans | 2015-06-16 | 1 | -3/+2 |
|
|
| | | * | Fix typo in the previous check-in. | Joe Mistachkin | 2015-05-17 | 1 | -1/+1 |
|
|
| | | * | Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinaliz... | Joe Mistachkin | 2015-05-17 | 1 | -3/+8 |
|
|
| | | * | Add new public Tcl C API to allow a mutex to be unlocked and then finalized a... | Joe Mistachkin | 2015-04-09 | 1 | -0/+33 |
| | |/
| |/| |
|
* | | | Deprecate otherValuePtr and ptrAndLongRep. Some more minor tweaks. | jan.nijtmans | 2016-12-23 | 1 | -1/+1 |
|
|
* | | | merge novem | jan.nijtmans | 2015-06-18 | 1 | -2/+7 |
|\ \ \
| |/ / |
|
| * | | Rework the *FinalizeThread*() routines so that the quick exit preference | dgp | 2014-12-17 | 1 | -2/+2 |
|
|
| * | | Refine TclFinalizeThreadData so that the quick-exit optimization really only ... | ferrieux | 2014-09-08 | 1 | -1/+6 |
|
|
* | | | merge novem | jan.nijtmans | 2014-05-02 | 1 | -2/+6 |
|\ \ \
| |/ / |
|
| * | | [3493120] Plug memory leak in thread exit. | dgp | 2014-04-24 | 1 | -2/+6 |
| |\ \
| | |/ |
|
| | * | Memory leak after thread exit, fixed (alloc cache released by exit), belong t... | sebres | 2014-04-22 | 1 | -2/+6 |
|
|
* | | | merge novem. | jan.nijtmans | 2013-02-04 | 1 | -3/+3 |
|/ / |
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -7/+8 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclThread.c: Back-port locking changes from Tcl8.5 | vasiljevic | 2007-11-26 | 1 | -1/+11 |
|
|
| | * | Prevent RemeberSyncObj() from growing the sync | vasiljevic | 2007-06-30 | 1 | -3/+14 |
|
|
| | * | * generic/tclInt.h: | davygrvy | 2004-05-06 | 1 | -4/+4 |
|
|
* | | | revise fix for [Bug 2687952] | Joe Mistachkin | 2009-03-16 | 1 | -5/+2 |
|
|
* | | | Fix [Bug 2687952] | dkf | 2009-03-15 | 1 | -4/+6 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -13/+13 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -2/+2 |
|
|
* | | | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is | nijtmans | 2008-07-24 | 1 | -4/+4 |
|
|
* | | | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 1 | -16/+17 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Added TclpMasterLock/Unlock arround calls to ForgetSyncObject in | vasiljevic | 2007-10-25 | 1 | -1/+10 |
|
|
* | | Prevent RemeberSyncObj() from growing the sync | vasiljevic | 2007-06-30 | 1 | -4/+16 |
|
|
* | | * generic/tclIO.c (DeleteChannelTable): Made changes so that | Kevin B Kenny | 2007-05-01 | 1 | -16/+11 |
|
|
* | | Minor updates (whitespace police, etc.) | dkf | 2006-11-07 | 1 | -7/+7 |
|
|
* | | ANSIfy (though only partially - function decls only - for tclExecute.c) | dkf | 2005-11-02 | 1 | -70/+67 |
|
|
* | | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 1 | -121/+13 |
|
|
* | | Systematizing the formatting | dkf | 2005-07-21 | 1 | -53/+63 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|