summaryrefslogtreecommitdiffstats
path: root/doc/namespace.n
Commit message (Collapse)AuthorAgeFilesLines
* bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833]Miguel Sofer2006-08-261-3/+6
|
* TIP#181 IMPLEMENTATIONdgp2006-02-011-1/+12
| | | | | | | | | | | | | * doc/Namespace.3: New command [namespace unknown]. New public * doc/namespace.n: C routines Tcl_(Get|Set)NamespaceUnknownHandler. * doc/unknown.n: [Patch 958222]. * generic/tcl.decls: * generic/tclBasic.c: * generic/tclInt.h: * generic/tclNamesp.c: * tests/namespace.test: * generic/tclDecls.h: make genstubs * generic/tclStubInit.c:
* TIP#250 IMPLEMENTATIONdgp2006-02-011-2/+9
| | | | | | | | | * doc/namespace.n: New command [namespace upvar]. [Patch 1275435] * generic/tclInt.h: * generic/tclNamesp.c: * generic/tclVar.c: * tests/namespace.test: * tests/upvar.test:
* TIP#229 implementationdkf2005-05-301-5/+31
|
* Corrected example that confused [namespace which] and [namespace origin]dgp2005-05-121-2/+2
|
* More minor doc fixesdkf2004-10-271-88/+88
|
* Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-15/+15
|
* Added some more examples; there are actually examples scattered through the ↵dkf2004-05-211-12/+39
| | | | file anyway.
* fixed typos in documentation and commentsvincentdarley2004-03-091-2/+2
|
* removed 'the the' typosvincentdarley2004-02-281-2/+2
|
* TIP#112 ([namespace ensemble] command) implementation.dkf2003-09-291-5/+171
|
* Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny.jenglish2003-04-151-2/+26
| | | | (Fixes [Bug 219183])
* Clarified documentation of [namespace inscope] [SF Patch #670110]jenglish2003-01-211-13/+12
|
* added description of [namepace forget] behaviour for unqualified patterns ↵Miguel Sofer2002-06-031-6/+11
| | | | [Bug 559268]
* Corrected behaviour of [namespace code] (bug #219385, patch #403530)Miguel Sofer2001-04-071-2/+2
|
* * doc/namespace.n:hobbs2000-05-111-1/+6
| | | | | | * tests/namespace.test: * generic/tclNamesp.c (Tcl_NamespaceObjCmd): added 'namespace exists' command. [Bug: 4665]
* syntax cleanupcore_8_3_0hobbs2000-02-101-3/+3
|
* * generic/tclNamesp.c: Undid fix for #956, which broke backwardsericm2000-01-261-2/+5
| | | | | | | | | | | | | compatibility. * doc/variable.n: * doc/trace.n: * doc/namespace.n: * doc/info.n: Added further information about differences between "namespace which" and "info exists". * doc/SetErrno.3: Added descriptions of ErrnoId() and ErrnoMsg() functions.
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-27/+27
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+563