Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵ | jan.nijtmans | 2013-01-16 | 1 | -11/+0 | |
| |\ \ | | |/ | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do). | |||||
| | * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵ | jan.nijtmans | 2013-01-16 | 1 | -11/+0 | |
| | | | | | | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do). | |||||
* | | | 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 ↵ | jan.nijtmans | 2012-12-13 | 1 | -3/+3 | |
| |\ \ \ | | |/ / | | | | | | | | | outside variable names | |||||
| | * | | Changelog entry, and change macro variable to not conflict with possible ↵ | jan.nijtmans | 2012-12-13 | 1 | -3/+3 | |
| | |\ \ | | | |/ | | | | | | | | | outside variable names | |||||
| | | * | Changelog entry, and change macro variable to not conflict with possible ↵ | jan.nijtmans | 2012-12-13 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | outside variable names | |||||
| * | | | 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 ↵ | dgp | 2012-11-15 | 1 | -41/+4 | |
| | | | | | | | | | | | | | | | | systems. | |||||
| | * | | Release branch for Tcl 8.5.13. | dgp | 2012-11-05 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Release candidate branch for Tcl 8.5.12. | dgp | 2012-07-10 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | merge trunk: | dgp | 2012-11-15 | 1 | -0/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | merge trunk | jan.nijtmans | 2012-11-09 | 1 | -2/+0 | |
| |\ \ \ | ||||||
| * | | | | Finish the TIP #416 implementation as specified (#define's were still ↵ | jan.nijtmans | 2012-11-07 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename. | |||||
* | | | | | Create Tcl 8.6.0 release branch | dgp | 2012-11-08 | 1 | -3/+3 | |
| |/ / / |/| | | | ||||||
* | | | | Remove files and references for long outdated Wise Installer. | dgp | 2012-11-07 | 1 | -2/+0 | |
|/ / / | ||||||
* | | | Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP ↵ | jan.nijtmans | 2012-09-19 | 1 | -5/+9 | |
| | | | | | | | | | | | | 330 and 336). | |||||
* | | | Release candidate branch for Tcl 8.6b3. | dgp | 2012-07-11 | 1 | -2/+2 | |
| | | | ||||||
* | | | * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used to | dkf | 2012-04-10 | 1 | -6/+26 | |
| | | | | | | | | | | | | | | | mark parts of Tcl's API as deprecated. Currently only used for fields of Tcl_Interp, which TIPs 330 and 336 have deprecated with a migration strategy; we want to encourage people to move away from those fields. | |||||
* | | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -33/+33 | |
|\ \ \ | |/ / | | | | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well) | |||||
| * | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -33/+33 | |
| |\ \ | | |/ | | | | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well) | |||||
| | * | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -33/+33 | |
| | | | | | | | | | [Bug 2015723] duplicate inodes from file stat on windows | |||||
| | * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 1 | -29/+76 | |
| | | | | | | | | | (backported from Tcl 8.5) | |||||
* | | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-15 | 1 | -2/+16 | |
|\ \ \ | |/ / | ||||||
| * | | x | jan.nijtmans | 2012-03-15 | 1 | -3/+17 | |
| | | | ||||||
* | | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Release candidate branch for Tcl 8.5.11. | dgp | 2011-10-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) | jan.nijtmans | 2011-09-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Release candidate branch for Tcl 8.5.10. | dgp | 2011-05-26 | 1 | -2/+2 | |
| | | | ||||||
* | | | merge trunk to feature branchtip_388_impl | jan.nijtmans | 2011-09-16 | 1 | -2/+4 | |
|\ \ \ | ||||||
| * | | | Tcl_MainEx() (like Tk_MainEx())rfe_1711975 | jan.nijtmans | 2011-08-30 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | TIP 388 implementation | jan.nijtmans | 2011-08-12 | 1 | -7/+7 | |
|/ / / | ||||||
* | | | Bump version number to 8.6b2. | dgp | 2011-07-18 | 1 | -2/+2 | |
| | | | ||||||
* | | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -2/+0 | |
|\ \ \ | |/ / | | | | Rewritten guts of machinery to produce string rep of lists. [Bug 3173086] | |||||
| * | | Completed patch with mucho comments. Merge 8.5.bug_3173086 | dgp | 2011-05-10 | 1 | -12/+14 | |
| | | | ||||||
| * | | merge trunk + partial improvements to comments | dgp | 2011-03-07 | 1 | -2/+0 | |
| | | | ||||||
* | | | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too | jan.nijtmans | 2011-04-27 | 1 | -1/+5 | |
|\ \ \ | | | | | | | | | fix a few more gcc warnings | |||||
| * \ \ | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too | jan.nijtmans | 2011-04-27 | 1 | -1/+5 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too | jan.nijtmans | 2011-04-27 | 1 | -1/+5 | |
| | | | | ||||||
* | | | | struct _stat64 -> struct __stat64 on AMD64 | jan | 2011-04-26 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | struct _stat64 -> struct __stat64 on AMD64 | jan | 2011-04-26 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | struct _stat64 -> struct __stat64 for AMD64 | jan | 2011-04-26 | 1 | -1/+1 | |
| | | | |