diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2010-01-03 20:52:12 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2010-01-03 20:52:12 (GMT) |
commit | ce5d124270a583363c29a727a81feadfc90a7ba0 (patch) | |
tree | 6a1e258bdfcd880e807175c2db59009c36f22228 | |
parent | 10428413079058e0f75d48d4f976493454730d0b (diff) | |
download | tcl-ce5d124270a583363c29a727a81feadfc90a7ba0.zip tcl-ce5d124270a583363c29a727a81feadfc90a7ba0.tar.gz tcl-ce5d124270a583363c29a727a81feadfc90a7ba0.tar.bz2 |
fix Changelog typo and c/p error
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,14 +1,11 @@ 2010-01-03 Miguel Sofer <msofer@users.sf.net> - * generic/tclBasic.c: Fix lerak of coroutines on namespace + * generic/tclBasic.c: Fix leak of coroutines on namespace * generic/tclCompile.h: deletion, [Bug 2724403]. Added a test * generic/tclNamesp.c: for this leak, and also a test for * tests/coroutine.test: leaks on namespace deletion. * tests/namespace.test: - * library/init.tcl (unknown): [Bug 2824981]: Fix infinite recursion of - ::unknown when [set] is undefined. - 2009-12-30 Donal K. Fellows <dkf@users.sf.net> * library/safe.tcl (AliasSource): [Bug 2923613]: Make the safer |