| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement TIP #440: Add engine to tcl_platform Array | jan.nijtmans | 2016-01-29 | 1 | -0/+7 |
|
|
* | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list of | dgp | 2014-02-06 | 1 | -10/+29 |
|
|
* | Partial revert of [a16752c252] bug fix to stop crashes in buggy tclcompiler.unbreak_tclcompiler | dgp | 2013-09-05 | 1 | -2/+22 |
|
|
* | Make sure the errors raised by execution traces become errors raised by | dgp | 2013-08-15 | 1 | -1/+1 |
|
|
* | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 1 | -23/+5 |
|
|
* | Improve compatibility detection for <time.h> and <sys/stat.h>: | jan.nijtmans | 2013-06-11 | 1 | -3/+4 |
|
|
* | _USE_32BIT_TIME_T is already defined in tclWinPort.h | jan.nijtmans | 2013-05-16 | 1 | -4/+0 |
|
|
* | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming... | jan.nijtmans | 2013-05-16 | 1 | -0/+15 |
|\ |
|
| * | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming... | jan.nijtmans | 2013-05-16 | 1 | -0/+15 |
|
|
| * | Make (deprecated) Tcl_EvalObj/Tcl_GlobalEvalObj macro's always, not only when... | jan.nijtmans | 2013-04-09 | 1 | -0/+2 |
|
|
* | | 3610404 When we let go of commandPtr in TclEvalObjvInternal, NULL out the | dgp | 2013-04-16 | 1 | -0/+1 |
|
|
* | | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs. | jan.nijtmans | 2013-04-04 | 1 | -0/+2 |
|
|
* | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 1 | -2/+0 |
|
|
| * | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 1 | -14/+0 |
|
|
| * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -4/+4 |
|
|
* | | 3587651 Fix Tcl_ListMathFuncs() by turning it into a call to [info functions] | dgp | 2012-11-16 | 1 | -31/+18 |
|
|
* | | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash t... | dgp | 2012-06-10 | 1 | -4/+6 |
|
|
* | | Work in progress fixing 3532959 | dgp | 2012-06-08 | 1 | -1/+2 |
|
|
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 1 | -0/+4 |
|
|
* | | 3390272 Leak of [info script] value. | dgp | 2011-08-15 | 1 | -0/+4 |
|
|
* | | Remove TclCleanupLiteralTable (see 994838). | dgp | 2011-06-02 | 1 | -1/+0 |
|
|
* | | * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixed | andreask | 2011-05-17 | 1 | -0/+4 |
|
|
* | | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 1 | -49/+36 |
|
|
* | | Rewrites to eliminate isspace() calls. | dgp | 2011-03-16 | 1 | -9/+9 |
|
|
* | | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Fix gcc warnings: variable set but not used | jan.nijtmans | 2011-03-08 | 1 | -0/+4 |
|
|
* | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -3/+3 |
|
|
* | | 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 3030870] make itcl 3.x built with pre-8.6 work in 8.6: | nijtmans | 2010-07-25 | 1 | -3/+3 |
|
|
| * | * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of | andreas_kupries | 2009-11-09 | 1 | -6/+5 |
|
|
| * | silence compiler warnings | dgp | 2009-08-26 | 1 | -2/+2 |
|
|
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -22/+278 |
|
|
| * | fix SunCC warning | das | 2009-07-23 | 1 | -2/+2 |
|
|
| * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -53/+87 |
|
|
| * | * generic/tclCompile.h: add support for debug logging of DTrace | das | 2008-08-14 | 1 | -1/+4 |
|
|
| * | * generic/tclBasic.c: Added missing release of extended command | andreas_kupries | 2008-07-28 | 1 | -2/+6 |
|
|
| * | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -16/+21 |
|
|
| * | * generic/tclBasic.c: Added missing function comments. | andreas_kupries | 2008-07-22 | 1 | -3/+42 |
|
|
| * | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -35/+102 |
|
|
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -33/+249 |
|
|
| * | whitespace | das | 2007-09-13 | 1 | -2/+2 |
|
|
| * | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -1/+78 |
|
|
| * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -14/+534 |
|
|
| * | * generic/tclBasic.c (TEOVI): fix por possible leak of a Command | Miguel Sofer | 2006-11-04 | 1 | -12/+17 |
|
|
| * | * generic/tclBasic.c: Reverted exposure of patchlevel in | andreas_kupries | 2006-09-25 | 1 | -6/+6 |
|
|
| * | * generic/tcl.decls: Implemented TIP #268, conditionally. | andreas_kupries | 2006-09-22 | 1 | -2/+15 |
|
|