Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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.6 | jan.nijtmans | 2020-08-11 | 1 | -13/+13 |
|\ | |||||
| * | Code cleanup: less of use "register" keyword, and better use of typecasts | jan.nijtmans | 2020-08-11 | 1 | -18/+19 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -21/+21 |
|\ \ | |/ | |||||
| * | Use "Global" in stead of "Master" internally, where "Master" is not used in ↵ | jan.nijtmans | 2020-07-20 | 1 | -26/+26 |
| | | | | | | | | the Master-Slave paradigm and where this makes sense. | ||||
* | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -2/+2 |
|\ \ | |||||
| * \ | Merge 8.6 | jan.nijtmans | 2020-01-13 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Silence some gcc-9 compiler warnings. | jan.nijtmans | 2020-01-13 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Eliminate more usage of C++-specific keywords in C-code. | jan.nijtmans | 2019-07-25 | 1 | -1/+1 |
| | | | |||||
* | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -7/+7 |
|/ / | |||||
* | | Clean up code style and add key phrases to documentation. | dkf | 2018-09-28 | 1 | -52/+95 |
| | | |||||
* | | merge core-8-branch | dkf | 2018-09-28 | 1 | -3/+3 |
|\ \ | |||||
| * \ | merge 8.6 | jan.nijtmans | 2018-06-25 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate ↵ | jan.nijtmans | 2018-06-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | handling). Fix various typo's | ||||
* | | | close fork | dgp | 2018-06-12 | 1 | -15/+17 |
|\ \ \ | |||||
| * \ \ | merge 8.7 | jan.nijtmans | 2018-05-27 | 1 | -15/+17 |
| |\ \ \ | | |/ / | |||||
| | * | | Unbreak build with other CFLAGS, such as TCL_MEM_DEBUG=1 or TCL_THREADS=0 on ↵ | jan.nijtmans | 2018-05-23 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | Linux | ||||
| | * | | Simplify usage of TCL_THREAD, along the lines of ↵ | jan.nijtmans | 2018-05-22 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF | ||||
| | * | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -14/+14 |
| | |\ \ | |||||
* | | | | | Removed thread-specific mutex lock counter and replaced by shared counter + ↵ | fbonnet | 2018-06-09 | 1 | -11/+13 |
|/ / / / | | | | | | | | | | | | | thread ID for systems without PTHREAD_MUTEX_RECURSIVE | ||||
* | | | | TIP #509: Implement reentrant mutexes on all platforms | fbonnet | 2018-05-25 | 1 | -23/+133 |
|/ / / | |||||
* | | | merge 8.6 | jan.nijtmans | 2018-05-11 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | merge 8.5 | jan.nijtmans | 2018-05-11 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ↵ | jan.nijtmans | 2018-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | public API | ||||
* | | | | merge 8.6 | dgp | 2018-05-09 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | merge 8.5 | sebres | 2018-05-09 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding ↵ | sebres | 2018-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | HAVE_STRUCT_DIRENT64) | ||||
* | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ↵ | jan.nijtmans | 2017-11-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | entries which correspond to functions which will be removed in Tcl 9. This commit should have been part of [7849f573c0e7d758|this] earlier commit. No effect when Tcl is not compiled with -DTCL_NO_DEPRECATED. | ||||
* | | | Some more (internal) stub entries which can be cleaned up with ↵ | jan.nijtmans | 2017-04-06 | 1 | -0/+2 |
| | | | | | | | | | | | | -DTCL_NO_DEPRECATED, because they are not used any more. | ||||
* | | | Patch from Zoran Vasiljevic, fix for missing proper initialization of the ↵ | jan.nijtmans | 2017-01-13 | 1 | -2/+0 |
| | | | | | | | | | | | | threaded allocator in some situations. | ||||
* | | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -2/+8 |
|\ \ \ | |/ / | |||||
| * | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -3/+4 |
| |\ \ | | |/ | |||||
| | * | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -3/+4 |
| | | | |||||
* | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -4/+4 |
| | | | |||||
* | | | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to ↵ | jan.nijtmans | 2016-04-01 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | coffbase.txt. Eliminate exess spacing | ||||
* | | | Two micro-optimizations in Win and UNIX notifier. See: ↵ | jan.nijtmans | 2016-04-01 | 1 | -17/+10 |
|\ \ \ | | | | | | | | | | | | | [http://code.activestate.com/lists/tcl-core/15645/] | ||||
| * \ \ | - Undo unix notifier changes: too risky at this moment. | jan.nijtmans | 2016-03-25 | 1 | -42/+10 |
| |\ \ \ | |/ / / |/| | | | | | | | - Merge trunk - (cherry-pick from dhr-micro-optimization): Micro-optimization: remove double checked lock from TclGetAllocCache in favour of initialization in TclInitSubsystems | ||||
| * | | | (experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. ↵ | jan.nijtmans | 2016-03-21 | 1 | -0/+25 |
|/ / / | | | | | | | | | | One less mutex to be worried about. | ||||
* | | | Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to ↵ | jan.nijtmans | 2016-03-21 | 1 | -12/+5 |
|/ / | | | | | | | | | | | | | 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. | ||||
* | | Bring back Tcl_MutexLock() to exact implementation in Tcl 8.6.4. For ↵ | jan.nijtmans | 2015-10-18 | 1 | -49/+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 | -49/+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 | -46/+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. | ||||
* | | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin ↵ | jan.nijtmans | 2015-09-24 | 1 | -56/+4 |
|\ \ | |/ | | | | | 9f8b7bea5344f1b0 broke netbsd's thread notifier | ||||
| * | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin ↵ | jan.nijtmans | 2015-09-24 | 1 | -56/+4 |
| |\ | | | | | | | | | | 9f8b7bea5344f1b0 broke netbsd's thread notifier | ||||
| | * | merge trunk. | jan.nijtmans | 2015-08-19 | 1 | -56/+4 |
| |/ |/| | | | Remove now unused internal functions. | ||||
* | | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵ | jan.nijtmans | 2015-07-23 | 1 | -2/+100 |
|\ \ | |/ | | | | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix. | ||||
| * | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵ | jan.nijtmans | 2015-07-23 | 1 | -6/+105 |
| |\ | | | | | | | | | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix. | ||||
| | * | The unit for usleep() is microseconds, not milliseconds. | Joe Mistachkin | 2015-06-08 | 1 | -1/+1 |
| | | | |||||
| | * | First attempt at implementing the necessary auto-magic for usleep. | Joe Mistachkin | 2015-05-18 | 1 | -8/+0 |
| | | |