summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-05-12 17:35:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-05-12 17:35:42 (GMT)
commit4d371261ae296c76cb1784f1c9a183b24bd3840f (patch)
tree0d878d18b99310c87e99ef341f20a9c5e10dd9af /ChangeLog
parent88277cfbf1cceab46833ba93902ebb9fe1da8133 (diff)
downloadtcl-4d371261ae296c76cb1784f1c9a183b24bd3840f.zip
tcl-4d371261ae296c76cb1784f1c9a183b24bd3840f.tar.gz
tcl-4d371261ae296c76cb1784f1c9a183b24bd3840f.tar.bz2
* doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77051a2..907edf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-12 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622].
+
2003-05-12 Miguel Sofer <msofer@users.sf.net>
* generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,