summaryrefslogtreecommitdiffstats
path: root/tests/namespace.test
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix [Bug 2433936]dkf2008-12-171-4/+17
* | | Implement TIP 314. [Patch 1901783]dkf2008-09-281-4/+219
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
* | | * changes: Updates for 8.6a1 release.dgp2008-06-201-6/+12
* | | Correct logic for handling error cases when setting the namespace unknown han...dkf2008-05-201-2/+11
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-161-2/+2
* | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-091-18/+18
* | Convert [info] into an ensemble command.dkf2007-06-121-3/+6
* | * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficientdgp2007-03-121-1/+15
* | * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace()dgp2007-02-081-4/+15
* | * generic/tclNamesp.c: Corrected broken implementation of thedgp2007-02-061-1/+6
* | Silence complaints caused by [namespace import] returning current importsdkf2006-11-231-3/+3
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-43/+43
* | Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interpdkf2006-10-311-3/+3
* | * generic/tclNamesp.c (EnsembleImplementationCmd):Miguel Sofer2006-10-291-1/+19
* | * library/clock.tcl (format, scan): corrected wrong # argsMiguel Sofer2006-10-231-3/+3
* | * tests/namespace.test (namespace-51.16): Added test.dgp2006-10-101-1/+6
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-7/+7
* | * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp2006-02-281-5/+6
* | added missing constraintdgp2006-02-271-2/+5
* | * generic/tclBasic.c: Corrected a few bugs in how [namespace unknown]dgp2006-02-221-1/+68
* | TIP#181 IMPLEMENTATIONdgp2006-02-011-1/+91
* | TIP#250 IMPLEMENTATIONdgp2006-02-011-7/+12
* | Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each testdgp2006-01-181-1/+4
* | * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]dgp2006-01-091-1/+8
* | * tests/namespace.test: fix commentMiguel Sofer2005-11-171-2/+2
* | added comments to tests/namespace.testMiguel Sofer2005-11-141-1/+5
* | * generic/tclInt.h:Miguel Sofer2005-11-141-5/+37
* | * generic/tclNamesp.c: Allow for [namespace import] of a commanddgp2005-07-051-2/+2
* | Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg.dkf2005-06-141-1/+14
* | TIP#229 implementationdkf2005-05-301-3/+386
* | Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-1/+32
* | * tests/clock.test: Correct duplicate test names.dgp2004-10-281-2/+2
* | Make ensembles report shorter error traces that conceal more of how thedkf2004-10-221-7/+5
* | * tests/namespace.test (namespace-8.7): Another test for save/restoredgp2004-10-021-1/+8
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-301-1/+19
* | * generic/tclBasic.c: Corrections to the 2004-09-21 commitdgp2004-09-241-1/+13
* | Fix [Bug 1026903] by storing what ensemble the ensemble is cached for.dkf2004-09-131-1/+12
* | Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-091-1/+45
* | * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-091-1/+115
* | Make [namespace which] use newer option parsing code for more flexibility.dkf2004-08-271-5/+5
* | Fix/improve testsdkf2004-08-271-5/+15
* | Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once.dkf2004-08-271-2/+41
* | D'oh! Put the correct value in... :^}dkf2004-08-251-2/+2
* | Stop test from getting stomped by preceding tests...dkf2004-08-251-2/+2
* | Fixes to ensemble -unknown handler processing to stop [namespace import] fromdkf2004-08-251-1/+27
* | * generic/tclNamesp.c (Tcl_FindNamespaceVar):Miguel Sofer2004-05-251-24/+14
* | * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist.dgp2004-05-251-1/+2
* | * generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed,Miguel Sofer2004-05-231-1/+25