diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-03-13 11:18:48 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-03-13 11:18:48 (GMT) |
commit | 9749bcf454c6b66a309171a6b096169d54197534 (patch) | |
tree | c2ec2066196e03900ca3937737b8e0f63507e2be /ChangeLog | |
parent | cc54e8b692fee89c6fd62359d605a21434c1ab25 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |