summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-03-13 11:18:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-03-13 11:18:48 (GMT)
commit9749bcf454c6b66a309171a6b096169d54197534 (patch)
treec2ec2066196e03900ca3937737b8e0f63507e2be /ChangeLog
parentcc54e8b692fee89c6fd62359d605a21434c1ab25 (diff)
downloadtcl-9749bcf454c6b66a309171a6b096169d54197534.zip
tcl-9749bcf454c6b66a309171a6b096169d54197534.tar.gz
tcl-9749bcf454c6b66a309171a6b096169d54197534.tar.bz2
Made [unset] command behave as documented when no arguments present.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 494f606..6d441ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-03-13 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * generic/tclVar.c (Tcl_UnsetObjCmd): Made command behave as
+ documented [issue remaining from bug #405769]
+
* generic/tclCmdMZ.c (Tcl_StringObjCmd): A missing
{return TCL_OK;} was causing memory corruption. [Bug #408002]