diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-20 23:26:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-20 23:26:53 (GMT) |
commit | fedcfc853595da4ca58ce54cff19df611a48b9be (patch) | |
tree | 915e3304edf43ff03abc442241da4cf15710f829 /ChangeLog | |
parent | 5a94ed5e36c396971c0dc7a1c193c734c799233c (diff) | |
download | tk-fedcfc853595da4ca58ce54cff19df611a48b9be.zip tk-fedcfc853595da4ca58ce54cff19df611a48b9be.tar.gz tk-fedcfc853595da4ca58ce54cff19df611a48b9be.tar.bz2 |
Apply (a version of) [Patch 2917663] to make [send] work on recent Linux.
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> |