Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2022-03-29 | 1 | -1/+1 |
|\ | |||||
| * | Don't bother UINT2PTR, since INT2PTR is just as good. | jan.nijtmans | 2022-03-29 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they ↵ | jan.nijtmans | 2021-01-07 | 1 | -2/+2 |
| | | | | | | | | (probably) cannot handle Windows 7 API anyway. | ||||
* | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
| | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | Merge 8.7 | jan.nijtmans | 2020-07-21 | 1 | -28/+28 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -28/+28 |
| |\ | |||||
| | * | Use "Global" in stead of "Master" internally, where "Master" is not used in ↵ | jan.nijtmans | 2020-07-20 | 1 | -32/+32 |
| | | | | | | | | | | | | the Master-Slave paradigm and where this makes sense. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | 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.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 |
| | | | |||||
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵ | jan.nijtmans | 2018-09-01 | 1 | -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* types | jan.nijtmans | 2018-07-02 | 1 | -1/+1 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2018-06-27 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | merge 8.6 | jan.nijtmans | 2018-06-25 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate ↵ | jan.nijtmans | 2018-06-25 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | handling). Fix various typo's | ||||
* | | | merge trunk | jan.nijtmans | 2018-05-23 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Simplify usage of TCL_THREAD, along the lines of ↵ | jan.nijtmans | 2018-05-22 | 1 | -5/+5 |
| | | | | | | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF | ||||
| * | | 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 ↵ | jan.nijtmans | 2017-11-15 | 1 | -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.nijtmans | 2016-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | TclpSysAlloc() | ||||
* | | | merge trunk | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of ↵ | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | type-casts which are not necessary any more. | ||||
* | | | merge trunk | 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 |
| |\ \ | | |/ | |||||
| | * | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -2/+4 |
| | |\ | |||||
* | | \ | Merge trunk | jan.nijtmans | 2016-06-30 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -5/+5 |
| | | | | |||||
* | | | | merge trunk | jan.nijtmans | 2016-06-14 | 1 | -7/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread ↵ | jan.nijtmans | 2016-06-14 | 1 | -7/+4 |
| |\ \ \ | | |/ / | | | | | | | | | library doesn't work in Debug build on Windows_x64 | ||||
| | * | | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread ↵ | jan.nijtmans | 2016-06-14 | 1 | -7/+4 |
| | |\ \ | | | |/ | | | | | | | | | library doesn't work in Debug build on Windows_x64 | ||||
| | | * | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread ↵ | jan.nijtmans | 2016-06-14 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | | library doesn't work in Debug build on Windows_x64 | ||||
* | | | | Merge trunk. Remove excess spacing. | jan.nijtmans | 2016-04-01 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to ↵ | jan.nijtmans | 2016-04-01 | 1 | -2/+2 |
| |\ \ \ | | |/ / | | | | | | | | | coffbase.txt. Eliminate exess spacing | ||||
* | | | | merge trunk | jan.nijtmans | 2016-04-01 | 1 | -18/+15 |
|\ \ \ \ | |/ / / | |||||
| * | | | Two micro-optimizations in Win and UNIX notifier. See: ↵ | jan.nijtmans | 2016-04-01 | 1 | -18/+15 |
| |\ \ \ | | | | | | | | | | | | | | | | [http://code.activestate.com/lists/tcl-core/15645/] | ||||
| | * | | | - Undo unix notifier changes: too risky at this moment. | jan.nijtmans | 2016-03-25 | 1 | -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 trunk | jan.nijtmans | 2016-03-21 | 1 | -17/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to ↵ | jan.nijtmans | 2016-03-21 | 1 | -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 trunk | jan.nijtmans | 2015-10-19 | 1 | -35/+2 |
|\ \ \ | |/ / | |||||
| * | | Bring back Tcl_MutexLock() to exact implementation in Tcl 8.6.4. For ↵ | jan.nijtmans | 2015-10-18 | 1 | -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.nijtmans | 2015-10-18 | 1 | -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.nijtmans | 2015-10-17 | 1 | -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 trunk | jan.nijtmans | 2015-09-25 | 1 | -50/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin ↵ | jan.nijtmans | 2015-09-24 | 1 | -50/+4 |
| |\ \ | | |/ | | | | | | | 9f8b7bea5344f1b0 broke netbsd's thread notifier | ||||
| | * | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin ↵ | jan.nijtmans | 2015-09-24 | 1 | -50/+4 |
| | |\ | | | | | | | | | | | | | 9f8b7bea5344f1b0 broke netbsd's thread notifier |