summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-10-27 13:20:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-10-27 13:20:33 (GMT)
commitff391d8dfee52b844b9dffba582d42e0165355fc (patch)
tree9d5dcb836716b05500e49159dd0be9c3f036bc99 /ChangeLog
parent890a4089ea27937eca75c8a052830931f2668072 (diff)
downloadtcl-ff391d8dfee52b844b9dffba582d42e0165355fc.zip
tcl-ff391d8dfee52b844b9dffba582d42e0165355fc.tar.gz
tcl-ff391d8dfee52b844b9dffba582d42e0165355fc.tar.bz2
Cleaning up of various bits in tclVar.c to make code clearer to understand.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f9b3dc6..7b24cb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2006-10-27 Donal K. Fellows <dkf@users.sf.net>
- * generic/tclNamesp.c (TclSetNsPath): Expose SetNsPath through
+ * generic/tclVar.c (HasLocalVars): New macro to make various bits and
+ pieces cleaner.
+
+ * generic/tclNamesp.c (TclSetNsPath): Expose SetNsPath() through
internal stubs table with semi-external name.
* generic/tclInt.h (CallFrame): Add a field for handling context data