diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-06-24 19:56:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-06-24 19:56:12 (GMT) |
commit | b20771db513c20f371c108101f155a4524fd3e32 (patch) | |
tree | cd0d79fe92f149690056ea39961bbf825d10c7f6 /ChangeLog | |
parent | e7ccc4eafaf9f3a162755aa1d6afccd3fd1eda13 (diff) | |
download | tcl-b20771db513c20f371c108101f155a4524fd3e32.zip tcl-b20771db513c20f371c108101f155a4524fd3e32.tar.gz tcl-b20771db513c20f371c108101f155a4524fd3e32.tar.bz2 |
No more div-by-zero errors. [Bug 759749]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-06-24 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tclHash.c (Tcl_HashStats): Prevented occurrence of + division-by-zero problems. [Bug 759749] + 2003-06-24 Mo DeJong <mdejong@users.sourceforge.net> * unix/tclUnixPort.h: #undef inet_ntoa before |