diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-27 13:20:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-27 13:20:33 (GMT) |
commit | ff391d8dfee52b844b9dffba582d42e0165355fc (patch) | |
tree | 9d5dcb836716b05500e49159dd0be9c3f036bc99 /ChangeLog | |
parent | 890a4089ea27937eca75c8a052830931f2668072 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |