summaryrefslogtreecommitdiffstats
path: root/library/images/README
Commit message (Expand)AuthorAgeFilesLines
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+12
Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/tests/namespace.test
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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-22