| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | xcms: use size_t for strlen/sizeof values instead of converting to int & back | Alan Coopersmith | 2016-10-19 | 2 | -2/+2 |
* | Xlib.h: Fix macros imitating C functions. | Dominik Muth | 2016-10-19 | 1 | -17/+17 |
* | XKB: fix XkbGetKeyboardByName with Xming server | Olivier Fourdan | 2016-10-19 | 1 | -1/+5 |
* | lcPubWrap: replace malloc(strlen) + strcpy with strdup | Alan Coopersmith | 2016-10-19 | 1 | -2/+1 |
* | XlcDL.c: reduce code duplication | Alan Coopersmith | 2016-10-19 | 1 | -12/+10 |
* | XlcDL.c: replace strcpy+strcat sequences with snprintf | Alan Coopersmith | 2016-10-19 | 1 | -6/+8 |
* | XDefaultOMIF: Remove comments referring to ancient Sun bug ids | Alan Coopersmith | 2016-10-19 | 1 | -14/+1 |
* | XDefaultOMIF: additional code simplification | Alan Coopersmith | 2016-10-19 | 1 | -32/+11 |
* | XDefaultOMIF: replace strlen+Xmalloc+strcpy with strdup | Alan Coopersmith | 2016-10-19 | 1 | -15/+8 |
* | Use strdup instead of Xmalloc+strcpy in _XDefaultOpenIM | Alan Coopersmith | 2016-10-19 | 1 | -2/+1 |
* | Delete #if 0 hunks of code | Alan Coopersmith | 2016-10-19 | 4 | -152/+0 |
* | Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory error paths | Alan Coopersmith | 2016-10-19 | 1 | -33/+25 |
* | Bug 93184: read_EncodingInfo invalid free | Alan Coopersmith | 2016-10-19 | 1 | -3/+4 |
* | Remove unused definition of XCONN_CHECK_FREQ | Alan Coopersmith | 2016-10-19 | 1 | -8/+0 |
* | Get rid of some extraneous ; at the end of C source lines | Alan Coopersmith | 2016-10-19 | 3 | -3/+3 |
* | Do not return() after exit(). | Thomas Klausner | 2016-10-19 | 1 | -2/+2 |
* | Add missing NULL checks to ICWrap | Ross Burton | 2016-10-19 | 1 | -6/+9 |
* | Replace Xmalloc+memset pairs with Xcalloc calls | Alan Coopersmith | 2016-10-19 | 3 | -19/+10 |
* | omGeneric.c: Correct the parameter usage of sizeof | Bhavi Dhingra | 2016-10-19 | 1 | -1/+1 |
* | Fix three "use of uninitialized variable" coverity warnings | Peter Hutterer | 2016-10-19 | 3 | -3/+3 |
* | Fix potential memory leak | Peter Hutterer | 2016-10-19 | 1 | -2/+2 |
* | compose: fix the description of modifiers in compose sequences | Ran Benita | 2016-10-19 | 1 | -2/+3 |
* | Use C99 named initializers to fill in events passed to XSendEvent | Alan Coopersmith | 2016-10-19 | 3 | -38/+47 |
* | Fix validation of ctrls parameter to XkbGetPerClientControls() | Alan Coopersmith | 2016-10-19 | 1 | -7/+4 |
* | Fix map->num_types check in XkbAddKeyType() | Alan Coopersmith | 2016-10-19 | 1 | -1/+1 |
* | lcDefConv.c: fix use before check | walter harms | 2016-10-19 | 1 | -11/+27 |
* | rm redundant null checks | walter harms | 2016-10-19 | 7 | -70/+52 |
* | libX11: rm redundante NULL checks | walter harms | 2016-10-19 | 9 | -65/+44 |
* | Remove more redundant null checks before Xfree() | walter harms | 2016-10-19 | 11 | -163/+102 |
* | Remove redundant null checks before free | walter harms | 2016-10-19 | 21 | -86/+73 |
* | libX11/lcUTF8.c fix: dereferenced before check | walter harms | 2016-10-19 | 1 | -1/+3 |
* | libX11/XKBNames.c fix: dereferenced before check | walter harms | 2016-10-19 | 1 | -2/+7 |
* | libX11/lcGenConv.c fix: dereferenced before check | walter harms | 2016-10-19 | 1 | -5/+14 |
* | Fix XNextRequest() after direct usage of XCB | Owen W. Taylor | 2016-10-19 | 1 | -0/+21 |
* | Remove dead USE_OWN_COMPOSE-protected code | Ran Benita | 2016-10-19 | 2 | -174/+0 |
* | Fix typos in Xrm.c comments | Alan Coopersmith | 2016-10-19 | 1 | -2/+2 |
* | _XkbReadGeomOverlay: check for NULL first, then use pointer | Alan Coopersmith | 2016-10-19 | 1 | -1/+1 |
* | XkbSelectEventDetails: remove unnecessary assignments | Alan Coopersmith | 2016-10-19 | 1 | -3/+0 |
* | Don't try so hard to find a matching font with the given encoding | Jon TURNEY | 2016-10-19 | 1 | -1/+1 |
* | unifdef -UISC | Alan Coopersmith | 2016-10-19 | 2 | -27/+0 |
* | Drop X_LOCALE fallback for OS'es without setlocale() | Alan Coopersmith | 2016-10-19 | 12 | -4242/+1 |
* | Bug 68413 - [Bisected]Error in `xterm': realloc(): invalid next size | Alan Coopersmith | 2016-10-19 | 1 | -1/+1 |
* | Stop checking for HAVE_DIX_CONFIG_H on the client side | Alan Coopersmith | 2016-10-19 | 4 | -12/+4 |
* | Rearrange some variable declarations & initializations in XKB | Alan Coopersmith | 2016-10-19 | 12 | -94/+66 |
* | Reindent XKB code to X.Org standard style | Alan Coopersmith | 2016-10-19 | 22 | -8341/+8714 |
* | Fix overflow checks in _XkbReadKeySyms when key_sym_map is already created | Alan Coopersmith | 2016-10-19 | 1 | -5/+4 |
* | Remove long unused udcInf.c | Alan Coopersmith | 2016-10-19 | 1 | -715/+0 |
* | Remove unnecessary casts of pointers to (char *) in calls to Xfree() | Alan Coopersmith | 2016-10-19 | 59 | -230/+230 |
* | Don't cast sizeof() results to unsigned when passing to Xmalloc/Xcalloc | Alan Coopersmith | 2016-10-19 | 4 | -9/+7 |
* | Remove even more casts of return values from Xmalloc/Xrealloc | Alan Coopersmith | 2016-10-19 | 47 | -213/+209 |