| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused header file: unix/tclUnixThrd.h | jan.nijtmans | 2011-04-04 | 1 | -0/+1 |
|
|
* | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 1 | -0/+6 |
|
|
* | Better error-message in case of errors related to setting a variable | jan.nijtmans | 2011-04-04 | 1 | -0/+11 |
|
|
* | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -0/+8 |
|
|
* | Replaced another couple of 'double' declarations with 'volatile
| Kevin B Kenny | 2011-04-02 | 1 | -0/+6 |
|\ |
|
| * | Replaced another couple of 'double' declarations with 'volatile
| Kevin B Kenny | 2011-04-02 | 1 | -0/+6 |
|
|
* | | More generation of errorCodes ([interp], [lset], [load], [unload]). | dkf | 2011-04-02 | 1 | -0/+3 |
|
|
* | | More generation of errorCode information (default [bgerror] and [glob]). | dkf | 2011-04-02 | 1 | -0/+5 |
|
|
* | | Implement TIP#131 | max | 2011-04-01 | 1 | -0/+4 |
|
|
* | | TclClockOldscanObjCmd: More generation of errorCode information. | dkf | 2011-03-31 | 1 | -0/+5 |
|
|
* | | More generation of errorCode information, notably when lists are mis-parsed. | dkf | 2011-03-29 | 1 | -0/+4 |
|
|
* | | Use the error messages generated by the variable management code rather than | dkf | 2011-03-28 | 1 | -1/+7 |
|
|
* | | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably apparen... | mig | 2011-03-27 | 1 | -0/+8 |
|
|
* | | More generation of errorCode information. | dkf | 2011-03-26 | 1 | -0/+3 |
|
|
* | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -0/+7 |
|
|
* | | Restored C++ usability to the memory allocation and free macros. | dgp | 2011-03-24 | 1 | -0/+5 |
|
|
* | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -21/+26 |
|\ \
| |/ |
|
| * | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -2/+8 |
| |\ |
|
| | * | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+6 |
|
|
* | | | * generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context in TclFree... | mig | 2011-03-23 | 1 | -0/+5 |
|
|
* | | | simpler initialization of Cache under HAVE_FAST_TSD, from mig-alloc-reform. | mig | 2011-03-22 | 1 | -0/+5 |
|
|
* | | | typo | jan.nijtmans | 2011-03-22 | 1 | -1/+1 |
|
|
* | | | [Bug #3216070] Loading extension libraries from embedded Tcl applications. | jan.nijtmans | 2011-03-22 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | [Bug #3216070] Loading extension libraries from embedded Tcl applications. | jan.nijtmans | 2011-03-22 | 1 | -0/+5 |
|
|
* | | | remove one level of allocator indirection in non-memdebug builds, imported fr... | mig | 2011-03-21 | 1 | -0/+6 |
|
|
* | | | changelog entry | mig | 2011-03-20 | 1 | -0/+7 |
|
|
* | | | Generate errorCode information on failure to parse expressions. | dkf | 2011-03-17 | 1 | -4/+9 |
|
|
* | | | [Patch #3124683]: platform specific stuff in (tcl|tk)Main.c | jan.nijtmans | 2011-03-17 | 1 | -0/+5 |
|
|
* | | | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 1 | -0/+2 |
|
|
| | * | SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. | jan.nijtmans | 2011-03-16 | 1 | -0/+7 |
|
|
| | * | ifdef protections to permit builds with mingw on amd64 systems. | jan.nijtmans | 2011-03-11 | 1 | -0/+7 |
|
|
| | * | * win/tcl.m4: handle --enable-64bit=ia64 for gcc. | jan.nijtmans | 2011-03-11 | 1 | -2/+7 |
|
|
* | | | Rewrites to eliminate some isspace() calls. | dgp | 2011-03-16 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | Rewrites to eliminate isspace() calls. | dgp | 2011-03-16 | 1 | -0/+6 |
|
|
* | | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necess... | jan.nijtmans | 2011-03-16 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necess... | jan.nijtmans | 2011-03-16 | 1 | -1/+7 |
|
|
* | | | Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail.
| Kevin B Kenny | 2011-03-14 | 1 | -0/+10 |
|\ \ \
| |/ / |
|
| * | | Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail.
| Kevin B Kenny | 2011-03-14 | 1 | -0/+12 |
|
|
| * | | [Bug 3205320]: stack space detection defeated by inlining | jan.nijtmans | 2011-03-10 | 1 | -0/+5 |
|
|
* | | | * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter
| Kevin B Kenny | 2011-03-13 | 1 | -0/+11 |
|
|
* | | | * generic/tclExecute.c: remove TEBCreturn() | mig | 2011-03-13 | 1 | -0/+4 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -2/+11 |
|
|
* | | | [Bug 3185609] File normalization corner case of ... broken with -DUNICODE | jan.nijtmans | 2011-03-12 | 1 | -0/+5 |
|
|
* | | | More test suite updating. | dkf | 2011-03-11 | 1 | -0/+4 |
|
|
* | | | Add ChangeLog entry.dkf_namespace_as_ensemble | dkf | 2011-03-10 | 1 | -0/+8 |
|
|
* | | | Make tests in child interpreters report their summary info in the master. | dkf | 2011-03-10 | 1 | -0/+8 |
|
|
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -0/+11 |
|
|
* | | | Update more of the test suite to use Tcltest 2. | dkf | 2011-03-09 | 1 | -0/+4 |
|
|