| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclInt.h (Tcl*InterpState): New internal routines | dgp | 2004-10-19 | 1 | -34/+1 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): | dgp | 2004-10-18 | 1 | -9/+4 |
|
|
* | Remove unused variable | dgp | 2004-10-15 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -47/+59 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -53/+35 |
|
|
* | * generic/tclBasic.c (TclObjInvoke): More simplification of the | dgp | 2004-10-05 | 1 | -54/+24 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-05 | 1 | -27/+18 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit value | dgp | 2004-10-01 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit value | dgp | 2004-10-01 | 1 | -7/+3 |
|
|
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organization | dgp | 2004-09-30 | 1 | -15/+1 |
|
|
* | * generic/tclBasic.c (TclObjInvoke): fix for bogus gcc warning about | Miguel Sofer | 2004-09-27 | 1 | -1/+2 |
|
|
* | removed several unused vars in TclObjInvoke | Kevin B Kenny | 2004-09-27 | 1 | -4/+1 |
|
|
* | * generic/tclBasic.c: Removed internal routines TclInvoke, | dgp | 2004-09-27 | 1 | -227/+2 |
|
|
* | * generic/tclBasic.c: Corrections to the 2004-09-21 commit | dgp | 2004-09-24 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: Reworked management of the interp | dgp | 2004-09-21 | 1 | -13/+3 |
|
|
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): | dgp | 2004-09-17 | 1 | -3/+10 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp): Removed obsolete | dgp | 2004-09-08 | 1 | -228/+111 |
|
|
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 1 | -5/+50 |
|
|
* | TIP#207 IMPLEMENTATION | dgp | 2004-08-02 | 1 | -5/+62 |
|
|
* | 2004-07-21 Kevin Kenny <kennykb@acm.org> | Kevin B Kenny | 2004-07-21 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c (Tcl_EvalEx): leak fix by dgp, release | Miguel Sofer | 2004-07-12 | 1 | -1/+2 |
|
|
* | Modified the logic of literal table cleanup at interp deletion time, | Miguel Sofer | 2004-07-08 | 1 | -4/+5 |
|
|
* | * generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660], | Miguel Sofer | 2004-07-05 | 1 | -3/+5 |
|
|
* | * win/Makefile.in: Corrected compilation flags for tclPkgConfig.c | Kevin B Kenny | 2004-06-14 | 1 | -4/+2 |
|
|
* | * unix/configure.in: Updated TCL_PACKAGE_PATH value to | dgp | 2004-06-11 | 1 | -9/+10 |
|
|
* | Limits documentation and style improvements | dkf | 2004-05-30 | 1 | -2/+2 |
|
|
* | Finish fixing comments for [Bug 848440] | dkf | 2004-05-25 | 1 | -3/+3 |
|
|
* | Delete limit callbacks properly when the interpreters involved are deleted. | dkf | 2004-05-20 | 1 | -1/+10 |
|
|
* | * generic/tclBasic.c (Tcl_DeleteInterp): | Miguel Sofer | 2004-05-16 | 1 | -1/+4 |
|
|
* | TIP#143 implementation; still needs docs and more tests... | dkf | 2004-05-13 | 1 | -4/+12 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -4/+1 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -16/+1 |
|
|
* | TIP#100 implementation largely based on work by Georgios Petasis. | dkf | 2004-02-24 | 1 | -1/+3 |
|
|
* | Full bytecode compilation for [lassign] | dkf | 2004-01-18 | 1 | -2/+2 |
|
|
* | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core | dkf | 2004-01-17 | 1 | -1/+3 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -8/+8 |
|
|
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognition | dgp | 2003-11-14 | 1 | -17/+94 |
|
|
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine | dgp | 2003-10-14 | 1 | -42/+56 |
|
|
* | * generic/tclBasic.c: Save and restore the iPtr->flag bits that | dgp | 2003-10-08 | 1 | -1/+12 |
|
|
* | * generic/tclBasic.c: Fixed error in ref count management of command | dgp | 2003-10-03 | 1 | -6/+4 |
|
|
* | Remove unintentional check-in of work-in-progress | dkf | 2003-09-29 | 1 | -35/+1 |
|
|
* | TIP#121 (app exit proc API) implementation from Joe Mistachkin | dkf | 2003-09-29 | 1 | -1/+35 |
|
|
* | TIP#112 ([namespace ensemble] command) implementation. | dkf | 2003-09-29 | 1 | -2/+52 |
|
|
* | TIP#136 IMPLEMENTATION. We now have an [lrepeat] command! | dkf | 2003-08-11 | 1 | -1/+3 |
|
|
* | Factored out the trace code - it's big enough to be its own maintenance area | dkf | 2003-06-25 | 1 | -338/+1 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2003-06-10 | 1 | -22/+14 |
|
|
* | * generic/tcl.decls: Ported the changes from the | andreas_kupries | 2003-06-09 | 1 | -1/+9 |
|
|
* | * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no | dgp | 2003-05-12 | 1 | -4/+3 |
|
|
* | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -12/+30 |
|
|
* | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 1 | -3/+3 |
|
|