diff options
author | hobbs <hobbs> | 2003-07-16 22:10:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-16 22:10:37 (GMT) |
commit | 646f05cf2d2b7e09c5c00db4b277d5d32c3f3147 (patch) | |
tree | e5f9d17c00fa255795199340a80110a4549ae94b /ChangeLog | |
parent | 379bdae5c3feed0328500dd805b3e51c06d0383f (diff) | |
download | tcl-646f05cf2d2b7e09c5c00db4b277d5d32c3f3147.zip tcl-646f05cf2d2b7e09c5c00db4b277d5d32c3f3147.tar.gz tcl-646f05cf2d2b7e09c5c00db4b277d5d32c3f3147.tar.bz2 |
* unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found
and word vars from int to long. [Bug 767578] (hgo)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-07-16 Jeff Hobbs <jeffh@ActiveState.com> + * unix/tclUnixNotfy.c (NotifierThreadProc): correct size of found + and word vars from int to long. [Bug 767578] (hgo) + * generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on the * generic/regcustom.h: make line to support UCS-4 mode. No config arg at this time, as it is not the recommended build mode. |