summaryrefslogtreecommitdiffstats
path: root/tests/namespace.test
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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
* | * tests/namespace.test (namespace-41.3): removed the {knownBug}Miguel Sofer2004-05-221-2/+2
* | Silly bug found originally by Damon Courtney. [922752]dkf2004-03-241-1/+8
* | * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-52/+49
* | TIP#112 ([namespace ensemble] command) implementation.dkf2003-09-291-13/+448
|/
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-3/+3
* Modified test namespace-41.2, added 41.3Miguel Sofer2001-11-291-3/+17
* added new test for bug 231259Miguel Sofer2001-11-291-3/+20
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-1/+3
* * Corrected tests to better isolate tests indgp2001-09-121-1/+2
* Patch from [Bug: 231259]Miguel Sofer2001-05-151-1/+15
* Patch for bug #420507Miguel Sofer2001-05-031-1/+12
* Corrected behaviour of [namespace code] (bug #219385, patch #403530)Miguel Sofer2001-04-071-3/+14
* * doc/namespace.n:hobbs2000-05-111-4/+24
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* * tests/foreach.test:hobbs2000-04-041-13/+13
* * tests/httpd: removed unnecessary 'puts stderr "Post Dispatch"'hobbs2000-03-271-3/+3
* * generic/tclNamesp.c: Undid fix for #956, which broke backwardsericm2000-01-261-8/+1
* * namespace.test: Added test for undefined variables withericm2000-01-211-1/+8
* * tests/info.test:hobbs2000-01-121-3/+3
* Fixed style problems in many of the test files.rjohnson1999-06-261-9/+9
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3