diff options
author | hobbs <hobbs> | 2010-08-27 00:32:28 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-27 00:32:28 (GMT) |
commit | ed71f62f6d249a1aa1cf0f13c57ae097c2fbe6da (patch) | |
tree | 233efdffa7e7f8782ec5634d73ac0c88d4934c34 /ChangeLog | |
parent | 77f1040bfa885893472f496ec67b4dff85cb1da4 (diff) | |
download | tk-ed71f62f6d249a1aa1cf0f13c57ae097c2fbe6da.zip tk-ed71f62f6d249a1aa1cf0f13c57ae097c2fbe6da.tar.gz tk-ed71f62f6d249a1aa1cf0f13c57ae097c2fbe6da.tar.bz2 |
* generic/tkText.c (DumpLine): s/segPtr->size/currentSize/
throughout, but particularly in if lineChanged block where segPtr
may no longer be valid. [Bug 3053347]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2010-08-26 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/ + throughout, but particularly in if lineChanged block where segPtr + may no longer be valid. [Bug 3053347] + * unix/Makefile.in: add valgrind target * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] |