diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-13 09:13:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-13 09:13:45 (GMT) |
commit | a2021967ac2a744bad321b254028608ca3214096 (patch) | |
tree | 090485a8c7d60570c642e8f662418be3a8175f1d /ChangeLog | |
parent | 9822c32dd02ce8a886cfff9f67ebcf1ff34c0e6c (diff) | |
parent | 3327b4aa93b763a96811e7cf8a580a68650dd607 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |