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 | ac11a249f5f3b0953155d8b03999874e772bad05 (patch) | |
tree | 090485a8c7d60570c642e8f662418be3a8175f1d /ChangeLog | |
parent | 84b9c7728c8f168edce68d529ddac68a5056e766 (diff) | |
parent | 7d3155c6e360cfbc4c9d6e98244622435eb470b9 (diff) | |
download | tcl-ac11a249f5f3b0953155d8b03999874e772bad05.zip tcl-ac11a249f5f3b0953155d8b03999874e772bad05.tar.gz tcl-ac11a249f5f3b0953155d8b03999874e772bad05.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 |