diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-31 20:18:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-31 20:18:43 (GMT) |
commit | c2fed0e61c584f3a6d54a0c4479d43d8982505db (patch) | |
tree | a8229d10ddb9f4dd384a8b4244f16f718f6ecf07 /ChangeLog | |
parent | fa6b7f2da5eb55b89dee6899b3421c3490bed77c (diff) | |
download | tcl-c2fed0e61c584f3a6d54a0c4479d43d8982505db.zip tcl-c2fed0e61c584f3a6d54a0c4479d43d8982505db.tar.gz tcl-c2fed0e61c584f3a6d54a0c4479d43d8982505db.tar.bz2 |
[Bug 2889593]: Make [expr round()] give the right error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,9 +1,14 @@ +2009-10-31 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclBasic.c (ExprRoundFunc): [Bug 2889593]: Correctly report + the expected number of arguments when generating an error for round(). + 2009-10-30 Pat Thoyts <patthoyts@users.sourceforge.net> - * tests/tcltest.test: When creating the notwritabledir we deny - the current user access to delete the file. We must grant this - right when we cleanup. Required on Windows 7 when the user does - not automatically have administrator rights. + * tests/tcltest.test: When creating the notwritabledir we deny the + current user access to delete the file. We must grant this right when + we cleanup. Required on Windows 7 when the user does not automatically + have administrator rights. 2009-10-29 Don Porter <dgp@users.sourceforge.net> |