| Commit message (Expand) | Author | Age | Files | Lines |
* | Various CYGWIN-related fixes | nijtmans | 2010-01-31 | 1 | -220/+227 |
|
|
* | Fix for [Bug 988703, 1565466] | Joe Mistachkin | 2009-10-18 | 1 | -3/+5 |
|
|
* | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-29 | 1 | -1/+12 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -5/+52 |
|
|
* | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -12/+8 |
|
|
* | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "... | ferrieux | 2009-04-27 | 1 | -1/+5 |
|
|
* | Fixed [Bug 2269431]: load of shared objects | nijtmans | 2008-11-14 | 1 | -2/+3 |
|
|
* | * generic/tclInt.h: Correct the TclGetLongFromObj, | dgp | 2008-09-17 | 1 | -4/+4 |
|
|
* | * generic/tclBasic.c: Reworked the handling of bytecode literals | andreas_kupries | 2008-07-22 | 1 | -1/+19 |
|
|
* | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -3/+30 |
|
|
* | merge updates from HEAD
| dgp | 2008-03-31 | 1 | -5/+9 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -4/+4 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -36/+36 |
|
|
* | * generic/tclInt.h: New macro TclGrowParseTokenArray() to | dgp | 2008-01-23 | 1 | -2/+47 |
|
|
* | * generic/tclAlloc.c: | Miguel Sofer | 2007-12-17 | 1 | -1/+12 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -1/+10 |
|
|
* | (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] check | hobbs | 2007-12-06 | 1 | -2/+2 |
|
|
* | add TclGetChannelFromObj decl | hobbs | 2007-12-06 | 1 | -1/+4 |
|
|
* | Simplify code for setting up the [chan] ensemble now that we can leverage | dkf | 2007-12-06 | 1 | -11/+8 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-26 | 1 | -2/+2 |
|
|
* | Turn the [string] command into a real compiled ensemble. | dkf | 2007-11-23 | 1 | -5/+15 |
|
|
* | Rebuild [dict] as a full compiled ensemble. | dkf | 2007-11-22 | 1 | -6/+22 |
|
|
* | Factor out the core compiled-ensemble builder for simplicity. | dkf | 2007-11-21 | 1 | -3/+15 |
|
|
* | * generic/tclDictObj.c: Changed the underlying implementation of the | dkf | 2007-11-20 | 1 | -1/+9 |
|
|
* | More minor cleanup | dkf | 2007-11-18 | 1 | -253/+253 |
|
|
* | Greatly improved ensemble compiler. This one now can handle any ensemble. | dkf | 2007-11-16 | 1 | -54/+114 |
|
|
* | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 1 | -1/+5 |
|
|
* | Strip an _ANSI_ARGS_ usage. | dkf | 2007-11-14 | 1 | -2/+2 |
|
|
* | RE: [Patch 1830184] TclResetResult | Miguel Sofer | 2007-11-12 | 1 | -35/+1 |
|
|
* | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag | Miguel Sofer | 2007-11-12 | 1 | -1/+35 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -10/+55 |
|
|
* | * unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues with | das | 2007-11-10 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -3/+5 |
|
|
* | * generic/tclAsync.c: | Miguel Sofer | 2007-11-09 | 1 | -2/+37 |
|
|
* | * generic/tclCompile.h: | Miguel Sofer | 2007-10-27 | 1 | -1/+3 |
|
|
* | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 1 | -1/+5 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -6/+27 |
|
|
* | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from the | dgp | 2007-09-09 | 1 | -2/+1 |
|
|
* | ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definition | das | 2007-08-23 | 1 | -2/+2 |
|
|
* | * generic/tclInt.h: remove redundant ops in TclNewStringObj macro | Miguel Sofer | 2007-08-11 | 1 | -3/+6 |
|
|
* | * generic/tclInt.h: fix the TclSetVarNamespaceVar macro, was | Miguel Sofer | 2007-08-10 | 1 | -3/+5 |
|
|
* | * generic/tclInt.h: remove comments refering to VAR_SCALAR, as | Miguel Sofer | 2007-08-08 | 1 | -4/+3 |
|
|
* | * generic/tclInt.decls: Exporting via stubs to help | Miguel Sofer | 2007-08-07 | 1 | -3/+1 |
|
|
* | modifs to help itcl adapt to VarReform | Miguel Sofer | 2007-08-04 | 1 | -7/+12 |
|
|
* | Tidying up. | dkf | 2007-08-03 | 1 | -37/+35 |
|
|
* | Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permit | patthoyts | 2007-08-01 | 1 | -1/+13 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -95/+218 |
|
|
* | * generic/tclBasic.c (TEOvI, GetCommandSource): | Miguel Sofer | 2007-07-24 | 1 | -1/+2 |
|
|