summaryrefslogtreecommitdiffstats
path: root/tests/namespace.test
Commit message (Expand)AuthorAgeFilesLines
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* Remove constraint on test which apparently passesdkf2011-09-211-1/+1
* [Bug 3185407]: Extend the set of epochs that are potentially bumped (indkf2011-06-021-0/+16
|\
| * [Bug 3185407]: Extend the set of epochs that are potentially bumped (indkf2011-06-021-0/+16
* | Merge to feature branchdkf2011-03-091-6/+17
|\ \
| * \ * generic/tclNamesp.c: Tighten the detector of nested [namespace code]dgp2011-03-091-6/+17
| |\ \ | | |/
| | * * generic/tclNamesp.c: Tighten the detector of nested [namespace code] bug_3202171dgp2011-03-091-6/+17
* | | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ...dkf2011-03-091-2/+2
|/ /
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Bug 1400572 will remain knownBug for 8.4.14dgp2006-10-041-2/+2
| | * * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope]dgp2006-01-091-1/+8
| | * * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-181-1/+33
| | * * generic/tclPkg.c: Corrected inconsistencies in the value returneddgp2005-11-081-1/+13
| | * * generic/tclNamesp.c: Allow for [namespace import] of a commanddgp2005-07-051-2/+2
| | * * tests/appendComp.test: Backport test suite fixes of errorsdgp2004-10-281-2/+2
| | * * tests/compile.test (compile-12.4): Backport test for Bug 1001997.dgp2004-10-261-1/+8
| | * * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ifieddgp2004-09-301-1/+19
| | * Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-091-1/+45
| | * * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-091-1/+115
| * | Backport of fixes to Tcl_SetNamespaceUnknownHandlerdkf2008-05-211-1/+10
* | | Clean up of tests and conversion to tcltest 2. Target has been to get init anddkf2011-01-011-49/+39
* | | Record that [Bug 2898722] is lurking.dkf2010-01-101-12/+51
* | | * generic/tclBasic.c: Fix lerak of coroutines on namespaceMiguel Sofer2010-01-031-1/+24
* | | Fix [Bug 1558654]dkf2009-01-091-14/+4
* | | 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