summaryrefslogtreecommitdiff
path: root/modules/lc
AgeCommit message (Collapse)AuthorFilesLines
2011-10-14Fix "nomal" -> "normal" typo in several commentsAlan Coopersmith1-3/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-10-14mbtocs should not truncate inputXue Wei1-3/+0
Fixes pasting more than 1024 bytes into xterm, as described in https://bugs.freedesktop.org/show_bug.cgi?id=25209 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-04-18Replace Xmalloc+bzero pairs with Xcalloc callsAlan Coopersmith2-4/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-02-01lc/def/lcDefConv: Use Xcalloc to avoid use of uninitialized memoryAnder Conselvan de Oliveira2-2/+2
Fixed by zero'ing conv on allocation with Xcalloc. Then close_converter works properly. Using uninitialized value "conv->state" in call to function "close_converter" Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Erkki Seppälä <erkki.seppala@vincit.fi> Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan-de-oliveira@nokia.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-03Remove support for building without XCBJosh Triplett4-4/+0
And there was much rejoicing. Signed-off-by: Josh Triplett <josh@joshtriplett.org> Reviewed-by: Jamey Sharp <jamey@minilop.net> Consensus on #xorg-devel agrees with removing --without-xcb; in particular, acks from Adam Jackson, Daniel Stone, Kristian Høgsberg, Julien Cristau, and Rémi Cardona.
2010-02-19config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon4-4/+8
Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith6-12/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-01Split CFLAGS into CPPFLAGS and CFLAGSJeremy Huddleston4-11/+19
On some build systems, CPPFLAGS is set to "-I/some/prefix/include". If older X11 headers are in /some/prefix/include, they will be preferred over the shipped headers. This corrects that problem.
2009-03-17Remove ifdef checks for macII left over from ancient A/UX 3.0 supportAlan Coopersmith3-3/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade5-30/+0
Only convert to use "ansi prototypes" the functions warned from compilation with "./autogen.sh --prefix=/usr", on a Linux computer. Also, only address "trivial" compiler warning fixes in this commit. The new .gitignore is the output of a command like: % find . -name .gitignore -exec cat {} \; | sort | uniq and only the toplevel .gitignore file was kept.
2008-11-22Added remaining xlib patch required for gb18030 support (#1573).Stefan Dirsch1-3/+11
2008-06-17Strip whitespace from end of lines in source filesAlan Coopersmith4-91/+91
2007-04-06Bug #10475: Fixed lots of char*/const char* mixups.Tilman Sauerbeck1-2/+2
I didn't fix all of them, as that would require touching public headers.
2006-02-19Move .cvsignore to .gitignore.Jamey Sharp5-0/+0
2006-02-19Merge the X11 and BIGREQS package sets: they were used in exactly the same ↵Jamey Sharp4-4/+0
places.
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin1-1/+2
2005-07-15Move i18n modules to top-level so they can be built in the right order ↵Keith Packard4-0/+4
(before xlib for non-loadable, after xlib for loadable). Link i18n modules against xlib to resolve Xlib symbols used by them.
2005-07-13Add missing backslashes to xlocale_la_SOURCESAlan Coopersmith1-2/+2
2005-07-11Ammend AM_CFLAGS with all needed includes; cannot figure out an easy way to ↵Keith Packard4-8/+52
automate this.
2005-07-11Enable loadable i18n modules, making them configurable on the configure ↵Keith Packard10-0/+111
command line. Clean up conditionals for XKB, XCMS, XLOCALEDIR Create new lib directory for locale modules in ${X11_LIBDIR}/locale/lib. Add this to the default XLOCALEDIR search path. Create separate X11_LOCALEDATADIR variable pointing at ${datadir}/X11/locale for installing locale data. Split out xcms, xkb, xlibi18n sources from main xlib bits so they can be conditionally included more easily. Lots of source files have been moved with this step; the result seems like it might be easier to maintain. Display message at end of configure script with selected options. Fix manual building with cpp to add -traditional in cpprules.in. This isn't conditionalized at all, so it will break on systems not using GNU cpp.
2005-05-13- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in ↵XORG-6_8_99_7Søren Sandmann Pedersen6-0/+18
<X11/...> - For Xcomposite and Xdamage, don't link the build system out of the xc tree - Link the public X11 headers into their own directory - Add links to XKeysymDB and XErrorDB - Add links to all the Xlib man pages - Add links to the lcUniConv subdirectory - Conditionally include config.h in Xlib source
2004-08-13Set most significant bit to be a one. (Bug #1024, Kensuke Matsuzaki)Alexander Gottwald2-0/+83
Fix conversion from sjis and euc. (Bug #1024, Toshio Takabe)
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich6-1597/+2300
2003-11-14Initial revisionKaleb Keithley1-0/+61
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley5-0/+7243