aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/xtrans/Xtrans.c
Commit message (Collapse)AuthorAgeFilesLines
* drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386).Mike Gabriel2017-02-081-1/+1
| | | | Fixes ArcticaProject/nx-libs#274.
* xtrans: Fix compile warningUlrich Sibiller2016-11-021-2/+2
| | | | warning: format ‘%p’ expects argument of type ‘void *’
* Whitespace fixesUlrich Sibiller2016-11-021-1/+1
|
* Xtrans: update to Xorg/xtrans upstream (1.3.5+)Ulrich Sibiller2016-11-021-61/+248
| | | | | | | | | | | | | | | This lifts xtrans to the state of this commit: commit 560d7550e23e9b14056b4a9b2569c2f256015f8a Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Date: Sat Sep 10 22:09:51 2016 -0700 Update strlcpy macro check to also check HAVE_STRLCPY xorg-server moved from HAS_STRLCPY to HAVE_STRLCPY in 2011 cf-xserver: d829a7c5cb42c979b58f3547136df5b05d906423 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
* Remove __UNIXOS2__ referencesUlrich Sibiller2016-11-021-4/+4
|
* remove CLTS codeAdam Jackson2016-11-021-145/+0
| | | | | | | | | | Remove CLTS code Never been used, as far as I can tell. Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com> Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
* replace PRMSG by prmsgUlrich Sibiller2016-11-021-65/+63
|
* align license headers with Xorg/xtrans upstreamUlrich Sibiller2016-11-021-3/+1
|
* Fixed #ifdef checks that were using i386 to use __i386__Jeremy Huddleston2016-11-021-4/+4
| | | | | | | | | | | | | | | | | """ It's simply obsolete, sloppy, compiler namespace pollution. The compiler is not allowed to predefine symbols that might conflict with ordinary identifiers. For backwards compatibility gcc currently predefines i386 when compiling for x86 32-bit (but not 64-bit), but that will go away. It is also not defined if you specify -ansi when invoking the compiler, because then it is seriously standards compliant. Other compilers shouldn't define it either. Correct code shouldn't rely on it being defined. However __i386__ is safe and proper. """ Backported-to-NX-by: Ulrich Sibiller <uli42@gmx.de>
* whitespace cleanupUlrich Sibiller2016-11-021-17/+17
| | | | empty lines and trailing whitespace
* undef __QNX__Ulrich Sibiller2016-11-021-3/+3
|
* undef AIXV3Ulrich Sibiller2016-11-021-3/+3
|
* undef hpuxUlrich Sibiller2016-11-021-2/+2
|
* undef __UNIXOS2__Ulrich Sibiller2016-11-021-4/+0
|
* Remove OS2PIPECONN transportUlrich Sibiller2016-11-021-3/+0
|
* Remove unused TLI ("STREAMSCONN") codeUlrich Sibiller2016-11-021-5/+0
|
* remove DECnet supportUlrich Sibiller2016-11-021-21/+1
| | | | just as Xorg upstream did
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-061-3/+0
| | | | | This has already been started while replacing copyright info in file headers and has now been completed with this commit.
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-021-10/+10
|
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-021-26/+26
| | | | Fixes ArcticaProject/nx-libs#105
* old-arch cleanup: Drop CRAY support (i.e., drop code related to CRAY, _CRAY, ↵Mike Gabriel2015-04-161-38/+0
| | | | WORD64, WORD64ALIGN, MUSTCOPY, UNSIGNEDBITFIELDS definitions).
* Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1Reinhard Tartler2011-10-101-0/+1402
Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository