| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-03-24 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -2/+2 |
| |\ |
|
| | * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -2/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-10-10 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2022-02-21 | 1 | -3/+4 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2022-02-21 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Fix [fb4a0a6675]: signed integer overflow in TclpGetClicks() | jan.nijtmans | 2022-02-21 | 1 | -2/+2 |
|
|
* | | | Clean up the notifier code to not spread the hooks quite so widely | dkf | 2021-04-03 | 1 | -25/+41 |
|\ \ \
| |/ / |
|
| * | | Refactoring, ahoy | dkf | 2021-03-30 | 1 | -17/+34 |
|
|
* | | | Change (internal) signatures for TclpGetClicks/TclpGetSeconds to use "unsigne... | jan.nijtmans | 2021-02-18 | 1 | -8/+8 |
|
|
* | | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -7/+7 |
|\ \ \
| |/ / |
|
| * | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto... | jan.nijtmans | 2021-01-08 | 1 | -7/+7 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | | | merge 8.7 | dgp | 2020-03-09 | 1 | -6/+3 |
|\ \ \
| |/ / |
|
| * | | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 1 | -8/+4 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -2/+5 |
|\ \ \
| |/ / |
|
| * | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -1/+4 |
|
|
| * | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -3/+4 |
| |\ \ |
|
| * \ \ | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -1/+0 |
| |\ \ \ |
|
| | * | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -1/+0 |
|
|
| * | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-23 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-08-23 | 1 | -2/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -2/+2 |
| | |\ \ |
|
| | | * | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -2/+2 |
|
|
| | | * | | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) | sebres | 2017-05-16 | 1 | -0/+71 |
| | | |\ \ |
|
* | | | \ \ | Merge 8.7 | jan.nijtmans | 2019-08-02 | 1 | -1/+0 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp... | jan.nijtmans | 2019-08-02 | 1 | -1/+0 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-03-07 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 8.6. Remove unneeded code from init.tcl | jan.nijtmans | 2019-03-07 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o... | jan.nijtmans | 2019-03-07 | 1 | -1/+1 |
| | | |/
| | |/| |
|
* | | | | merge 8.7 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 1 | -0/+71 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 1 | -0/+71 |
| |\ \ \
| | |/ / |
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -3/+1 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge 8.7. | jan.nijtmans | 2018-09-05 | 1 | -8/+8 |
|\ \ \ \
| |/ / / |
|
* | | | | Tcl-9 huge cleanup: Remove many unused internal functions which do nothing mo... | jan.nijtmans | 2017-11-08 | 1 | -202/+0 |
|/ / / |
|
* | | | Merge core-8-6-branch. This removes the work currently being done in "sebres-... | jan.nijtmans | 2017-06-02 | 1 | -71/+0 |
|\ \ \ |
|
* \ \ \ | merge core-8-6-branch (except: the "timerate" command and the clock performan... | jan.nijtmans | 2017-05-31 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven... | jan.nijtmans | 2017-05-31 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
| * | | | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6) | sebres | 2017-05-09 | 1 | -0/+71 |
| |\ \ \
| | |/ /
| |/| | |
|
| * | | | Merge bug_b87ad7e914 | sebres | 2017-01-09 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
* | | | | merge trunk (to sebres-trunk-timerate) | sebres | 2017-05-11 | 1 | -0/+7 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T... | jan.nijtmans | 2017-04-06 | 1 | -0/+7 |
|
|
* | | | | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig... | sebres | 2017-02-09 | 1 | -0/+71 |
|/ / / |
|
* | | | Merge bug_b87ad7e914 | sebres | 2017-01-09 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix for [b87ad7e9146832d505f9a430d779c5313c440256|b87ad7e914], rebased to cor... | jan.nijtmans | 2017-01-09 | 1 | -1/+1 |
| |\ \ |
|
| | * | | [win] bug fix in NativeGetTime: each call of it blurs current performance cou... | sebres | 2017-01-02 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -1/+1 |
| |/
|/| |
|
* | | Remove a number of eol-spaces. No change in functionality. | jan.nijtmans | 2014-11-14 | 1 | -1/+1 |
|
|