summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-09integer overflow in XListFontsWithInfo() [CVE-2013-1981 3/13]Alan Coopersmith1-56/+49
2013-05-09integer overflow in _XF86BigfontQueryFont() [CVE-2013-1981 2/13]Alan Coopersmith1-17/+25
2013-05-09integer overflow in _XQueryFont() on 32-bit platforms [CVE-2013-1981 1/13]Alan Coopersmith1-12/+23
2013-05-09Add _XEatDataWords to discard a given number of 32-bit words of reply dataAlan Coopersmith2-0/+21
2013-05-09Move repeated #ifdef magic to find PATH_MAX into a common headerAlan Coopersmith4-47/+84
2013-05-07Add compose sequences for J́ and j́.Pander1-0/+2
2013-03-16Move big request comment in XOpenDisplay to the right placeAlan Coopersmith1-1/+3
2013-03-09libX11 1.5.99.901 (1.6 RC1)libX11-1.5.99.901Alan Coopersmith1-1/+1
2013-03-08Fix very weird indenting in src/GetFProp.cAlan Coopersmith1-15/+12
2013-03-08XAllocClassHint: Assume calloc sets pointers in allocated memory to NULLAlan Coopersmith1-6/+1
2013-03-08MakeBigReq: don't move the last word, already handled by Data32Karl Tomlinson1-2/+17
2013-03-08nls/Makefile.am: Use LOG_COMPILERQuentin Glidic1-1/+1
2013-03-08nls/Makefile.am: Remove unneeded $(srcdir)Quentin Glidic1-1/+1
2013-03-08Add <X11/Xresource.h> hint to all Xrm* man pagesAlan Coopersmith7-0/+14
2013-03-08_xudc_code_to_glyph: check for NULL pointer *before* writing to it, not afterAlan Coopersmith1-4/+4
2013-03-07dead_double_grave and dead_inverted_breve should only have one underscore.Ken Moffat2-52/+52
2013-03-03Assume size_t is always available, since it was defined in C89Alan Coopersmith1-8/+1
2013-03-03unifdef XKB_IN_SERVERAlan Coopersmith4-50/+0
2013-03-03unifdef CRAY & _CRAYAlan Coopersmith3-15/+0
2013-03-03unifdef WORD64Alan Coopersmith10-390/+4
2013-03-03unifdef MUSTCOPYAlan Coopersmith19-359/+11
2013-02-16Convert more sprintf calls to snprintfAlan Coopersmith4-10/+11
2013-02-16XKeysymToString: move variable declarations to the scope of their usageAlan Coopersmith1-14/+10
2013-02-16Preserve constness in casting arguments through the Data*() routinesAlan Coopersmith7-21/+23
2013-02-16Fix comment typo & confusing indentation levels in Data() macro definitionAlan Coopersmith1-2/+2
2013-02-16XStringToKeysym: preserve constness when casting off unsignedness for strcmpAlan Coopersmith1-1/+1
2013-02-16XRebindKeysym: Drop unnecessary const-removing castAlan Coopersmith1-1/+1
2013-02-15cmsColNm.c: maintain constness of arguments to qsort helper functionAlan Coopersmith1-1/+1
2013-02-15XListFontsWithInfo: avoid accessing realloc'ed memoryNickolai Zeldovich1-6/+7
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson1-1/+0
2013-01-09Remove unused DECnet ("DNETCONN") code from XlibAlan Coopersmith2-4/+1
2013-01-09Remove unused TLI ("STREAMSCONN") code from XlibAlan Coopersmith3-125/+1
2013-01-09Tell clang not to report -Wpadded warnings on public headers we can't fixAlan Coopersmith4-0/+48
2013-01-09Fix config check for loadable modulesJon TURNEY1-1/+1
2013-01-03Install Xcms.txt in $(datadir) rather than $(libdir).Egbert Eich1-1/+1
2013-01-03Don't hard code path to Xcms.txt file.Egbert Eich2-2/+3
2012-12-07Fix build after dropping localesColin Walters1-1/+1
2012-12-06i18n: Uppercased all occurances if 'iso8859' in the full locale name.Egbert Eich1-93/+93
2012-12-06i18n: Remove ja.S90 and ja.U90 locales.Egbert Eich9-331/+0
2012-12-06i18n: Bring locale.dir and compose.dir in sync.Egbert Eich3-17/+87
2012-12-06i18n: Treat 'a3_AZ' as an alias for 'az_AZ'.Egbert Eich3-6/+6
2012-12-05i18n: Fixed typos in full locale names.Egbert Eich1-3/+3
2012-12-03i18n: Remove duplicates and aliases to oneself.Egbert Eich1-1/+18
2012-12-03i18n: Add support for Khmer locale and compose table.Jens Herden6-2/+22
2012-12-03i18n: Add support for Serbian specific compose table entries.Kalman Kemenczy5-6/+142
2012-12-03i18n: Adding and removing comments.Egbert Eich2-1/+2
2012-12-03i18n: Add missing locales which existed in locale.alias.Egbert Eich1-1/+20
2012-11-30i18n: Consolidate compose handling for locales with UTF-8 encoding.Egbert Eich7-6/+14
2012-10-29XIM: remove Private and Public macrosYaakov Selkowitz24-470/+467