summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-04-26 13:32:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-04-26 13:32:27 (GMT)
commitf49dacd43520f86a548ed97f21b8fbd24c016153 (patch)
treebeae9fa3d62ee64084d9bbaa609e5c4c61fde8a5 /ChangeLog
parent645ae6e948ae08dfa895b2c01c79119733011da6 (diff)
downloadtcl-f49dacd43520f86a548ed97f21b8fbd24c016153.zip
tcl-f49dacd43520f86a548ed97f21b8fbd24c016153.tar.gz
tcl-f49dacd43520f86a548ed97f21b8fbd24c016153.tar.bz2
* generic/tclStubInit.c: Add a small amount of gcc-isms (with #ifdef
* generic/tclOOStubInit.c: guards) to ensure that warnings are issued when these files are older than the various *.decls files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 13 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e07a11..e8017cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,25 @@
+2010-04-26 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclStubInit.c: Add a small amount of gcc-isms (with #ifdef
+ * generic/tclOOStubInit.c: guards) to ensure that warnings are issued
+ when these files are older than the various *.decls files.
+
2010-04-25 Miguel Sofer <msofer@users.sf.net>
- * generic/tclBasic.c: add unsupported [yieldm] command.
+ * generic/tclBasic.c: Add unsupported [yieldm] command.
* generic/tclInt.h:
2010-04-24 Miguel Sofer <msofer@users.sf.net>
- * generic/tclBasic.c: modify api of TclSpliceTailcall()
- * generic/tclExecute.c: to fix yieldTo, which had not survived
- * generic/tclInt.h: the latest mods to tailcall. Thanks kbk
- for detecting the problem.
+ * generic/tclBasic.c: Modify api of TclSpliceTailcall() to fix
+ * generic/tclExecute.c: yieldTo, which had not survived the latest
+ * generic/tclInt.h: mods to tailcall. Thanks kbk for detecting
+ the problem.
2010-04-23 Jan Nijtmans <nijtmans@users.sf.net>
- * unix/tclUnixPort.h Fix [Bug #2991415] tclport.h #included before limits.h
+ * unix/tclUnixPort.h: [Bug 2991415]: tclport.h #included before
+ limits.h
2010-04-22 Jan Nijtmans <nijtmans@users.sf.net>