summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 15 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index f32e04a..63ca8a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: