Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to 8.6.12 for release | jan.nijtmans | 2021-10-27 | 1 | -2/+2 |
| | |||||
* | Fix build failure with --enable-symbols build on Windows: Some code makes ↵ | jan.nijtmans | 2021-10-12 | 1 | -3/+0 |
| | | | | assumptions on Tcl_Time structure ... | ||||
* | Better solution, in stead of ↵ | jan.nijtmans | 2021-10-11 | 1 | -0/+3 |
| | | | | [https://core.tcl-lang.org/tk/info/6ffcea9b093deb5a|6ffcea9b]: Handle 64-bit (Cygwin64) Tcl_GetTime(), when loading tk86.dll | ||||
* | Change a lot of url's (as far as possible) from http:// to https:// | jan.nijtmans | 2021-06-21 | 1 | -1/+1 |
| | |||||
* | Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for ↵ | jan.nijtmans | 2021-05-26 | 1 | -4/+2 |
|\ | | | | | | | Tcl_UniChar. | ||||
| * | Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for ↵ | jan.nijtmans | 2021-05-26 | 1 | -4/+2 |
| | | | | | | | | Tcl_UniChar. | ||||
* | | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile ↵ | jan.nijtmans | 2021-01-21 | 1 | -0/+9 |
|\ \ | |/ | | | | | Centos6.9 64-bits) | ||||
| * | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile ↵ | jan.nijtmans | 2021-01-21 | 1 | -0/+9 |
| |\ | | | | | | | | | | Centos6.9 64-bits) | ||||
| | * | Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 ↵ | jan.nijtmans | 2021-01-20 | 1 | -0/+9 |
| |/ |/| | | | | | | | bits (from cross-compile Centos6.9 64-bits). Since autoconf-2.59 has limited support for cross-compilation, a better fix has to wait for Tcl 8.7 (which uses autoconf-2.70) | ||||
| * | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. | jan.nijtmans | 2020-10-22 | 1 | -1/+1 |
| | | | | | | Change (internal, windows-only) TCL_I_MODIFIER to TCL_Z_MODIFIER, since that's how it's called in Tcl 8.7 and up | ||||
| * | Tie together the TCL_UTF_MAX=4 and TCL_UTF_MAX=6 builds to mean the same | dgp | 2020-04-20 | 1 | -1/+1 |
| | | | | | | thing on the 8.5 branch -- use internal UCS-4 storage. | ||||
| * | Make TCL_UTF_MAX=4 build test clean again. | dgp | 2020-04-18 | 1 | -1/+1 |
| | | |||||
| * | Fix [c574e50a3b30e76f]: CRASH: utf-2.[89] in 8.5 built with TCL_UTF_MAX=4 | jan.nijtmans | 2020-04-18 | 1 | -1/+1 |
| | | |||||
* | | Fix mingw-w64 compiler warnings when using __USE_MINGW_ANSI_STDIO=1. Not ↵ | jan.nijtmans | 2021-01-07 | 1 | -162/+132 |
| | | | | | | | | recommended, but it should work. See: [https://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/|gnu printf] | ||||
* | | merge 8.6 | dgp | 2020-10-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix [c975939973]: Usage of gnu_printf in latest mingw-w64 | jan.nijtmans | 2020-10-21 | 1 | -1/+1 |
| | | | |||||
* | | | merge 8.6 | dgp | 2020-09-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated ↵ | jan.nijtmans | 2020-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | | once. Addation brackets in TclHasStringRep() macro | ||||
* | | | Bump to 8.6.11 for release. | dgp | 2020-07-06 | 1 | -2/+2 |
|/ / | |||||
* | | merge 8.6 | dgp | 2019-09-11 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft ↵ | jan.nijtmans | 2019-09-07 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | | | | could discontinue this macro any moment, then we are prepared .... As a bonus: time_t is now allowed to be 64-bit internally, without effect on the C API (like stub-enabled extensions) | ||||
| | * | Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft ↵ | jan.nijtmans | 2019-09-07 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | | | | | could discontinue this macro any moment, then we are prepared .... As a bonus: time_t is now allowed to be 64-bit internally, without effect on the C API (like stub-enabled extensions) | ||||
| | | * | Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ↵ | jan.nijtmans | 2019-09-06 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | it, time_t will be 64-bit internally. But at API-level, time_t will still be restricted to 32-bit on Win32 (Not on Win64). This keeps Tcl_StatBuf the same (unless USE_64BIT_TIME_T is defined), so 64-bit times still cannot be used everywhere. | ||||
* | | | merge 8.6 | dgp | 2019-07-15 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in ↵ | sebres | 2019-07-12 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | tcl8.6), conflicts resolved, etc | ||||
| | * | win/x86: compat fix, 64-bit time_t for 32-build is optional now (via ↵ | sebres | 2019-07-10 | 1 | -1/+1 |
| | | | | | | | | | | | | configure/make option time64bit or define _USE_64BIT_TIME_T) | ||||
| | * | fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT ↵ | sebres | 2019-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | supporting 64-bit time_t) | ||||
* | | | Bump version numbers for 8.6.10 release. | dgp | 2019-06-17 | 1 | -2/+2 |
|/ / | |||||
* | | Bump version numbers for 8.6.9 release. | dgp | 2018-10-05 | 1 | -6/+2 |
| | | |||||
* | | typo's (found by Gustaf Neumann). Thanks! | jan.nijtmans | 2018-01-17 | 1 | -2/+2 |
| | | |||||
* | | Start RC branch for Tcl 8.6.8 | dgp | 2017-12-06 | 1 | -2/+2 |
| | | |||||
* | | merge 8.6 | dgp | 2017-03-31 | 1 | -2/+2 |
|\ \ | |||||
| * | | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. | jan.nijtmans | 2017-03-27 | 1 | -2/+2 |
| | | | | | | | | | In tclThreadTest.c, allow mainThreadId to be >32 bits. | ||||
* | | | Start RC branch for Tcl 8.6.7 | dgp | 2017-03-10 | 1 | -2/+2 |
|/ / | |||||
* | | Remove "makefile.bc". Not updated for many-many years, most likely it ↵ | jan.nijtmans | 2017-03-07 | 1 | -1/+0 |
| | | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-) | ||||
* | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -2/+2 |
| | | |||||
* | | Better fix for the usability of TCL_NO_DEPRECATED on MacOSX | jan.nijtmans | 2016-11-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Better fix for the usability of TCL_NO_DEPRECATED on MacOSX. | jan.nijtmans | 2016-11-14 | 1 | -0/+2 |
| | | |||||
| * | Bump to release number 8.5.19 | dgp | 2015-10-23 | 1 | -2/+2 |
| | | |||||
* | | On OSX, there is a conflict with the "define panic" and definitions in "mach.h". | jan.nijtmans | 2016-11-10 | 1 | -0/+2 |
| | | |||||
* | | Start RC branch for Tcl 8.6.6 | dgp | 2016-07-12 | 1 | -2/+2 |
| | | |||||
* | | Bump to 8.6.5 | dgp | 2016-01-28 | 1 | -2/+2 |
| | | |||||
* | | Micro-optimization handling Tcl_Panic(), suggested by D. Richard Hipp. | jan.nijtmans | 2015-09-23 | 1 | -0/+12 |
|\ \ | | | | | | | As a side-effect, this is as well a fix for [1446864]: segfaults if Tcl_Panic() returns. | ||||
| * | | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ↵ | jan.nijtmans | 2015-09-22 | 1 | -0/+8 |
|/ / | | | | | | | optimizations by the C-compiler. | ||||
* | | Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a ↵ | jan.nijtmans | 2015-07-01 | 1 | -2/+3 |
| | | | | | | | | | | better idea. A few more consistancies in refcount management. | ||||
* | | Use twoPtrValue in stead of ptrAndLongRep for implementation of some ↵ | jan.nijtmans | 2015-06-30 | 1 | -6/+6 |
| | | | | | | | | | | internal Obj types. On most platforms this doesn't make a difference, as (void *) and (long) generially have the same size. The only exception where it makes a difference is win64, as we can now store 64 bits in this field in stead of only 32 bits, exactly what the processor is optimized for. | ||||
* | | Member field which should not have been const, because it is dynamically ↵ | jan.nijtmans | 2015-06-23 | 1 | -1/+1 |
|\ \ | |/ | | | | | allocated. Some end-of-line spacing in header files. | ||||
| * | Bump to version 8.5.18. | dgp | 2015-02-05 | 1 | -2/+2 |
| | | |||||
| * | missed a bump | dgp | 2014-10-13 | 1 | -1/+1 |
| | |