| Commit message (Expand) | Author | Age | Files | Lines |
* | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameter | jan.nijtmans | 2023-05-23 | 1 | -4/+4 |
|
|
* | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -2/+2 |
|
|
* | Don't bother UINT2PTR, since INT2PTR is just as good. | jan.nijtmans | 2022-03-29 | 1 | -1/+1 |
|
|
* | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they (proba... | jan.nijtmans | 2021-01-07 | 1 | -2/+2 |
|
|
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -28/+28 |
|\ |
|
| * | Use "Global" in stead of "Master" internally, where "Master" is not used in t... | jan.nijtmans | 2020-07-20 | 1 | -32/+32 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|
|
* | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -7/+7 |
|/ / |
|
* | | merge 8.6 | jan.nijtmans | 2018-06-25 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handli... | jan.nijtmans | 2018-06-25 | 1 | -4/+4 |
|
|
* | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -5/+5 |
|
|
* | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -5/+5 |
|
|
* | | Remove compat/float.h and related machinery. The last system known where this... | jan.nijtmans | 2017-11-15 | 1 | -2/+0 |
|
|
* | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
|
|
* | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -2/+4 |
| |\ |
|
* | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -5/+5 |
|
|
* | | | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library... | jan.nijtmans | 2016-06-14 | 1 | -7/+4 |
|\ \ \
| |/ / |
|
| * | | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library... | jan.nijtmans | 2016-06-14 | 1 | -7/+4 |
| |\ \
| | |/ |
|
| | * | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library... | jan.nijtmans | 2016-06-14 | 1 | -7/+4 |
|
|
* | | | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.... | jan.nijtmans | 2016-04-01 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
* | | | Two micro-optimizations in Win and UNIX notifier. See: [http://code.activesta... | jan.nijtmans | 2016-04-01 | 1 | -18/+15 |
|\ \ \ |
|
| * | | | - Undo unix notifier changes: too risky at this moment.
| jan.nijtmans | 2016-03-25 | 1 | -18/+15 |
|/ / / |
|
* | | | Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to hirofum... | jan.nijtmans | 2016-03-21 | 1 | -17/+14 |
|/ / |
|
* | | Bring back Tcl_MutexLock() to exact implementation in Tcl 8.6.4. For details,... | jan.nijtmans | 2015-10-18 | 1 | -35/+2 |
|\ \
| |/ |
|
| * | Bring back Tcl_MutexLock() to exact implementation in Tcl 8.5.18. For details... | jan.nijtmans | 2015-10-18 | 1 | -35/+2 |
| |\ |
|
| | * | Proposed fix for [ba44e415a0]: "Use of mutexLock causes problem with reactive... | jan.nijtmans | 2015-10-17 | 1 | -32/+5 |
| |/
|/| |
|
* | | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53... | jan.nijtmans | 2015-09-24 | 1 | -50/+4 |
|\ \
| |/ |
|
| * | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53... | jan.nijtmans | 2015-09-24 | 1 | -50/+4 |
| |\ |
|
| | * | merge trunk. | jan.nijtmans | 2015-08-19 | 1 | -50/+4 |
| |/
|/| |
|
* | | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin... | jan.nijtmans | 2015-07-23 | 1 | -2/+81 |
|\ \
| |/ |
|
| * | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin... | jan.nijtmans | 2015-07-23 | 1 | -2/+81 |
| |\ |
|
| | * | This should completely fix the race conditions at the cost of more complexity... | Joe Mistachkin | 2015-05-17 | 1 | -7/+23 |
|
|
| | * | Fix deadlock. | 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 | -0/+63 |
| |/
|/| |
|
* | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
|\ \
| |/ |
|
* | | Workaround for mingw versions which don't provide _fpcontrol in float.h | jan.nijtmans | 2012-11-14 | 1 | -0/+8 |
|\ \ |
|
* \ \ | 360894 Threads inherit floating point config from their creator thread | dgp | 2012-11-13 | 1 | -4/+71 |
|\ \ \ |
|
* | | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -4/+4 |
|
|
* | | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \ \ |
|
* | | | | | Fix various gcc-4.5.2 64-bit warning messages, | nijtmans | 2011-01-25 | 1 | -2/+2 |
|
|
* | | | | | 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 |
|
|