diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-24 21:48:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-24 21:48:31 (GMT) |
commit | 8357e1bbb6ca9e656801de05df415698640e17bb (patch) | |
tree | 80f2898455066a6fd5b28f87b69ab99fbe377e16 /ChangeLog | |
parent | 5d8ab9672cd4860dc923d1999563e0c97ff1cf13 (diff) | |
download | tcl-8357e1bbb6ca9e656801de05df415698640e17bb.zip tcl-8357e1bbb6ca9e656801de05df415698640e17bb.tar.gz tcl-8357e1bbb6ca9e656801de05df415698640e17bb.tar.bz2 |
Fixed [Bug 959193] which is apparently a word-size issue.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-05-24 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclInterp.c (TclInitLimitSupport): Made limits work on + platforms where sizeof(void*)!=sizeof(int). [Bug 959193] + 2004-05-24 Miguel Sofer <msofer@users.sf.net> * doc/set.n: accurate description of name resolution process, |