summaryrefslogtreecommitdiffstats
path: root/win/tclWinThrd.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-03-291-1/+1
|\
| * Don't bother UINT2PTR, since INT2PTR is just as good.jan.nijtmans2022-03-291-1/+1
| |
* | Merge 8.7 (resolve conflicts)dgp2021-01-081-2/+2
|\ \ | |/
| * Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they ↵jan.nijtmans2021-01-071-2/+2
| | | | | | | | (probably) cannot handle Windows 7 API anyway.
* | Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-3/+3
| | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | Merge 8.7jan.nijtmans2020-07-211-28/+28
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-07-201-28/+28
| |\
| | * Use "Global" in stead of "Master" internally, where "Master" is not used in ↵jan.nijtmans2020-07-201-32/+32
| | | | | | | | | | | | the Master-Slave paradigm and where this makes sense.
* | | Merge 8.7jan.nijtmans2020-02-281-7/+7
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-09-191-1/+1
| |\ \
| * | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-7/+7
| | | |
* | | | Merge 8.7jan.nijtmans2019-09-191-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2019-09-191-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-191-1/+1
| | |
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵jan.nijtmans2018-09-011-6/+6
|\ \ \ | |/ / | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion)
* | | Use size_t in more API's, e.g. *RegExp* typesjan.nijtmans2018-07-021-1/+1
| | |
* | | merge trunkjan.nijtmans2018-06-271-4/+4
|\ \ \ | |/ /
| * | merge 8.6jan.nijtmans2018-06-251-4/+4
| |\ \ | | |/
| | * Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate ↵jan.nijtmans2018-06-251-4/+4
| | | | | | | | | | | | | | | handling). Fix various typo's
* | | merge trunkjan.nijtmans2018-05-231-5/+5
|\ \ \ | |/ /
| * | Simplify usage of TCL_THREAD, along the lines of ↵jan.nijtmans2018-05-221-5/+5
| | | | | | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF
| * | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-5/+5
| | |
| * | Remove compat/float.h and related machinery. The last system known where ↵jan.nijtmans2017-11-151-2/+0
| | | | | | | | | | | | | | | this was needed was SunOS-4, which is not supported by Tcl any more for a long ... long time .... Also, fix a typo in generic/tclInt.h and remove some end-of-line spacing.
* | | More internal use of size_t. Eliminate unused "isBin" argument from ↵jan.nijtmans2016-12-011-1/+1
| | | | | | | | | | | | TclpSysAlloc()
* | | merge trunkjan.nijtmans2016-11-161-1/+1
|\ \ \ | |/ /
| * | Use more "size_t" in stead of "int" internall. Also eliminate a lot of ↵jan.nijtmans2016-11-161-1/+1
| | | | | | | | | | | | type-casts which are not necessary any more.
* | | merge trunkjan.nijtmans2016-10-111-2/+4
|\ \ \ | |/ /
| * | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-2/+4
| |\ \ | | |/
| | * Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-2/+4
| | |\
* | | \ Merge trunkjan.nijtmans2016-06-301-1/+1
|\ \ \ \ | |/ / /
| * | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-5/+5
| | | |
* | | | merge trunkjan.nijtmans2016-06-141-7/+4
|\ \ \ \ | |/ / /
| * | | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread ↵jan.nijtmans2016-06-141-7/+4
| |\ \ \ | | |/ / | | | | | | | | library doesn't work in Debug build on Windows_x64
| | * | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread ↵jan.nijtmans2016-06-141-7/+4
| | |\ \ | | | |/ | | | | | | | | library doesn't work in Debug build on Windows_x64
| | | * Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread ↵jan.nijtmans2016-06-141-7/+4
| | | | | | | | | | | | | | | | library doesn't work in Debug build on Windows_x64
* | | | Merge trunk. Remove excess spacing.jan.nijtmans2016-04-011-2/+2
|\ \ \ \ | |/ / /
| * | | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to ↵jan.nijtmans2016-04-011-2/+2
| |\ \ \ | | |/ / | | | | | | | | coffbase.txt. Eliminate exess spacing
* | | | merge trunkjan.nijtmans2016-04-011-18/+15
|\ \ \ \ | |/ / /
| * | | Two micro-optimizations in Win and UNIX notifier. See: ↵jan.nijtmans2016-04-011-18/+15
| |\ \ \ | | | | | | | | | | | | | | | [http://code.activestate.com/lists/tcl-core/15645/]
| | * | | - Undo unix notifier changes: too risky at this moment. jan.nijtmans2016-03-251-18/+15
| |/ / / | | | | | | | | | | | | - Merge trunk - (cherry-pick from dhr-micro-optimization): Micro-optimization: remove double checked lock from TclGetAllocCache in favour of initialization in TclInitSubsystems
* | | | merge trunkjan.nijtmans2016-03-211-17/+14
|\ \ \ \ | |/ / /
| * | | Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to ↵jan.nijtmans2016-03-211-17/+14
| |/ / | | | | | | | | | | | | | | | | | | hirofumi for both the bug-report and the fix. Use TclpMasterLock() in stead of MASTER_LOCK everywhere (in stead of in some files only, not in others). Use "static int initialized" variable consistantly. Fix some comments. No change of functionality.
* | | merge trunkjan.nijtmans2015-10-191-35/+2
|\ \ \ | |/ /
| * | Bring back Tcl_MutexLock() to exact implementation in Tcl 8.6.4. For ↵jan.nijtmans2015-10-181-35/+2
| |\ \ | | |/ | | | | | | details, see [ba44e415a0]: Use of mutexLock causes problem with reactive event handling in AndroWish
| | * Bring back Tcl_MutexLock() to exact implementation in Tcl 8.5.18. For ↵jan.nijtmans2015-10-181-35/+2
| | |\ | | | | | | | | | | | | details, see [ba44e415a0]: Use of mutexLock causes problem with reactive event handling in AndroWish
| | | * Proposed fix for [ba44e415a0]: "Use of mutexLock causes problem with ↵jan.nijtmans2015-10-171-32/+5
| | |/ | |/| | | | | | | | | | reactive event handling in AndroWish". This basically undoes the retry mechamism in Tcl_MutexLock, introduced in [9f8b7bea53]. Does this retry mechamism hurt more than it helps? Feedback requested.
* | | merge trunkjan.nijtmans2015-09-251-50/+4
|\ \ \ | |/ /
| * | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin ↵jan.nijtmans2015-09-241-50/+4
| |\ \ | | |/ | | | | | | 9f8b7bea5344f1b0 broke netbsd's thread notifier
| | * Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin ↵jan.nijtmans2015-09-241-50/+4
| | |\ | | | | | | | | | | | | 9f8b7bea5344f1b0 broke netbsd's thread notifier