libX11: Changes to 'master'

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Mon Feb 2 11:09:55 PST 2009


 include/X11/cursorfont.h |    5 +++++
 src/XlibInt.c            |    2 +-
 src/xlibi18n/XimTrans.h  |    6 ------
 src/xlibi18n/Ximint.h    |    8 --------
 src/xlibi18n/lcFile.c    |    5 ++++-
 5 files changed, 10 insertions(+), 16 deletions(-)

New commits:
commit f682c27e93512773122887d2cbabb1657af45d2e
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Mon Feb 2 16:36:39 2009 -0200

    Check if a function argument is NULL.
    
      This was an addition to patch (also by me)
    https://bugs.freedesktop.org/attachment.cgi?id=14660
    that was not added when rediscovering/correcting the problem.

commit 427e9d45d424b84efd9fc499aebf8d72392844c5
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Thu Feb 28 15:58:12 2008 -0300

    Allow multiple inclusions of cursorfont.h, cosmetic patch.

commit b91524a53e691f6a5d278fd8972b48a14ebeedeb
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Thu Feb 28 15:54:43 2008 -0300

    Don't add prototypes for functions that don't exist.
    
    Note that a full review was not done, only for functions that receive
    char/short arguments, or one of it's parameters is a function pointer
    that requires char/short arguments.

commit 537eb52fe266ac439c4b383bb04a70017b709911
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Thu Feb 28 15:50:27 2008 -0300

    WORD64 compile fix. This bug catched on a overview of the code.
    
    The code is wrong since the first git revision, so it seens that it has
    not been compiled with WORD64 for quite some time, there is also another
    interesting code in xkb/XKBRdBuf.c:
      <hash>ifdef WORD64
      _XkbWriteCopyData32 Not Implemented Yet for sizeof(int)==8
      <hash>endif
    and possibly there are other similar problems.



More information about the xorg-commit mailing list