diff options
author | dkf <dkf@noemail.net> | 2009-12-20 23:26:52 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2009-12-20 23:26:52 (GMT) |
commit | 59a81f9d4b93735d0023ffaf5cf5ea40659f4f2f (patch) | |
tree | 915e3304edf43ff03abc442241da4cf15710f829 /ChangeLog | |
parent | 76d36288753cb09992deb1868e925c4c95d65689 (diff) | |
download | tk-59a81f9d4b93735d0023ffaf5cf5ea40659f4f2f.zip tk-59a81f9d4b93735d0023ffaf5cf5ea40659f4f2f.tar.gz tk-59a81f9d4b93735d0023ffaf5cf5ea40659f4f2f.tar.bz2 |
Apply (a version of) [Patch 2917663] to make [send] work on recent Linux.
FossilOrigin-Name: 97839576dc38d4b02b59a4c42e5dc8c3469d82d3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 18 insertions, 12 deletions
@@ -1,17 +1,23 @@ +2009-12-20 Donal K. Fellows <dkf@users.sf.net> + + * unix/tkUnixSend.c (ServerSecure): [Patch 2917663]: Better support + for server-interpreted access control addreses. + 2009-12-16 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tkListbox.c: Fix gcc warning: ignoring return value of ‘strtol’, - declared with attribute warn_unused_result. - * unix/tkUnixEvent.c: Fix gcc warning: dereferencing pointer ‘xgePtr’ does - break strict-aliasing rules. - * generic/tkInt.decls: CONSTify return values of TkKeysymToString, - * generic/tkBind.c TkFindStateString, TkpGetString, TkpGetChar, - * generic/tkIntDecls.h which are all not supposed to be modified by - * generic/tkUtil.c the caller. In tkUtil.c this gets rid of a - * carbon/tkMacOSXKeyboard.c dangerous type cast. - * macosx/tkMacOSXKeyboard.c - * unix/tkUnixKey.c - * win/tkWinKey.c + * generic/tkListbox.c: Fix gcc warning: ignoring return value of + strtol, declared with attribute + warn_unused_result. + * unix/tkUnixEvent.c: Fix gcc warning: dereferencing pointer xgePtr + does break strict-aliasing rules. + * generic/tkInt.decls: CONSTify return values of TkKeysymToString, + * generic/tkBind.c: TkFindStateString, TkpGetString, TkpGetChar, + * generic/tkIntDecls.h: which are all not supposed to be modified by + * generic/tkUtil.c: the caller. In tkUtil.c this gets rid of a + * carbon/tkMacOSXKeyboard.c: dangerous type cast. + * macosx/tkMacOSXKeyboard.c: + * unix/tkUnixKey.c: + * win/tkWinKey.c: 2009-12-15 Don Porter <dgp@users.sourceforge.net> |