diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-11-18 10:10:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-11-18 10:10:13 (GMT) |
commit | 80eca273f4b974b66e91dade8b680590398338c4 (patch) | |
tree | 92b725018bf43c0ac6de105fb02c58176397a8e3 /ChangeLog | |
parent | 4e232e3df1b018c1bf239180c52fec83d279362d (diff) | |
download | tcl-80eca273f4b974b66e91dade8b680590398338c4.zip tcl-80eca273f4b974b66e91dade8b680590398338c4.tar.gz tcl-80eca273f4b974b66e91dade8b680590398338c4.tar.bz2 |
* tests/oo.test: [Bug 3111059]: Added testing that neatly trapped this
issue.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 15 insertions, 10 deletions
@@ -1,26 +1,31 @@ +2010-11-18 Donal K. Fellows <dkf@users.sf.net> + + * tests/oo.test: [Bug 3111059]: Added testing that neatly trapped this + issue. + 2010-11-18 Miguel Sofer <msofer@users.sf.net> - * generic/tclNamesp.c: fix leak due to bad looping construct, - [Bug 3111059] + * generic/tclNamesp.c: [Bug 3111059]: Fix leak due to bad looping + construct. 2010-11-17 Jan Nijtmans <nijtmans@users.sf.net> - * win/tcl.m4: [FRQ 491789]: "setargv() doesn't support a - unicode cmdline" now implemented for mingw-w64 + * win/tcl.m4: [FRQ 491789]: "setargv() doesn't support a unicode + cmdline" now implemented for mingw-w64 * win/configure (re-generated) 2010-11-16 Jan Nijtmans <nijtmans@users.sf.net> - * win/tclAppInit.c Bring compilation under mingw-w64 a bit closer - * win/cat.c to reality. See for what's missing: - * win/tcl.m4 <https://sourceforge.net/apps/trac/mingw-w64/wiki/Unicode%20apps> - * win/configure (re-generated) - * win/tclWinPort.h [Bug #3110161]: Extensions using TCHAR don't compile + * win/tclAppInit.c:Bring compilation under mingw-w64 a bit closer + * win/cat.c: to reality. See for what's missing: + * win/tcl.m4: <https://sourceforge.net/apps/trac/mingw-w64/wiki/Unicode%20apps> + * win/configure: (re-generated) + * win/tclWinPort.h:[Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 2010-11-15 Andreas Kupries <andreask@activestate.com> - * doc/interp.n: [3081184] TIP #378. + * doc/interp.n: [Bug 3081184]: TIP #378. * doc/tclvars.n: Performance fix for TIP #280. * generic/tclBasic.c: * generic/tclExecute.c: |