summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-13 09:13:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-13 09:13:45 (GMT)
commita2021967ac2a744bad321b254028608ca3214096 (patch)
tree090485a8c7d60570c642e8f662418be3a8175f1d /ChangeLog
parent9822c32dd02ce8a886cfff9f67ebcf1ff34c0e6c (diff)
parent3327b4aa93b763a96811e7cf8a580a68650dd607 (diff)
downloadtcl-a2021967ac2a744bad321b254028608ca3214096.zip
tcl-a2021967ac2a744bad321b254028608ca3214096.tar.gz
tcl-a2021967ac2a744bad321b254028608ca3214096.tar.bz2
If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are taken from the public stub table, even if the inclusion is through tclInt.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5db7896..9cfa769 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-13 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclIntDecls.h: If TCL_NO_DEPRECATED is defined, make
+ sure that TIP #139 functions all are taken from the public stub
+ table, even if the inclusion is through tclInt.h.
+
2013-01-12 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclInt.decls: Put back TclBackgroundException in