diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-08-14 10:01:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-08-14 10:01:06 (GMT) |
commit | ef64babb61a918650674c395526ecc89ba85c709 (patch) | |
tree | ab785ee4f077329bed5f8e198165b78c7c6bac0a /ChangeLog | |
parent | be60925512e642d383cdd2af3ba6e46493ddd54e (diff) | |
download | tcl-ef64babb61a918650674c395526ecc89ba85c709.zip tcl-ef64babb61a918650674c395526ecc89ba85c709.tar.gz tcl-ef64babb61a918650674c395526ecc89ba85c709.tar.bz2 |
Added missing braces to validation code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-08-14 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * library/clock.tcl (::tcl::clock::add): Added missing braces to + clockval validation code. Pointed out on comp.lang.tcl. + 2006-08-11 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * generic/tclNamesp.c: Improvements in buffer management to make |