diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-07-11 12:39:16 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-07-11 12:39:16 (GMT) |
commit | 27a219b98b878a7dc6e7f1a88c45724c61fb27eb (patch) | |
tree | 76689cdb40b5d32c219dbcc3b2d53e72be1ece2e /ChangeLog | |
parent | 513225dbd0f8f31a43f1530acf43d710d876e31a (diff) | |
download | tcl-27a219b98b878a7dc6e7f1a88c45724c61fb27eb.zip tcl-27a219b98b878a7dc6e7f1a88c45724c61fb27eb.tar.gz tcl-27a219b98b878a7dc6e7f1a88c45724c61fb27eb.tar.bz2 |
tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED flag.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-07-11 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclCompile.c: now setting local vars undefined at + compile time, instead of waiting until the proc is initialized. + * generic/tclProc.c: use macro TclSetVarUndefined instead of + directly etting the flag. + 2002-07-11 Donal K. Fellows <fellowsd@cs.man.ac.uk> * tests/cmdAH.test: [file attr -perm] is Unix-only, so add [catch] |