diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-10 09:17:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-10 09:17:01 (GMT) |
commit | c0862c727dbeca43d2aee244d1582595ac28a74b (patch) | |
tree | 8eebc7a27f8abc681d7f0dc4b650f1b1db70385c /ChangeLog | |
parent | ba795792d6185008b4de5f9c0463f26fa2ddab0a (diff) | |
download | tcl-c0862c727dbeca43d2aee244d1582595ac28a74b.zip tcl-c0862c727dbeca43d2aee244d1582595ac28a74b.tar.gz tcl-c0862c727dbeca43d2aee244d1582595ac28a74b.tar.bz2 |
* generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used to
mark parts of Tcl's API as deprecated. Currently only used for fields
of Tcl_Interp, which TIPs 330 and 336 have deprecated with a migration
strategy; we want to encourage people to move away from those fields.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-04-10 Donal K. Fellows <dkf@users.sf.net> + + * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used to + mark parts of Tcl's API as deprecated. Currently only used for fields + of Tcl_Interp, which TIPs 330 and 336 have deprecated with a migration + strategy; we want to encourage people to move away from those fields. + 2012-04-09 Donal K. Fellows <dkf@users.sf.net> * generic/tclOODefineCmds.c (ClassVarsSet, ObjVarsSet): [Bug 3396896]: |