| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -124/+1071 |
|
|
* | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. | dgp | 2005-05-05 | 1 | -1/+10 |
|
|
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -23/+23 |
|
|
* | * generic/tcl.decls: | dgp | 2005-05-02 | 1 | -52/+19 |
|
|
* | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring | dgp | 2005-04-22 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Updated callers to call new routine. | dgp | 2005-04-21 | 1 | -22/+3 |
|
|
* | * generic/tclBasic.c: Added unsupported command | dgp | 2005-04-19 | 1 | -1/+5 |
|
|
* | * generic/tclBasic.c (TclObjInvoke): Plug memory leak. [Bug 1180368] | dgp | 2005-04-10 | 1 | -1/+2 |
|
|
* | Changed the internal representation of lists to (a) reduce the malloc/free | Miguel Sofer | 2005-04-02 | 1 | -16/+21 |
|
|
* | * generic/tclBasic.c (Tcl_EvalEx): Restored recursion limit | dgp | 2005-03-18 | 1 | -12/+11 |
|
|
* | * generic/tclBasic.c (Tcl_EvalObjEx): | Miguel Sofer | 2005-02-10 | 1 | -5/+21 |
|
|
* | * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) | hobbs | 2005-01-28 | 1 | -4/+46 |
|
|
* | * generic/tclThread.c: Typo police. Fixed some nits | andreas_kupries | 2005-01-21 | 1 | -2/+2 |
|
|
* | TIP#235 implementation (rename functions, add to stubs table, document) | dkf | 2005-01-19 | 1 | -2/+2 |
|
|
* | * generic/tclTest.c: Added two new functions to allocate memory | Miguel Sofer | 2004-12-15 | 1 | -4/+4 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -2/+2 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -1/+7 |
|
|
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 1 | -1/+14 |
|
|
* | * generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo): | dgp | 2004-10-24 | 1 | -4/+4 |
|
|
* | * generic/tclInt.h (Interp): | dgp | 2004-10-21 | 1 | -19/+1 |
|
|
* | * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd): | dgp | 2004-10-21 | 1 | -4/+5 |
|
|
* | doubled speed of clock format | Kevin B Kenny | 2004-10-21 | 1 | -1/+4 |
|
|
* | * 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 |
|
|