summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorwelch <welch>1998-07-06 22:55:18 (GMT)
committerwelch <welch>1998-07-06 22:55:18 (GMT)
commitf43eaabfa3fe16454544ea9a6e0c4393670c6bb0 (patch)
tree5b3e425422a4bc2896c30bac18998473fc47deae /changes
parentcb117bb057ac6de9a3eb545b643c13a2e71df67f (diff)
downloadtcl-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--changes5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes b/changes
index e94f2db..0e2f8b9 100644
--- a/changes
+++ b/changes
@@ -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