diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3512,6 +3512,11 @@ that could lead to a crash. (SS) 6/18/98 (bug fix) The foreach compile proc did not correctly handle non-local variable references. (SS) +6/25/98 (new features) Added name resolution hooks to support [incr Tcl]. +There are new Tcl_*Resolver* APIs to add, query and remove the hooks. +With this changes it should be possible to dynamically load [incr Tcl] +as an extension. (MM) + 6/29/98 (compatibility patch) Changed the signature of Tcl_EvalObj to match that in Tcl 8.1, but added a macro for compatibility with the 2-argument version of the call. This works with gcc but we |