| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP 330... | jan.nijtmans | 2012-09-19 | 1 | -5/+9 |
|
|
* | 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 |
|
|
* | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -33/+33 |
|\ |
|
| * | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -33/+33 |
| |\ |
|
| | * | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 1 | -33/+33 |
|
|
| | * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 1 | -29/+76 |
|
|
* | | | [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 |
|\ \ \
| |/ / |
|
| * | | 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 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 |
|
|
* | | | | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to reality | jan | 2011-04-21 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality | jan | 2011-04-21 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
* | | | | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. | jan.nijtmans | 2011-04-21 | 1 | -2/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. | jan.nijtmans | 2011-04-21 | 1 | -2/+4 |
| |\ \ \
| | |/ / |
|
| | * | | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it rig... | jan | 2011-04-20 | 1 | -3/+5 |
|
|
* | | | | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. | jan.nijtmans | 2011-04-18 | 1 | -10/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2011-04-18 | 1 | -10/+6 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. | jan.nijtmans | 2011-04-18 | 1 | -12/+7 |
|
|
* | | | fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9) | jan.nijtmans | 2011-04-11 | 1 | -1/+1 |
|
|
* | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -5/+8 |
|
|
* | | | Restored C++ usability to the memory allocation and free macros. | dgp | 2011-03-24 | 1 | -6/+6 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -10/+20 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | [Bug 3031278] fixed merge problem in previous commit. | nijtmans | 2010-07-18 | 1 | -2/+1 |
|
|
| | * | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6 | nijtmans | 2010-07-17 | 1 | -7/+11 |
|
|
| | * | (Backport) take over definitions of _WIN32, DLLIMPORT, DLLEXPORT and TCL_LL_M... | nijtmans | 2010-07-16 | 1 | -17/+23 |
|
|
| | * | * generic/tcl.h (Darwin): workaround conflict between deprecated tcl | das | 2009-02-06 | 1 | -1/+2 |
|
|
| | * | * README: Bump version number to 8.4.19 | dgp | 2008-04-11 | 1 | -3/+3 |
|
|