aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Drop X_LOCALE fallback for OS'es without setlocale()Alan Coopersmith2016-10-1912-4242/+1
* Bug 68413 - [Bisected]Error in `xterm': realloc(): invalid next sizeAlan Coopersmith2016-10-191-1/+1
* Stop checking for HAVE_DIX_CONFIG_H on the client sideAlan Coopersmith2016-10-194-12/+4
* Rearrange some variable declarations & initializations in XKBAlan Coopersmith2016-10-1912-94/+66
* Reindent XKB code to X.Org standard styleAlan Coopersmith2016-10-1922-8341/+8714
* Fix overflow checks in _XkbReadKeySyms when key_sym_map is already createdAlan Coopersmith2016-10-191-5/+4
* Remove long unused udcInf.cAlan Coopersmith2016-10-191-715/+0
* Remove unnecessary casts of pointers to (char *) in calls to Xfree()Alan Coopersmith2016-10-1959-230/+230
* Don't cast sizeof() results to unsigned when passing to Xmalloc/XcallocAlan Coopersmith2016-10-194-9/+7
* Remove even more casts of return values from Xmalloc/XreallocAlan Coopersmith2016-10-1947-213/+209
* xlibi18n: fix argsize argument to _XlcParsePathAlan Coopersmith2016-10-191-2/+2
* i18n modules: Fix some const cast warningsAlan Coopersmith2016-10-192-3/+3
* xlibi18n: Fix a bunch of const cast warningsAlan Coopersmith2016-10-194-20/+17
* Fix const handling in XSetLocaleModifiersAlan Coopersmith2016-10-191-5/+5
* Constify lc_name argument to _XlcLocaleDirName() & _XlcLocaleLibDirName()Alan Coopersmith2016-10-193-61/+35
* init_om: remove unneeded extra copy of string to local bufferAlan Coopersmith2016-10-191-11/+4
* Delete unused XKB_INSURE_SIZE macro from XKBlibint.hAlan Coopersmith2016-10-191-6/+0
* miRegionOp(): ensure region size is not updated if realloc failsAlan Coopersmith2016-10-191-2/+3
* miRegionCopy(): handle realloc failure betterAlan Coopersmith2016-10-191-8/+9
* Avoid memory leak/corruption if realloc fails in Xregion.h:MEMCHECK macroAlan Coopersmith2016-10-191-3/+4
* Avoid memory leak/corruption if realloc fails in imLcPrs.c:parseline()Alan Coopersmith2016-10-191-10/+25
* lcDB.c: ensure buffer size is updated correctly if realloc failsAlan Coopersmith2016-10-191-2/+3
* Avoid memory leak/corruption if realloc fails in XlcDL.c:resolve_object()Alan Coopersmith2016-10-191-5/+6
* omGeneric.c: convert sprintf calls to snprintfAlan Coopersmith2016-10-191-10/+11
* ximcp/imRm.c: convert sprintf calls to snprintfAlan Coopersmith2016-10-191-14/+30
* xlibi18n: convert sprintf calls to snprintfAlan Coopersmith2016-10-195-57/+51
* lcfile: skip over any null entries in args listAlan Coopersmith2016-10-191-20/+15
* Fix file leak on malloc error in XlcDL.c:resolve_object()Alan Coopersmith2016-10-191-1/+3
* Fix bogus timestamp generated by XIMISHIKAWA,chiaki2016-10-192-0/+21
* XIM: Fix race on focus change: set 'FABRICATED' only when keyev filters in pl...Egbert Eich2016-10-191-1/+3
* omGeneric: remove space between struct name & member nameAlan Coopersmith2016-10-191-1/+1
* XSetModifierMapping: Use Data instead of GetReqExtraAlan Coopersmith2016-10-191-9/+3
* libX11: check size of GetReqExtra after XFlushKees Cook2016-10-192-3/+15
* Tighten out-of-range comparisons.Thomas Klausner2016-10-194-4/+4
* Fix out-of-range comparison in _XF86BigfontQueryFontThomas Klausner2016-10-191-1/+1
* Check for symbol existence with #ifdef, not #ifThomas Klausner2016-10-191-1/+1
* Stop truncating source to destination length if it is larger.Thomas Klausner2016-10-191-28/+0
* Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith2016-10-193-40/+0
* Align files with upstream libX11-1.6.0Ulrich Sibiller2016-10-1942-194/+190
* Tell clang not to report -Wpadded warnings on public headers we can't fixAlan Coopersmith2016-10-194-0/+48
* Zero buffer data in BufAlloc()Adam Jackson2016-10-191-1/+1
* GetProp: Zero-initialized error so its resourceID field is initializedErkki Seppälä2016-10-191-1/+1
* integer overflow in ReadInFile() in Xrm.c [CVE-2013-1981 7/13]Alan Coopersmith2016-10-191-2/+4
* ximcp/imRmAttr: Handle leaking colormap_retErkki Seppälä2016-10-191-1/+3
* Fix status reporting for braille patternsSamuel Thibault2016-10-191-10/+20
* Revert incomplete "Fix status reporting for braille patterns"Ulrich Sibiller2016-10-191-20/+6
* Sun's copyrights are now owned by OracleAlan Coopersmith2016-10-1916-16/+16
* Assume size_t is always available, since it was defined in C89Ulrich Sibiller2016-10-191-8/+2
* rename xf86bigfstr.h to xf86bigfproto.hUlrich Sibiller2016-10-191-1/+1
* cmsMath.c: Add missing stdio header for printf(3) in DEBUG build.Thomas Klausner2016-10-191-0/+4