diff options
author | dgp <dgp@users.sourceforge.net> | 2004-10-19 21:59:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-10-19 21:59:31 (GMT) |
commit | 279edeb409045869695bb787e0e586cf8d1a62b2 (patch) | |
tree | a7233c1ea758a3069cb36c2778eb9fbc6e60f366 | |
parent | ff2e42113f72c49be25be40042c28571c3a97c30 (diff) | |
download | tcl-279edeb409045869695bb787e0e586cf8d1a62b2.zip tcl-279edeb409045869695bb787e0e586cf8d1a62b2.tar.gz tcl-279edeb409045869695bb787e0e586cf8d1a62b2.tar.bz2 |
Added Itcl acknowledgment.
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ TclRestoreInterpState, and TclDiscardInterpState are superior replacements for Tcl_(Save|Restore|Discard)Result. Intent is that these routines will be converted to public routines after TIP approval. + Interfaces for these routines were shamelessly stolen from Itcl. * generic/tclBasic.c (TclEvalObjvInternal): * generic/tclDictObj.c (DictUpdateCmd, DictWithCmd): |