diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-13 09:04:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-13 09:04:10 (GMT) |
commit | 7d3155c6e360cfbc4c9d6e98244622435eb470b9 (patch) | |
tree | b684c43b1d94cdaf05c453fe517357da3419cd3c /ChangeLog | |
parent | 82fe6fab55558e3307c2975a376549081b8d8b8a (diff) | |
download | tcl-7d3155c6e360cfbc4c9d6e98244622435eb470b9.zip tcl-7d3155c6e360cfbc4c9d6e98244622435eb470b9.tar.gz tcl-7d3155c6e360cfbc4c9d6e98244622435eb470b9.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-09 Jan Nijtmans <nijtmans@users.sf.net> * library/http/http.tcl: [Bug 3599395]: http assumes status line |