diff options
author | welch <welch> | 1998-07-06 22:55:18 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-06 22:55:18 (GMT) |
commit | f43eaabfa3fe16454544ea9a6e0c4393670c6bb0 (patch) | |
tree | 5b3e425422a4bc2896c30bac18998473fc47deae /changes | |
parent | cb117bb057ac6de9a3eb545b643c13a2e71df67f (diff) | |
download | tcl-f43eaabfa3fe16454544ea9a6e0c4393670c6bb0.zip tcl-f43eaabfa3fe16454544ea9a6e0c4393670c6bb0.tar.gz tcl-f43eaabfa3fe16454544ea9a6e0c4393670c6bb0.tar.bz2 |
Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and
parent workspace "/home/welch/ws/tcl8.0.3".
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 |