| Commit message (Expand) | Author | Age | Files | Lines |
* | Backout the "dullest commit ever" (not my words ....). It breaks the build.
| jan.nijtmans | 2024-05-14 | 1 | -1/+1 |
|
|
* | Clean up a lot of small whitespace issues
| dkf | 2024-05-13 | 1 | -1/+1 |
|
|
* | TIP #616: Tcl lists > 2^31 elements | jan.nijtmans | 2022-06-08 | 1 | -2/+2 |
|
|
* | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|\ |
|
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-07-21 | 1 | -15/+15 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -16/+16 |
| |\ |
|
| | * | Use "Global" in stead of "Master" internally, where "Master" is not used in t... | jan.nijtmans | 2020-07-20 | 1 | -16/+16 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -8/+8 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -8/+8 |
|
|
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -1/+1 |
|\ \ \ |
|
* \ \ \ | merge trunk | jan.nijtmans | 2018-05-23 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.7 | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
|
|
| * | | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ne... | jan.nijtmans | 2018-05-17 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -1/+1 |
| | |/ |
|
* | | | merge trunk | jan.nijtmans | 2017-12-01 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | merge core-8-branch. Various cleanup: unused structure names, unused #defines... | jan.nijtmans | 2017-12-01 | 1 | -1/+1 |
| |/ |
|
* | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming. | jan.nijtmans | 2017-11-16 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl... | jan.nijtmans | 2016-12-01 | 1 | -2/+2 |
|
|
| * | merge trunk | jan.nijtmans | 2015-10-04 | 1 | -3/+3 |
| |\
| |/
|/| |
|
| * | remove unnecessary struct names, which only pollute the "struct" namespace fo... | jan.nijtmans | 2012-08-20 | 1 | -1/+1 |
|
|
* | | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -6/+6 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
| * | Added VALGRIND define so we can silence helgrind race-report at places | vasiljevic | 2010-04-03 | 1 | -5/+34 |
|
|
| * | * generic/tclThreadStorage.c (ThreadStorageGetHashTable): | vasiljevic | 2010-04-02 | 1 | -12/+7 |
|
|
* | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ... | nijtmans | 2009-12-21 | 1 | -2/+2 |
|
|
* | | revise fix for [Bug 2687952] | Joe Mistachkin | 2009-03-16 | 1 | -2/+2 |
|
|
* | | Fix [Bug 2687952] | dkf | 2009-03-15 | 1 | -1/+14 |
|
|
* | | Code now simple enough that we can improve its performance by applying the | dkf | 2008-11-29 | 1 | -9/+14 |
|
|
* | | Improvements to the general readability of the TSD implementation. | dkf | 2008-11-29 | 1 | -120/+189 |
|
|
* | | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 1 | -436/+149 |
|/ |
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Avoid using 'new' as an identifier. | dkf | 2007-11-18 | 1 | -3/+3 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -2/+3 |
|
|
* | Silence a compiler warining about presenting a volatile pointer to 'memset' | Kevin B Kenny | 2006-11-13 | 1 | -3/+3 |
|
|
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -3/+3 |
|
|
* | Minor updates (whitespace police, etc.) | dkf | 2006-11-07 | 1 | -5/+5 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+2 |
|
|
* | Assorted syntactic cleanups | dkf | 2005-10-30 | 1 | -120/+110 |
|
|
* | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 1 | -677/+183 |
|
|
* | Stop exposing the thread storage guts. Non-core code should never touch it. | dkf | 2005-08-05 | 1 | -117/+71 |
|
|
* | Getting more systematic about style | dkf | 2005-07-19 | 1 | -137/+149 |
|
|
* | Oops! | dkf | 2004-06-24 | 1 | -5/+3 |
|
|
* | Style and whitespace fixes | dkf | 2004-06-24 | 1 | -443/+544 |
|
|
* | * generic/tclThreadStorage.c: Corrected type casting errors that led | dgp | 2004-06-24 | 1 | -3/+3 |
|
|
* | Version 5 of [Patch 976496] | Joe Mistachkin | 2004-06-24 | 1 | -0/+1013 |
|
|