| Commit message (Expand) | Author | Age | Files | Lines |
* | Record that [Bug 2898722] is lurking. | dkf | 2010-01-10 | 1 | -12/+51 |
|
|
* | * generic/tclBasic.c: Fix lerak of coroutines on namespace | Miguel Sofer | 2010-01-03 | 1 | -1/+24 |
|
|
* | Fix [Bug 1558654] | dkf | 2009-01-09 | 1 | -14/+4 |
|
|
* | Fix [Bug 2433936] | dkf | 2008-12-17 | 1 | -4/+17 |
|
|
* | Implement TIP 314. [Patch 1901783] | dkf | 2008-09-28 | 1 | -4/+219 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -3/+3 |
|
|
* | * changes: Updates for 8.6a1 release. | dgp | 2008-06-20 | 1 | -6/+12 |
|
|
* | Correct logic for handling error cases when setting the namespace unknown han... | dkf | 2008-05-20 | 1 | -2/+11 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | Greatly improved ensemble compiler. This one now can handle any ensemble. | dkf | 2007-11-16 | 1 | -2/+2 |
|
|
* | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from the | dgp | 2007-09-09 | 1 | -18/+18 |
|
|
* | Convert [info] into an ensemble command. | dkf | 2007-06-12 | 1 | -3/+6 |
|
|
* | * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient | dgp | 2007-03-12 | 1 | -1/+15 |
|
|
* | * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace() | dgp | 2007-02-08 | 1 | -4/+15 |
|
|
* | * generic/tclNamesp.c: Corrected broken implementation of the | dgp | 2007-02-06 | 1 | -1/+6 |
|
|
* | Silence complaints caused by [namespace import] returning current imports | dkf | 2006-11-23 | 1 | -3/+3 |
|
|
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -43/+43 |
|
|
* | Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp | dkf | 2006-10-31 | 1 | -3/+3 |
|
|
* | * generic/tclNamesp.c (EnsembleImplementationCmd): | Miguel Sofer | 2006-10-29 | 1 | -1/+19 |
|
|
* | * library/clock.tcl (format, scan): corrected wrong # args | Miguel Sofer | 2006-10-23 | 1 | -3/+3 |
|
|
* | * tests/namespace.test (namespace-51.16): Added test. | dgp | 2006-10-10 | 1 | -1/+6 |
|
|
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -7/+7 |
|
|
* | * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL | dgp | 2006-02-28 | 1 | -5/+6 |
|
|
* | added missing constraint | dgp | 2006-02-27 | 1 | -2/+5 |
|
|
* | * generic/tclBasic.c: Corrected a few bugs in how [namespace unknown] | dgp | 2006-02-22 | 1 | -1/+68 |
|
|
* | TIP#181 IMPLEMENTATION | dgp | 2006-02-01 | 1 | -1/+91 |
|
|
* | TIP#250 IMPLEMENTATION | dgp | 2006-02-01 | 1 | -7/+12 |
|
|
* | Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each test | dgp | 2006-01-18 | 1 | -1/+4 |
|
|
* | * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope] | dgp | 2006-01-09 | 1 | -1/+8 |
|
|
* | * tests/namespace.test: fix comment | Miguel Sofer | 2005-11-17 | 1 | -2/+2 |
|
|
* | added comments to tests/namespace.test | Miguel Sofer | 2005-11-14 | 1 | -1/+5 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-14 | 1 | -5/+37 |
|
|
* | * generic/tclNamesp.c: Allow for [namespace import] of a command | dgp | 2005-07-05 | 1 | -2/+2 |
|
|
* | Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg. | dkf | 2005-06-14 | 1 | -1/+14 |
|
|
* | TIP#229 implementation | dkf | 2005-05-30 | 1 | -3/+386 |
|
|
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 1 | -1/+32 |
|
|
* | * tests/clock.test: Correct duplicate test names. | dgp | 2004-10-28 | 1 | -2/+2 |
|
|
* | Make ensembles report shorter error traces that conceal more of how the | dkf | 2004-10-22 | 1 | -7/+5 |
|
|
* | * tests/namespace.test (namespace-8.7): Another test for save/restore | dgp | 2004-10-02 | 1 | -1/+8 |
|
|
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organization | dgp | 2004-09-30 | 1 | -1/+19 |
|
|
* | * generic/tclBasic.c: Corrections to the 2004-09-21 commit | dgp | 2004-09-24 | 1 | -1/+13 |
|
|
* | Fix [Bug 1026903] by storing what ensemble the ensemble is cached for. | dkf | 2004-09-13 | 1 | -1/+12 |
|
|
* | Also corrected faulty prevention of [namespace import] cycles. | dgp | 2004-09-09 | 1 | -1/+45 |
|
|
* | * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty | dgp | 2004-09-09 | 1 | -1/+115 |
|
|
* | Make [namespace which] use newer option parsing code for more flexibility. | dkf | 2004-08-27 | 1 | -5/+5 |
|
|
* | Fix/improve tests | dkf | 2004-08-27 | 1 | -5/+15 |
|
|
* | Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once. | dkf | 2004-08-27 | 1 | -2/+41 |
|
|
* | D'oh! Put the correct value in... :^} | dkf | 2004-08-25 | 1 | -2/+2 |
|
|
* | Stop test from getting stomped by preceding tests... | dkf | 2004-08-25 | 1 | -2/+2 |
|
|
* | Fixes to ensemble -unknown handler processing to stop [namespace import] from | dkf | 2004-08-25 | 1 | -1/+27 |
|
|