diff options
author | dgp <dgp@users.sourceforge.net> | 2008-09-26 19:54:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-09-26 19:54:56 (GMT) |
commit | 030aaf8733e03063daa3c730c5b258575b9386ba (patch) | |
tree | 5ed68f5145215b594f13c8ca19970b476d33002b /ChangeLog | |
parent | ed14e02fc83fc5a7dab826db93ce7e2d4e276a96 (diff) | |
download | tcl-030aaf8733e03063daa3c730c5b258575b9386ba.zip tcl-030aaf8733e03063daa3c730c5b258575b9386ba.tar.gz tcl-030aaf8733e03063daa3c730c5b258575b9386ba.tar.bz2 |
TIP #323 IMPLEMENTATION (partial)
* doc/tm.n: Revise [tcl::tm::path add] and
* library/tm.tcl: [tcl::tm::path remove] to accept zero paths.
* tests/tm.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ TIP #323 IMPLEMENTATION (partial) + * doc/tm.n: Revise [tcl::tm::path add] and + * library/tm.tcl: [tcl::tm::path remove] to accept zero paths. + * tests/tm.test: + * doc/namespace.n: Revise [namespace upvar] to accept zero * generic/tclNamesp.c: variable names. * tests/upvar.test: |