CVS commit: xsrc/external/mit/libX11/dist/src

2010-05-21 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat May 22 01:24:21 UTC 2010

Modified Files:
xsrc/external/mit/libX11/dist/src/xcms: cmsMath.c
xsrc/external/mit/libX11/dist/src/xlibi18n: XlcDL.c

Log Message:
merge libX11 1.3.3


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/libX11/dist/src/xcms/cmsMath.c
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/libX11/dist/src/xlibi18n/XlcDL.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/libX11/dist/src

2010-06-15 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Wed Jun 16 05:26:43 UTC 2010

Modified Files:
xsrc/external/mit/libX11/dist/src: XlibInt.c

Log Message:
avoid a compile error in libX11 1.3.4.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/external/mit/libX11/dist/src/XlibInt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/libX11/dist/src

2010-11-21 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Mon Nov 22 00:10:49 UTC 2010

Removed Files:
xsrc/external/mit/libX11/dist/src: XKeysymDB

Log Message:
merge libX11 1.3.6


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r0 xsrc/external/mit/libX11/dist/src/XKeysymDB

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/libX11/dist/src

2010-11-27 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sun Nov 28 07:34:34 UTC 2010

Added Files:
xsrc/external/mit/libX11/dist/src: XKeysymDB

Log Message:
and as was foretold in the book of why X sucks, the phoenix has arisen!


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 xsrc/external/mit/libX11/dist/src/XKeysymDB

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/libX11/dist/src

2013-06-25 Thread Thomas Klausner
Module Name:xsrc
Committed By:   wiz
Date:   Tue Jun 25 16:15:16 UTC 2013

Modified Files:
xsrc/external/mit/libX11/dist/src: Font.c

Log Message:
Fix out-of-range comparison.

clang complained:
warning: comparison of constant 768614336404564650 with expression
of type 'CARD32' (aka 'unsigned int') is always true
[-Wtautological-constant-out-of-range-compare]


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 xsrc/external/mit/libX11/dist/src/Font.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/libX11/dist/src

2013-06-25 Thread Thomas Klausner
Module Name:xsrc
Committed By:   wiz
Date:   Tue Jun 25 20:34:20 UTC 2013

Modified Files:
xsrc/external/mit/libX11/dist/src: FontNames.c GetFPath.c ListExt.c
ModMap.c

Log Message:
Decrease comparison range to avoid tautologies.
(int32 is always smaller than int64_max, even if the latter is shifted 2 bits)


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r1.2 xsrc/external/mit/libX11/dist/src/FontNames.c \
xsrc/external/mit/libX11/dist/src/ModMap.c
cvs rdiff -u -r1.1.1.4 -r1.2 xsrc/external/mit/libX11/dist/src/GetFPath.c \
xsrc/external/mit/libX11/dist/src/ListExt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/libX11/dist/src

2014-08-25 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Mon Aug 25 11:48:49 UTC 2014

Modified Files:
xsrc/external/mit/libX11/dist/src: XlibInt.c

Log Message:
don't return after exit.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/libX11/dist/src/XlibInt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/libX11/dist/src

2020-09-15 Thread Nia Alarie
Module Name:xsrc
Committed By:   nia
Date:   Tue Sep 15 14:29:04 UTC 2020

Modified Files:
xsrc/external/mit/libX11/dist/src: CrGlCur.c

Log Message:
Dynamically load an unversioned libXcursor.

The version number is wrong for NetBSD (we have libXcursor.so.2 instead of
libXcursor.so.1) and this makes things fail.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 xsrc/external/mit/libX11/dist/src/CrGlCur.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/libX11/dist/src

2021-05-19 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Wed May 19 08:28:16 UTC 2021

Modified Files:
xsrc/external/mit/libX11/dist/src: SetFPath.c

Log Message:
include  always, not if HAVE_CONFIG_H is set.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 xsrc/external/mit/libX11/dist/src/SetFPath.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/libX11/dist/src

2014-03-30 Thread Thomas Klausner
Module Name:xsrc
Committed By:   wiz
Date:   Sun Mar 30 16:39:42 UTC 2014

Modified Files:
xsrc/external/mit/libX11/dist/src: ModMap.c

Log Message:
Add cast to fix -Wpointer-sign warning with clang.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/libX11/dist/src/ModMap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/libX11/dist/src/xkb

2014-07-13 Thread Joerg Sonnenberger
Module Name:xsrc
Committed By:   joerg
Date:   Sun Jul 13 16:37:45 UTC 2014

Modified Files:
xsrc/external/mit/libX11/dist/src/xkb: XKBMAlloc.c

Log Message:
Fix compare to actually do the right thing.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 \
xsrc/external/mit/libX11/dist/src/xkb/XKBMAlloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.