summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* merge trunk, update changes and re-tagcore_8_6_0core_8_6_0_rcdgp2012-12-141-5/+7
|\
| * Restore clarity to macro test.dgp2012-12-131-1/+1
| |\
| | * 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
| | |\ \ | | | |/
| | | * 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-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
* | | | merge trunk:dgp2012-11-151-0/+8
|\ \ \ \ | |/ / /
| * | | merge trunkjan.nijtmans2012-11-091-2/+0
| |\ \ \
| * | | | Finish the TIP #416 implementation as specified (#define's were still missing...jan.nijtmans2012-11-071-0/+8
* | | | | Create Tcl 8.6.0 release branchdgp2012-11-081-3/+3
| |/ / / |/| | |
* | | | Remove files and references for long outdated Wise Installer.dgp2012-11-071-2/+0
|/ / /
* | | Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP 330...jan.nijtmans2012-09-191-5/+9
* | | Release candidate branch for Tcl 8.6b3.dgp2012-07-111-2/+2
* | | * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used todkf2012-04-101-6/+26
* | | [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 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
* | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-151-2/+16
|\ \ \ | |/ /
| * | 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-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
* | | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-071-3/+3
|\ \ \ | |/ /
| * | 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
| * | Release candidate branch for Tcl 8.5.10.dgp2011-05-261-2/+2
* | | merge trunk to feature branchtip_388_impljan.nijtmans2011-09-161-2/+4
|\ \ \
| * | | Tcl_MainEx() (like Tk_MainEx())rfe_1711975jan.nijtmans2011-08-301-2/+4
* | | | TIP 388 implementationjan.nijtmans2011-08-121-7/+7
|/ / /
* | | Bump version number to 8.6b2.dgp2011-07-181-2/+2
* | | New internal routines TclScanElement() and TclConvertElement().dgp2011-05-101-2/+0
|\ \ \ | |/ /
| * | Completed patch with mucho comments. Merge 8.5.bug_3173086dgp2011-05-101-12/+14
| * | merge trunk + partial improvements to commentsdgp2011-03-071-2/+0
* | | fix for [Bug 3288345]: use _stat32i64 for CYGWIN toojan.nijtmans2011-04-271-1/+5
|\ \ \
| * \ \ fix for [Bug 3288345]: use _stat32i64 for CYGWIN toojan.nijtmans2011-04-271-1/+5
| |\ \ \ | | | |/ | | |/|
| | * | fix for [Bug 3288345]: use _stat32i64 for CYGWIN toojan.nijtmans2011-04-271-1/+5
* | | | struct _stat64 -> struct __stat64 on AMD64jan2011-04-261-1/+1
|\ \ \ \ | |/ / /
| * | | struct _stat64 -> struct __stat64 on AMD64jan2011-04-261-1/+1
| |\ \ \ | | |/ /
| | * | struct _stat64 -> struct __stat64 for AMD64jan2011-04-261-1/+1
* | | | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to realityjan2011-04-211-1/+1
|\ \ \ \ | |/ / /
| * | | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to realityjan2011-04-211-1/+1
| |\ \ \ | | |/ /