summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-07-16 21:34:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-07-16 21:34:24 (GMT)
commitb37075f5ec3bb37ef448c26ac7be3f1ff4eb15ca (patch)
treededf4db8228d031004a8e7e4cb7d38bf43fc1962 /ChangeLog
parentde6aa74101b91995aba9134c5093a6899d4da019 (diff)
downloadtcl-b37075f5ec3bb37ef448c26ac7be3f1ff4eb15ca.zip
tcl-b37075f5ec3bb37ef448c26ac7be3f1ff4eb15ca.tar.gz
tcl-b37075f5ec3bb37ef448c26ac7be3f1ff4eb15ca.tar.bz2
Tcl_MakeSafe is a nasty function; document it as such. [Bug 655300]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c680467..72cfca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-16 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * doc/CrtSlave.3 (Tcl_MakeSafe): Updated documentation to strongly
+ discourage use. IMHO code outside the core that uses this
+ function is a bug... [Bug 655300]
+
2003-07-16 Don Porter <dgp@users.sourceforge.net>
* generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840]