summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorwelch <welch>1998-07-20 16:52:10 (GMT)
committerwelch <welch>1998-07-20 16:52:10 (GMT)
commit2ba4eccab73903b4ec5105c3d3927a13d20a0dac (patch)
tree0d49a158716e0ee81d841addfe4ccca1078d4f05 /changes
parentbe9f877c186f5e653c963118d687ebb452f4bd92 (diff)
downloadtcl-2ba4eccab73903b4ec5105c3d3927a13d20a0dac.zip
tcl-2ba4eccab73903b4ec5105c3d3927a13d20a0dac.tar.gz
tcl-2ba4eccab73903b4ec5105c3d3927a13d20a0dac.tar.bz2
*** empty log message ***
Diffstat (limited to 'changes')
-rw-r--r--changes9
1 files changed, 0 insertions, 9 deletions
diff --git a/changes b/changes
index 0e2f8b9..8782b51 100644
--- a/changes
+++ b/changes
@@ -3517,15 +3517,6 @@ 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
-don't know how other compilers will handle it, so
-*** POTENTIAL INCOMPATIBILITY ***
-The goal of this patch is that simple extensions compiled against
-Tcl 8.0.3 will also work with Tcl 8.1.
-Contributed by Jan Nijtmans (JN)
-
7/1/97 (bug fix) The commands "info args, body, default, procs" did
not correctly handle imported procedures. (RJ)