| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp | 2007-04-02 | 1 | -10/+6 |
|
|
* | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions. | dgp | 2007-03-21 | 1 | -20/+13 |
|
|
* | * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient | dgp | 2007-03-12 | 1 | -2/+4 |
|
|
* | * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace() | dgp | 2007-02-08 | 1 | -4/+4 |
|
|
* | Minor syntax/efficiency stuff | dkf | 2007-02-06 | 1 | -22/+35 |
|
|
* | Silence a trivial warning | dkf | 2007-02-06 | 1 | -2/+3 |
|
|
* | * generic/tclNamesp.c: Corrected broken implementation of the | dgp | 2007-02-06 | 1 | -2/+6 |
|
|
* | Fix [Bug 1571056] and silence a GCC warning | dkf | 2006-12-08 | 1 | -2/+5 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -3/+6 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -5/+5 |
|
|
* | TIP#261 IMPLEMENTATION | dgp | 2006-11-14 | 1 | -1/+23 |
|
|
* | * generic/tclCmdAH.c: Further revisions to produce the routines | dgp | 2006-11-02 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -4/+4 |
|
|
* | Indentation policing | dkf | 2006-11-02 | 1 | -20/+24 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -14/+10 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2006-10-31 | 1 | -2/+2 |
|
|
* | Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp | dkf | 2006-10-31 | 1 | -12/+9 |
|
|
* | D'oh! Updated the wrong thing. | dkf | 2006-10-30 | 1 | -13/+15 |
|
|
* | Add missing initialization. | dkf | 2006-10-30 | 1 | -1/+2 |
|
|
* | * generic/tclNamesp.c (EnsembleImplementationCmd): | Miguel Sofer | 2006-10-29 | 1 | -2/+2 |
|
|
* | Make a comment look nicer. :-) | dkf | 2006-10-28 | 1 | -3/+3 |
|
|
* | Allow extensions that use the internal stubs to set a namespace path. | dkf | 2006-10-27 | 1 | -8/+5 |
|
|
* | * generic/tclInterp.c (ApplyObjCmd):a | Miguel Sofer | 2006-10-26 | 1 | -3/+3 |
|
|
* | * library/clock.tcl (format, scan): corrected wrong # args | Miguel Sofer | 2006-10-23 | 1 | -10/+14 |
|
|
* | * generic/tcl.h: Modified the Tcl call stack so | Miguel Sofer | 2006-10-23 | 1 | -20/+18 |
|
|
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 1 | -7/+9 |
|
|
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 1 | -9/+7 |
|
|
* | * generic/tclNamespace.c (TclTeardownNamespace): After the | dgp | 2006-10-10 | 1 | -1/+2 |
|
|
* | undo last commit. | dgp | 2006-08-28 | 1 | -2/+2 |
|
|
* | Fixes for [Bug 1547662] and [Bug 1547681] | Joe Mistachkin | 2006-08-28 | 1 | -2/+2 |
|
|
* | bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833] | Miguel Sofer | 2006-08-26 | 1 | -2/+14 |
|
|
* | It seems that the original submitter of the patch didn't test it. Add a
| dkf | 2006-08-11 | 1 | -1/+9 |
|
|
* | Applied [Patch 1352382] | dkf | 2006-08-11 | 1 | -150/+150 |
|
|
* | silence a strict aliasing warning from gcc | rmax | 2006-03-13 | 1 | -3/+4 |
|
|
* | Space/style improvements | dkf | 2006-02-02 | 1 | -107/+139 |
|
|
* | TIP#181 IMPLEMENTATION | dgp | 2006-02-01 | 1 | -3/+182 |
|
|
* | TIP#250 IMPLEMENTATION | dgp | 2006-02-01 | 1 | -3/+83 |
|
|
* | * generic/tclBasic.c: Moved Tcl_LogCommandInfo from tclBasic.c to | dgp | 2006-01-11 | 1 | -1/+82 |
|
|
* | * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope] | dgp | 2006-01-09 | 1 | -4/+6 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -9/+10 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-14 | 1 | -5/+10 |
|
|
* | Partial fix for [Bug 1355342] | dkf | 2005-11-12 | 1 | -350/+350 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-04 | 1 | -11/+11 |
|
|
* | * generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don. | Miguel Sofer | 2005-10-31 | 1 | -10/+10 |
|
|
* | * generic/tclBasic.c: Updated several callers to use | dgp | 2005-09-14 | 1 | -24/+17 |
|
|
* | Remove _ANSI_ARGS_ and tidy up comments | dkf | 2005-08-26 | 1 | -236/+208 |
|
|
* | Fix crashes when running Snit's test suite caused by traces forcing the interp | dkf | 2005-08-26 | 1 | -2/+5 |
|
|
* | * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that | dgp | 2005-07-26 | 1 | -18/+18 |
|
|
* | Getting more systematic about style | dkf | 2005-07-17 | 1 | -207/+241 |
|
|
* | Whitespace/comment tidying | dkf | 2005-07-15 | 1 | -931/+914 |
|
|