diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 14:37:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 14:37:13 (GMT) |
commit | da7765230338186675e0f6ccbfba67efa4b88625 (patch) | |
tree | f06c23ff0f1c69d9401df1b4a24919018fc717a6 /ChangeLog | |
parent | c5c73ec317fce63210aedd53ebda27ebef52bcc3 (diff) | |
download | tcl-da7765230338186675e0f6ccbfba67efa4b88625.zip tcl-da7765230338186675e0f6ccbfba67efa4b88625.tar.gz tcl-da7765230338186675e0f6ccbfba67efa4b88625.tar.bz2 |
TIP#112 ([namespace ensemble] command) implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2003-09-29 Donal K. Fellows <fellowsd@cs.man.ac.uk> + TIP#112 IMPLEMENTATION + + * generic/tclNamesp.c: Core of implementation. + * generic/tclInt.h (Namespace,TclInvalidateNsCmdLookup): Add + command list epoch counter and list of ensembles to namespace + structure, and define a macro to ease update of the epoch + counter. + * generic/tclBasic.c (Tcl_CreateObjCommand,etc.): Update epoch + counter when list of commands in a namespace changes. + * generic/tclObj.c (TclInitObjSubsystem): Register ensemble + subcommand type. + * tests/namespace.test (42.1-47.6): Tests. + * doc/namespace.n: Documentation. + * library/http/http.tcl (geturl): Correctly check the type of boolean-valued options. [Bug 811170] |