diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2001-03-06 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclVar.c (Tcl_UnsetObjCmd): Rewrote argument parser to + avoid a read off the end of the argument array that could occur + when executing something like [unset -nocomplain] was executed. + Improved the error message given when too few arguments are given + (-nocomplain should obviously be *before* --, not after it) and + also modified the test suite to take account of that and the + documentation to use the same improvement. + 2001-03-02 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tclExecute.c (TclExecuteByteCode): Fixed bug that could |