summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* 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
* compatability -> compatibilityjan.nijtmans2016-12-011-2/+2
* 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
* Bump to version 8.5.18.dgp2015-02-051-2/+2
* missed a bumpdgp2014-10-131-1/+1
* Bump to 8.5.17dgp2014-10-101-1/+1
* Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does...jan.nijtmans2014-10-081-1/+1
* Bump to 8.5.16 for release.dgp2014-07-231-2/+2
* Check for existance of __BORLANDC__ before using its valuejan.nijtmans2014-02-061-1/+1
* Cygwin: Fix conflicting definition with _mingw_stat64.h, if included together...jan.nijtmans2013-11-221-1/+1
* Bump to 8.5.15 for release.dgp2013-08-291-2/+2
* Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p...jan.nijtmans2013-05-191-4/+6
|\
| * Don't #define VOID on VxWorks, as it is already typdef'd to voidjan.nijtmans2013-05-191-4/+6
* | Release branch for Tcl 8.5.14.dgp2013-03-211-2/+2
* | fix Bug 3598300 on MacOSX toojan.nijtmans2013-01-191-1/+1
|\ \
| * | Proposed solution for Bug 3598300 on MacOSXjan.nijtmans2013-01-181-2/+1
|/ /
* | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-11/+0
|\ \ | |/
| * Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-11/+0
* | Restore clarity to macro test.dgp2012-12-131-1/+1
|\ \ | |/
| * Restore clarity to macro test.dgp2012-12-131-1/+1
* | Changelog entry, and change macro variable to not conflict with possible outs...jan.nijtmans2012-12-131-3/+3
|\ \ | |/
| * Changelog entry, and change macro variable to not conflict with possible outs...jan.nijtmans2012-12-131-3/+3
* | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice.jan.nijtmans2012-12-131-5/+7
|\ \ | |/
| * Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice.jan.nijtmans2012-12-131-4/+7
| * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-41/+4
* | Release branch for Tcl 8.5.13.dgp2012-11-051-2/+2
* | Release candidate branch for Tcl 8.5.12.dgp2012-07-101-2/+2
* | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-33/+33
|\ \ | |/
| * [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-33/+33
| * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-201-29/+76
* | xjan.nijtmans2012-03-151-3/+17
* | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-1/+1
|\ \ | |/
| * [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-1/+1
* | Release candidate branch for Tcl 8.5.11.dgp2011-10-201-2/+2
* | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-161-1/+1
|\ \ | |/
| * Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway)jan.nijtmans2011-09-161-1/+1
| * fix for [Bug 3288345]: use _stat32i64 for CYGWIN toojan.nijtmans2011-04-271-1/+5
| * struct _stat64 -> struct __stat64 for AMD64jan2011-04-261-1/+1
| * fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it rig...jan2011-04-201-3/+5
| * fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW.jan.nijtmans2011-04-181-12/+7
* | Release candidate branch for Tcl 8.5.10.dgp2011-05-261-2/+2
* | Completed patch with mucho comments. Merge 8.5.dgp2011-05-101-12/+14
* | merge trunk + partial improvements to commentsdgp2011-03-071-2/+0