Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -1/+50 |
| | |||||
* | Implement TIP 314. [Patch 1901783] | dkf | 2008-09-28 | 1 | -1/+29 |
| | |||||
* | TIP #323 IMPLEMENTATION (partial) | dgp | 2008-09-26 | 1 | -3/+3 |
| | | | | | | * doc/namespace.n: Revise [namespace upvar] to accept zero * generic/tclNamesp.c: variable names. * tests/upvar.test: | ||||
* | * doc/namespace.n: fix [Bug 2098441] | Miguel Sofer | 2008-09-07 | 1 | -2/+2 |
| | |||||
* | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -12/+29 |
| | | | | typedefs, add a few missing bits) | ||||
* | Minor tidying up. [Bug 1909019] | dkf | 2008-03-06 | 1 | -22/+24 |
| | |||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | * doc/namespace.n: Documentation for zero-argument form of | dgp | 2007-12-06 | 1 | -3/+19 |
| | | | | [namespace import] (TIP 261) [Bug 1596416] | ||||
* | Eliminate misuse of .br | dkf | 2007-10-30 | 1 | -4/+11 |
| | |||||
* | Typo [Bug 1811621] | dkf | 2007-10-30 | 1 | -3/+2 |
| | |||||
* | Next stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-29 | 1 | -13/+13 |
| | | | | generation works | ||||
* | * doc/apply.n: fixed example [Bug 1811791] | Miguel Sofer | 2007-10-27 | 1 | -2/+2 |
| | | | | | * doc/namespace.n: improved example [Bug 1788984] * doc/AddErrInfo.3: typo [Bug 1715087] | ||||
* | * changes: Updated for 8.5b2 release.core_8_5_b2 | dgp | 2007-10-26 | 1 | -11/+10 |
| | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 1 | -10/+11 |
| | |||||
* | bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833] | Miguel Sofer | 2006-08-26 | 1 | -3/+6 |
| | |||||
* | TIP#181 IMPLEMENTATION | dgp | 2006-02-01 | 1 | -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 IMPLEMENTATION | dgp | 2006-02-01 | 1 | -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 implementation | dkf | 2005-05-30 | 1 | -5/+31 |
| | |||||
* | Corrected example that confused [namespace which] and [namespace origin] | dgp | 2005-05-12 | 1 | -2/+2 |
| | |||||
* | More minor doc fixes | dkf | 2004-10-27 | 1 | -88/+88 |
| | |||||
* | Grammar and spelling fixes. [Patch 1018486] | dkf | 2004-08-31 | 1 | -15/+15 |
| | |||||
* | Added some more examples; there are actually examples scattered through the ↵ | dkf | 2004-05-21 | 1 | -12/+39 |
| | | | | file anyway. | ||||
* | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 1 | -2/+2 |
| | |||||
* | removed 'the the' typos | vincentdarley | 2004-02-28 | 1 | -2/+2 |
| | |||||
* | TIP#112 ([namespace ensemble] command) implementation. | dkf | 2003-09-29 | 1 | -5/+171 |
| | |||||
* | Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny. | jenglish | 2003-04-15 | 1 | -2/+26 |
| | | | | (Fixes [Bug 219183]) | ||||
* | Clarified documentation of [namespace inscope] [SF Patch #670110] | jenglish | 2003-01-21 | 1 | -13/+12 |
| | |||||
* | added description of [namepace forget] behaviour for unqualified patterns ↵ | Miguel Sofer | 2002-06-03 | 1 | -6/+11 |
| | | | | [Bug 559268] | ||||
* | Corrected behaviour of [namespace code] (bug #219385, patch #403530) | Miguel Sofer | 2001-04-07 | 1 | -2/+2 |
| | |||||
* | * doc/namespace.n: | hobbs | 2000-05-11 | 1 | -1/+6 |
| | | | | | | * tests/namespace.test: * generic/tclNamesp.c (Tcl_NamespaceObjCmd): added 'namespace exists' command. [Bug: 4665] | ||||
* | syntax cleanupcore_8_3_0 | hobbs | 2000-02-10 | 1 | -3/+3 |
| | |||||
* | * generic/tclNamesp.c: Undid fix for #956, which broke backwards | ericm | 2000-01-26 | 1 | -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 trunk | stanton | 1999-04-16 | 1 | -27/+27 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+563 |