| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Refactoring, ahoy | dkf | 2021-03-30 | 1 | -17/+34 |
|
|
* | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto... | jan.nijtmans | 2021-01-08 | 1 | -7/+7 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 1 | -8/+4 |
|
|
* | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -1/+4 |
|
|
* | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -3/+4 |
|\ \ |
|
| * \ | 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 |
| | | |\ |
|
| * | | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp... | jan.nijtmans | 2019-08-02 | 1 | -1/+0 |
|
|
* | | | | | 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.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.6 (TIP#527, New measurement facilities in TCL: New command timerate, ... | sebres | 2019-03-05 | 1 | -0/+71 |
|\ \ \
| |/ / |
|
* | | | 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 |
|
|
* | | Remove unused macros. | dgp | 2014-09-05 | 1 | -3/+0 |
|
|
* | | Another memory leak, and one Tcl_Free -> ckfree | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|
|
* | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName | jan.nijtmans | 2012-04-03 | 1 | -116/+0 |
|
|
* | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 1 | -20/+0 |
|\ \
| |/ |
|
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | jan.nijtmans | 2011-03-25 | 1 | -24/+4 |
| |\ |
|
| | * | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 1 | -145/+136 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * unix/tclUnixTime.c (TclpGetClicks, Tcl_GetTime): Removed | Kevin B Kenny | 2008-04-14 | 1 | -5/+3 |
|
|
| | * | * generic/tclInt.decls: Yet another round of attempting | Kevin B Kenny | 2007-04-21 | 1 | -5/+5 |
|
|
| | * | * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls to | dgp | 2007-03-19 | 1 | -3/+3 |
|
|
| | * | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 1 | -2/+2 |
|
|
| | * | added CONST to TclpLocaltime and TclpGmtime param throughout | Kevin B Kenny | 2004-10-28 | 1 | -5/+5 |
|
|
| | * | * generic/tclInt.decls: Restored TclpTime_t kludge to all
| Kevin B Kenny | 2004-05-17 | 1 | -17/+18 |
|
|
| | * | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -87/+160 |
|
|
| * | | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of | Kevin B Kenny | 2008-04-14 | 1 | -3/+2 |
|
|
* | | | Squelch unnecessary parens, shorten overlong comment lines. | dkf | 2010-03-14 | 1 | -15/+15 |
|
|