summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-09-25 19:51:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-09-25 19:51:26 (GMT)
commitbea1848e0fa6da616457fc0ce680644388a7e117 (patch)
treefe5b0bdc6afe2a9b4e95a7f54f044b1c13d09733 /ChangeLog
parent5115781cfdf86915300c18ff4ec8e51c09a30219 (diff)
downloadtcl-bea1848e0fa6da616457fc0ce680644388a7e117.zip
tcl-bea1848e0fa6da616457fc0ce680644388a7e117.tar.gz
tcl-bea1848e0fa6da616457fc0ce680644388a7e117.tar.bz2
TIP #323 IMPLEMENTATION (partial)
* doc/global.n: Revise [global] to accept zero variable names. * doc/variable.n: Revise [variable] likewise. * generic/tclVar.c: * tests/proc-old.test: * tests/var.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4db062d..86b9324 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
TIP #323 IMPLEMENTATION (partial)
* doc/global.n: Revise [global] to accept zero variable names.
+ * doc/variable.n: Revise [variable] likewise.
* generic/tclVar.c:
* tests/proc-old.test:
* tests/var.test: