diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-15 16:21:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-15 16:21:02 (GMT) |
commit | c5cbfc795cc50cd0ec76faa503f77344fb69a94a (patch) | |
tree | af7ddc3cbc02b69328a40b0679b15815fed2b3c8 /ChangeLog | |
parent | a2c39eef55596583301ced9356ec03e35a6783f0 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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! |