diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-12 17:45:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-12 17:45:37 (GMT) |
commit | e0b895874d5fa39f6d4134b407e930b80ee3ecd7 (patch) | |
tree | 08a6b50f74f697e9ebc1f689f06d7318c0aa83a2 /ChangeLog | |
parent | 77d7867fd5b20233f0fa9163bd8a44d2ac274b0e (diff) | |
download | tk-e0b895874d5fa39f6d4134b407e930b80ee3ecd7.zip tk-e0b895874d5fa39f6d4134b407e930b80ee3ecd7.tar.gz tk-e0b895874d5fa39f6d4134b407e930b80ee3ecd7.tar.bz2 |
Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be
using useful casts internally.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2011-03-12 Donal K. Fellows <dkf@users.sf.net> + + Remove casts from uses of ckalloc/ckfree/... now that Tcl declares + them to be using useful casts internally. + 2011-03-12 Jan Nijtmans <nijtmans@users.sf.net> * win/tkWin32Dll.c: Eliminate unneeded _TkFinalize wrapper. @@ -13,7 +18,7 @@ * unix/configure.in: Use a symbol from libXft itself for the link test rather than one from libfreetype, because the latter doesn't work when the linker is called with --as-needed. - + 2011-03-03 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * generic/tkCanvLine.c: [Bug 3175610]: Incomplete refresh of line items. @@ -27,7 +32,7 @@ 2011-01-24 Joe English <jenglish@users.sourceforge.net> - * generic/tkSelect.c: Fix for [Bug #3164879] + * generic/tkSelect.c: Fix for [Bug #3164879]: (memory allocation bug introduced by [Patch #3129527]) 2011-01-22 Joe English <jenglish@users.sourceforge.net> |