diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-16 13:13:11 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-16 13:13:11 (GMT) |
commit | 8dad1b8281811bab0d71588b3c59a7fa1d163642 (patch) | |
tree | fa60ba1a0c33fd214cda7a1313d82633c445d112 /ChangeLog | |
parent | 616ed3e2c84e9d0ece967a597357eb509fffccbd (diff) | |
download | tcl-8dad1b8281811bab0d71588b3c59a7fa1d163642.zip tcl-8dad1b8281811bab0d71588b3c59a7fa1d163642.tar.gz tcl-8dad1b8281811bab0d71588b3c59a7fa1d163642.tar.bz2 |
[Bug 3408830]: Use the _right_ fix for [Bug 3400658]!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,5 +1,9 @@ 2011-09-16 Donal K. Fellows <dkf@users.sf.net> + * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]: + Ensemble-like rewriting of error messages is complex, and TclOO (in + combination with iTcl) hits the most tricky cases. + * library/http/http.tcl (http::geturl): [Bug 3391977]: Ensure that the -headers option overrides the -type option (important because -type has a default that is not always appropriate, and the header must not @@ -33,12 +37,6 @@ Thread package use in socket_*-13.1. Eliminates a memory leak in `make valgrind`. -2011-09-10 Donal K. Fellows <dkf@users.sf.net> - - * generic/tclOOMethod.c (InitEnsembleRewrite): [Bug 3400658]: Set the - ensemble-like rewriting up correctly for forwarded methods so that - computed error messages are correct. - 2011-09-09 Don Porter <dgp@users.sourceforge.net> * tests/chanio.test: [Bug 3389733]: Convert [testthread] use to |