diff options
author | hobbs <hobbs> | 2003-07-16 22:09:47 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-16 22:09:47 (GMT) |
commit | ff41d718087fa54c34bc52d7bb818a6ab93f2471 (patch) | |
tree | 5b0ddec5e0ffadd07784e3f4fe6b333db6e2a2c6 /ChangeLog | |
parent | 81bbc0ba267fefbb15f6d0f7003126b1bf401ffe (diff) | |
download | tcl-ff41d718087fa54c34bc52d7bb818a6ab93f2471.zip tcl-ff41d718087fa54c34bc52d7bb818a6ab93f2471.tar.gz tcl-ff41d718087fa54c34bc52d7bb818a6ab93f2471.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 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +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) + 2003-07-16 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/CrtSlave.3 (Tcl_MakeSafe): Updated documentation to strongly |