summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1998-07-01 18:52:57 (GMT)
committerrjohnson <rjohnson>1998-07-01 18:52:57 (GMT)
commit43a575cb60322a2ae136dfc2be6167f5d66b7390 (patch)
treedb6e89a1f726a317173f020eaa06fec8da8723c5
parent38a602fd9e55eb27860fa611014f0f088a643e5b (diff)
downloadtcl-43a575cb60322a2ae136dfc2be6167f5d66b7390.zip
tcl-43a575cb60322a2ae136dfc2be6167f5d66b7390.tar.gz
tcl-43a575cb60322a2ae136dfc2be6167f5d66b7390.tar.bz2
*** empty log message ***
-rw-r--r--changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes b/changes
index e43b6b6..e36d0b7 100644
--- a/changes
+++ b/changes
@@ -3520,3 +3520,6 @@ don't know how other compilers will handle it, so
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)