summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-07-11 12:39:16 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-07-11 12:39:16 (GMT)
commit27a219b98b878a7dc6e7f1a88c45724c61fb27eb (patch)
tree76689cdb40b5d32c219dbcc3b2d53e72be1ece2e /ChangeLog
parent513225dbd0f8f31a43f1530acf43d710d876e31a (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b88c4c..0847fd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]