summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* Bump to 8.6.12 for releasejan.nijtmans2021-10-271-2/+2
* Fix build failure with --enable-symbols build on Windows: Some code makes ass...jan.nijtmans2021-10-121-3/+0
* Better solution, in stead of [https://core.tcl-lang.org/tk/info/6ffcea9b093de...jan.nijtmans2021-10-111-0/+3
* Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-211-1/+1
* Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc...jan.nijtmans2021-05-261-4/+2
|\
| * Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc...jan.nijtmans2021-05-261-4/+2
* | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce...jan.nijtmans2021-01-211-0/+9
|\ \ | |/
| * Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce...jan.nijtmans2021-01-211-0/+9
| |\
| | * Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 b...jan.nijtmans2021-01-201-0/+9
| |/ |/|
| * (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. jan.nijtmans2020-10-221-1/+1
| * Tie together the TCL_UTF_MAX=4 and TCL_UTF_MAX=6 builds to mean the samedgp2020-04-201-1/+1
| * Make TCL_UTF_MAX=4 build test clean again.dgp2020-04-181-1/+1
| * Fix [c574e50a3b30e76f]: CRASH: utf-2.[89] in 8.5 built with TCL_UTF_MAX=4jan.nijtmans2020-04-181-1/+1
* | Fix mingw-w64 compiler warnings when using __USE_MINGW_ANSI_STDIO=1. Not reco...jan.nijtmans2021-01-071-162/+132
* | merge 8.6dgp2020-10-211-1/+1
|\ \
| * | Fix [c975939973]: Usage of gnu_printf in latest mingw-w64jan.nijtmans2020-10-211-1/+1
* | | merge 8.6dgp2020-09-211-1/+1
|\ \ \ | |/ /
| * | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated o...jan.nijtmans2020-09-201-1/+1
* | | Bump to 8.6.11 for release.dgp2020-07-061-2/+2
|/ /
* | merge 8.6dgp2019-09-111-1/+1
|\ \
| * \ Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-071-1/+1
| |\ \ | | |/
| | * Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-071-1/+1
| | |\
| | | * Don't let Tcl depend on USE_32BIT_TIME_T any more: If your compiler supports ...jan.nijtmans2019-09-061-1/+1
| | |/
* | | merge 8.6dgp2019-07-151-1/+1
|\ \ \ | |/ /
| * | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-121-1/+1
| |\ \ | | |/
| | * win/x86: compat fix, 64-bit time_t for 32-build is optional now (via configur...sebres2019-07-101-1/+1
| | * fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting...sebres2019-07-081-1/+1
* | | Bump version numbers for 8.6.10 release.dgp2019-06-171-2/+2
|/ /
* | Bump version numbers for 8.6.9 release.dgp2018-10-051-6/+2
* | typo's (found by Gustaf Neumann). Thanks!jan.nijtmans2018-01-171-2/+2
* | Start RC branch for Tcl 8.6.8dgp2017-12-061-2/+2
* | merge 8.6dgp2017-03-311-2/+2
|\ \
| * | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. jan.nijtmans2017-03-271-2/+2
* | | Start RC branch for Tcl 8.6.7dgp2017-03-101-2/+2
|/ /
* | Remove "makefile.bc". Not updated for many-many years, most likely it doesn't...jan.nijtmans2017-03-071-1/+0
* | compatability -> compatibilityjan.nijtmans2016-12-011-2/+2
|\ \ | |/
| * compatability -> compatibilityjan.nijtmans2016-12-011-2/+2
* | Better fix for the usability of TCL_NO_DEPRECATED on MacOSXjan.nijtmans2016-11-141-1/+1
|\ \ | |/
| * Better fix for the usability of TCL_NO_DEPRECATED on MacOSX.jan.nijtmans2016-11-141-0/+2
| * Bump to release number 8.5.19dgp2015-10-231-2/+2
* | On OSX, there is a conflict with the "define panic" and definitions in "mach.h".jan.nijtmans2016-11-101-0/+2
* | Start RC branch for Tcl 8.6.6dgp2016-07-121-2/+2
* | Bump to 8.6.5dgp2016-01-281-2/+2
* | Micro-optimization handling Tcl_Panic(), suggested by D. Richard Hipp.jan.nijtmans2015-09-231-0/+12
|\ \
| * | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...jan.nijtmans2015-09-221-0/+8
|/ /
* | Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a be...jan.nijtmans2015-07-011-2/+3
* | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal...jan.nijtmans2015-06-301-6/+6
* | Member field which should not have been const, because it is dynamically allo...jan.nijtmans2015-06-231-1/+1
|\ \ | |/
| * Bump to version 8.5.18.dgp2015-02-051-2/+2
| * missed a bumpdgp2014-10-131-1/+1