diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-16 21:34:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-07-16 21:34:24 (GMT) |
commit | b37075f5ec3bb37ef448c26ac7be3f1ff4eb15ca (patch) | |
tree | dedf4db8228d031004a8e7e4cb7d38bf43fc1962 /ChangeLog | |
parent | de6aa74101b91995aba9134c5093a6899d4da019 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |