summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-15 16:21:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-15 16:21:02 (GMT)
commitc5cbfc795cc50cd0ec76faa503f77344fb69a94a (patch)
treeaf7ddc3cbc02b69328a40b0679b15815fed2b3c8 /ChangeLog
parenta2c39eef55596583301ced9356ec03e35a6783f0 (diff)
downloadtcl-c5cbfc795cc50cd0ec76faa503f77344fb69a94a.zip
tcl-c5cbfc795cc50cd0ec76faa503f77344fb69a94a.tar.gz
tcl-c5cbfc795cc50cd0ec76faa503f77344fb69a94a.tar.bz2
Must pass non-NULL interp to Tcl_SetEnsemble* functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62aabfb..ee38587 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-11-15 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclNamesp.c (NamespaceEnsembleCmd): Must pass a non-NULL
+ interp to Tcl_SetEnsemble* functions.
+
* doc/re_syntax.n: Try to make this easier to read. It's still a very
difficult manual page!