| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a be... | jan.nijtmans | 2015-07-01 | 1 | -2/+3 |
|
|
* | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal... | jan.nijtmans | 2015-06-30 | 1 | -6/+6 |
|
|
* | Member field which should not have been const, because it is dynamically allo... | jan.nijtmans | 2015-06-23 | 1 | -1/+1 |
|\ |
|
| * | Bump to version 8.5.18. | dgp | 2015-02-05 | 1 | -2/+2 |
|
|
| * | missed a bump | dgp | 2014-10-13 | 1 | -1/+1 |
|
|
| * | Bump to 8.5.17 | dgp | 2014-10-10 | 1 | -1/+1 |
|
|
| * | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does... | jan.nijtmans | 2014-10-08 | 1 | -1/+1 |
|
|
| * | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 1 | -2/+2 |
|
|
* | | There's no need to constrain the declaration of Tcl_GetMemoryInfo(). | dgp | 2015-03-24 | 1 | -2/+0 |
|
|
* | | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 1 | -10/+6 |
|
|
* | | The STRICT directive influences how #include "windows.h" works. | dgp | 2015-03-13 | 1 | -10/+0 |
|
|
* | | Bump to 8.6.4. | dgp | 2015-02-26 | 1 | -2/+2 |
|
|
* | | Tcl_ExternalToUtf appends a terminating NUL to its encoded results. | dgp | 2014-11-15 | 1 | -0/+17 |
|
|
* | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 1 | -2/+2 |
|
|
* | | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 1 | -2/+2 |
|
|
* | | Re-apply [3010352], bringing back the symbol exports of shared libraries as i... | jan.nijtmans | 2014-05-02 | 1 | -1/+7 |
|
|
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -19/+16 |
|
|
* | | check for existance of __BORLANDC__ before using its value | jan.nijtmans | 2014-02-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Check for existance of __BORLANDC__ before using its value | jan.nijtmans | 2014-02-06 | 1 | -1/+1 |
|
|
* | | Introducing a new union member in Tcl_Obj is not a good idea in a patch relea... | jan.nijtmans | 2013-12-06 | 1 | -4/+0 |
|
|
* | | New compiler and bytecodes for foreach and lmap: 70% faster
| mig | 2013-12-05 | 1 | -0/+4 |
|
|
* | | Cygwin: Fix conflicting definition with _mingw_stat64.h, if included together... | jan.nijtmans | 2013-11-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Cygwin: Fix conflicting definition with _mingw_stat64.h, if included together... | jan.nijtmans | 2013-11-22 | 1 | -1/+1 |
|
|
| * | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -2/+2 |
|
|
* | | [53a917d6c9]: Correction to macro for determining how to deprecate things. | dkf | 2013-10-27 | 1 | -1/+1 |
|
|
* | | Bump version number to 8.6.1. | dgp | 2013-08-30 | 1 | -2/+2 |
|
|
* | | Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings. | jan.nijtmans | 2013-06-27 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p... | jan.nijtmans | 2013-05-19 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p... | jan.nijtmans | 2013-05-19 | 1 | -4/+6 |
| |\ |
|
| | * | Don't #define VOID on VxWorks, as it is already typdef'd to void | jan.nijtmans | 2013-05-19 | 1 | -4/+6 |
|
|
| * | | Release branch for Tcl 8.5.14. | dgp | 2013-03-21 | 1 | -2/+2 |
|
|
* | | | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_... | jan.nijtmans | 2013-02-27 | 1 | -8/+8 |
|
|
* | | | Eliminate last use of Tcl_SetResult (except the use in the Test suite) | jan.nijtmans | 2013-02-15 | 1 | -2/+2 |
|
|
* | | | fix Bug 3598300 on MacOSX too | jan.nijtmans | 2013-01-19 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | fix Bug 3598300 on MacOSX too | jan.nijtmans | 2013-01-19 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Proposed solution for Bug 3598300 on MacOSXbug_3598300 | jan.nijtmans | 2013-01-18 | 1 | -2/+1 |
| |/ / |
|
* | | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -7/+0 |
|\ \ \
| |/ / |
|
| * | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -11/+0 |
| |\ \
| | |/ |
|
| | * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -11/+0 |
|
|
* | | | merge trunk, update changes and re-tagcore_8_6_0core_8_6_0_rc | dgp | 2012-12-14 | 1 | -5/+7 |
|\ \ \ |
|
| * \ \ | Restore clarity to macro test. | dgp | 2012-12-13 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Restore clarity to macro test. | dgp | 2012-12-13 | 1 | -1/+1 |
| | |\ \
| | | |/ |
|
| | | * | Restore clarity to macro test. | dgp | 2012-12-13 | 1 | -1/+1 |
|
|
| * | | | Changelog entry, and change macro variable to not conflict with possible outs... | jan.nijtmans | 2012-12-13 | 1 | -3/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Changelog entry, and change macro variable to not conflict with possible outs... | jan.nijtmans | 2012-12-13 | 1 | -3/+3 |
| | |\ \
| | | |/ |
|
| | | * | Changelog entry, and change macro variable to not conflict with possible outs... | jan.nijtmans | 2012-12-13 | 1 | -3/+3 |
|
|
| * | | | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. | jan.nijtmans | 2012-12-13 | 1 | -5/+7 |
| |\ \ \
| | |/ / |
|
| | * | | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. | jan.nijtmans | 2012-12-13 | 1 | -5/+7 |
| | |\ \
| | | |/ |
|
| | | * | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. | jan.nijtmans | 2012-12-13 | 1 | -4/+7 |
|
|
| | | * | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 1 | -41/+4 |
|
|