summaryrefslogtreecommitdiff
path: root/src/xlibi18n
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Move repeated #ifdef magic to find PATH_MAX into a common headerAlan Coopersmith1-23/+1
2013-01-09Remove unused DECnet ("DNETCONN") code from XlibAlan Coopersmith1-1/+1
2013-01-09Remove unused TLI ("STREAMSCONN") code from XlibAlan Coopersmith1-1/+1
2012-10-29XIM: remove Private and Public macrosYaakov Selkowitz1-5/+2
2012-02-21Provide translation from XK_permille (ad5) to Unicode (U2030)Marko Myllynen1-1/+1
2011-11-09XlcSL.c: convert old-style function definitions to ANSI C89 styleAlan Coopersmith1-4/+2
2011-10-14XIM: Make Xim handle NEED_SYNC_REPLY flagChoe Hwanjin1-24/+16
2011-09-24Use a configure check for seteuidJeremy Huddleston1-1/+1
2011-04-22Delete special case code to append "/sparcv9" to i18n module pathAlan Coopersmith1-40/+0
2011-04-18Convert malloc(strlen()); strcpy() sets to strdupAlan Coopersmith6-53/+25
2011-04-18Replace Xmalloc+bzero pairs with Xcalloc callsAlan Coopersmith5-31/+15
2011-02-01xlibi18n/lcFile: Removed superfluous check for NULL target_dirErkki Seppälä1-4/+2
2011-02-01xlibi18n/lcGeneric: Initialize uninitialized local variableErkki Seppälä1-1/+1
2011-02-01XDefaultOMIF.c: Fix memory leaks in get_font_nameAlan Coopersmith1-8/+2
2010-09-03Sun's copyrights are now owned by OracleAlan Coopersmith9-9/+9
2010-07-07Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2-2/+0
2010-06-03Remove support for building without XCBJosh Triplett1-1/+0
2010-04-23Fix various build warningsJeremy Huddleston1-14/+14
2010-02-19config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon1-1/+2
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith87-130/+0
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith9-127/+299
2010-01-13Allow inclusion of system level compose files.James Cloos1-1/+1
2009-10-01Split CFLAGS into CPPFLAGS and CFLAGSJeremy Huddleston1-2/+4
2009-02-23Incorporate char range comments from Solaris version of ksc5601.hAlan Coopersmith1-6/+6
2009-02-02Check if a function argument is NULL.Paulo Cesar Pereira de Andrade1-1/+4
2009-02-02Don't add prototypes for functions that don't exist.Paulo Cesar Pereira de Andrade2-14/+0
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade9-172/+51
2009-01-13Fix wrong implies symbol.Peter Hutterer1-1/+1
2008-12-07[i18n] Distribute new headers which were added for gb18030 support.vehemens1-0/+2
2008-11-22Added remaining xlib patch required for gb18030 support (#1573).Stefan Dirsch6-2/+13126
2008-11-21[i18n] Provide translation from XK_partialderivative (8ef) to Unicode (U2202)Ken Thomases1-1/+1
2008-06-17Strip whitespace from end of lines in source filesAlan Coopersmith35-224/+224
2008-04-21Xlib warning fixesColin Harrison1-1/+1
2008-03-09nuke RCS IdsMatthieu Herrb1-2/+0
2008-02-24XIM: Fix a hand when switching input context.Søren Sandmann Pedersen1-0/+8
2007-12-03Use __APPLE__ instead of __DARWIN__Jeremy Huddleston1-1/+1
2007-05-17Constified composite text charset table.Tilman Sauerbeck1-4/+4
2007-05-16Constify and clean up token table.Tilman Sauerbeck1-18/+55
2007-05-01Switched function definitions from K&R to ANSI style.Magnus Kessler1-8/+7
2007-04-07Use unistd.h to get getresuid() and friends.Tilman Sauerbeck1-5/+1
2007-04-06Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck3-4/+4
2007-04-05Fix 64bit issues with reallocation.Matthias Hopf1-1/+2
2006-07-24Add support for "make lint" to check code with lint/sparse/etc.Alan Coopersmith1-0/+11
2006-06-29Bug #7349: Missed one of the setuid fixes.Donnie Berkholz1-1/+5
2006-06-20Check setuid() return value.Matthieu Herrb1-1/+5
2006-06-16Bug #3104: Compose table cache for faster X11 application starts.Matthias Hopf1-0/+4
2006-06-16Bug #3104: Compose table cache for faster X11 application starts.Lubos Lunak1-0/+40
2006-06-16Bug #3104: Compose table cache for faster X11 application starts. Part 1: Poi...Matthias Hopf1-11/+28
2006-06-02im: add Braille input method (#6296)Daniel Stone2-0/+5
2006-06-02i18n: separate data and lib directoriesDaniel Stone3-6/+173