aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib
Commit message (Expand)AuthorAgeFilesLines
...
* replace PRMSG by prmsgUlrich Sibiller2016-11-026-524/+499
* align license headers with Xorg/xtrans upstreamUlrich Sibiller2016-11-027-22/+29
* move helper functions to file endUlrich Sibiller2016-11-021-142/+148
* Fixed #ifdef checks that were using i386 to use __i386__Jeremy Huddleston2016-11-023-11/+11
* whitespace cleanupUlrich Sibiller2016-11-026-107/+108
* Drastically simplify TRANS_OPEN_MAX.Adam Jackson2016-11-022-54/+3
* undef __QNX__Ulrich Sibiller2016-11-022-5/+5
* undef LynxUlrich Sibiller2016-11-024-21/+5
* undef AIXV3Ulrich Sibiller2016-11-022-4/+4
* undef hpuxUlrich Sibiller2016-11-023-91/+4
* undef __UNIXOS2__Ulrich Sibiller2016-11-024-49/+0
* Remove OS2PIPECONN transportUlrich Sibiller2016-11-026-901/+8
* Remove unused TLI ("STREAMSCONN") codeUlrich Sibiller2016-11-026-1446/+10
* remove DECnet supportUlrich Sibiller2016-11-027-764/+16
* remove unused mkks.shUlrich Sibiller2016-11-021-11/+0
* remove unused jump_* files from libX11Ulrich Sibiller2016-11-023-1618/+0
* remove *-def.cppUlrich Sibiller2016-11-021-2011/+0
* libX11/Imakefile: handle libX11 linksUlrich Sibiller2016-11-021-0/+27
* libX11/Imakefile: add missing dependencies on ks_tables.hUlrich Sibiller2016-11-021-0/+3
* Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of...Mike Gabriel2016-10-319-17/+0
* Plug a memory leakEmilio Pozuelo Monfort2016-10-271-0/+2
* LRGB.c: Fix label defined but not usedUlrich Sibiller2016-10-201-3/+0
* Fixes: warning: variable 'req' set but not,usedwalter harms2016-10-2017-18/+18
* fix: warning: pointer targets in passing argument 2 of '_XSend' differ in sig...walter harms2016-10-201-2/+2
* no need to check args for Xfree()walter harms2016-10-201-41/+33
* remove stray externwalter harms2016-10-201-1/+1
* Fix warnings in XlibInt.cUlrich Sibiller2016-10-202-0/+7
* imLcIm.c: Fix unused variablesUlrich Sibiller2016-10-201-3/+4
* Pending.c: Fix compilation warningUlrich Sibiller2016-10-201-2/+2
* Fix libX11 implicit declaration warningsUlrich Sibiller2016-10-201-2/+2
* Drop nx-X11/lib/X11/libX11.elist. Not needed for anything nowadays. Probably ...Mike Gabriel2016-10-201-41/+0
* Validation of server responses in XGetImage()Tobias Stoeckmann2016-10-191-9/+20
* The validation of server responses avoids out of boundary accesses.Tobias Stoeckmann2016-10-193-11/+27
* xcms: use size_t for pointer offsets passed to strncmpAlan Coopersmith2016-10-195-10/+10
* xcms: use unsigned indexes when looping through unsigned valuesAlan Coopersmith2016-10-196-11/+11
* xcms: use size_t for strlen/sizeof values instead of converting to int & backAlan Coopersmith2016-10-192-2/+2
* Xlib.h: Fix macros imitating C functions.Dominik Muth2016-10-191-17/+17
* XKB: fix XkbGetKeyboardByName with Xming serverOlivier Fourdan2016-10-191-1/+5
* lcPubWrap: replace malloc(strlen) + strcpy with strdupAlan Coopersmith2016-10-191-2/+1
* XlcDL.c: reduce code duplicationAlan Coopersmith2016-10-191-12/+10
* XlcDL.c: replace strcpy+strcat sequences with snprintfAlan Coopersmith2016-10-191-6/+8
* XDefaultOMIF: Remove comments referring to ancient Sun bug idsAlan Coopersmith2016-10-191-14/+1
* XDefaultOMIF: additional code simplificationAlan Coopersmith2016-10-191-32/+11
* XDefaultOMIF: replace strlen+Xmalloc+strcpy with strdupAlan Coopersmith2016-10-191-15/+8
* Use strdup instead of Xmalloc+strcpy in _XDefaultOpenIMAlan Coopersmith2016-10-191-2/+1
* Delete #if 0 hunks of codeAlan Coopersmith2016-10-194-152/+0
* Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory error pathsAlan Coopersmith2016-10-191-33/+25
* Bug 93184: read_EncodingInfo invalid freeAlan Coopersmith2016-10-191-3/+4
* Remove unused definition of XCONN_CHECK_FREQAlan Coopersmith2016-10-191-8/+0
* Get rid of some extraneous ; at the end of C source linesAlan Coopersmith2016-10-193-3/+3