Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace PRMSG by prmsg | Ulrich Sibiller | 2016-11-02 | 1 | -65/+63 |
| | |||||
* | align license headers with Xorg/xtrans upstream | Ulrich Sibiller | 2016-11-02 | 1 | -3/+1 |
| | |||||
* | Fixed #ifdef checks that were using i386 to use __i386__ | Jeremy Huddleston | 2016-11-02 | 1 | -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 cleanup | Ulrich Sibiller | 2016-11-02 | 1 | -17/+17 |
| | | | | empty lines and trailing whitespace | ||||
* | undef __QNX__ | Ulrich Sibiller | 2016-11-02 | 1 | -3/+3 |
| | |||||
* | undef AIXV3 | Ulrich Sibiller | 2016-11-02 | 1 | -3/+3 |
| | |||||
* | undef hpux | Ulrich Sibiller | 2016-11-02 | 1 | -2/+2 |
| | |||||
* | undef __UNIXOS2__ | Ulrich Sibiller | 2016-11-02 | 1 | -4/+0 |
| | |||||
* | Remove OS2PIPECONN transport | Ulrich Sibiller | 2016-11-02 | 1 | -3/+0 |
| | |||||
* | Remove unused TLI ("STREAMSCONN") code | Ulrich Sibiller | 2016-11-02 | 1 | -5/+0 |
| | |||||
* | remove DECnet support | Ulrich Sibiller | 2016-11-02 | 1 | -21/+1 |
| | | | | just as Xorg upstream did | ||||
* | VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files. | Mike Gabriel | 2016-07-06 | 1 | -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 Gabriel | 2016-07-02 | 1 | -10/+10 |
| | |||||
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 1 | -26/+26 |
| | | | | Fixes ArcticaProject/nx-libs#105 | ||||
* | old-arch cleanup: Drop CRAY support (i.e., drop code related to CRAY, _CRAY, ↵ | Mike Gabriel | 2015-04-16 | 1 | -38/+0 |
| | | | | WORD64, WORD64ALIGN, MUSTCOPY, UNSIGNEDBITFIELDS definitions). | ||||
* | Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1 | Reinhard Tartler | 2011-10-10 | 1 | -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 |