summaryrefslogtreecommitdiff
path: root/nls/iso8859-1
AgeCommit message (Collapse)AuthorFilesLines
2013-11-22Drop X_LOCALE fallback for OS'es without setlocale()Alan Coopersmith1-2/+0
C89 or bust! This was documented as being needed for "only Lynx, Linux-libc5, OS/2" and has never been enabled in modular builds, since none of those platforms have had anyone step up to add support since the X11R7 conversion to autotools. Mostly performed with unifdef -UX_LOCALE, followed by removal of files left without any purpose, and manual cleanup of remaining references. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
2013-07-08Use newer callback-based API for XIM.Thomas Klausner1-1/+1
Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs). This patch updates the files to match the other nls/ files. Patch from Ian D. Leroux <idleroux@fastmail.fm> on pkgsrc-users@NetBSD.org following a hint by Nhat Minh Lê <nhat.minh.le@gmail.com>. Reviewed-by: James Cloos <cloos@jhcloos.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-10-04[nls] Fix typo/synco.James Cloos1-1/+1
The iso8859-1 Compose table includes an optional section which uses Ctrl<T> as a substitute for <Multi_key>. In that section the sequence to generate an @ (at) either was incorrectly copied from the Multi_key section or was not kept in sync with the Multi_key section. Fixing this eliminates the warning from compose-check.pl: ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ┃ Clash with existing sequence in iso8859-1/Compose.pre ┃ on line 661: Ctrl<T> <A> <A> ┃ line #661: Ctrl<T> <A> <A> : "\305" Aring ┃ line #480: Ctrl<T> <A> <A> : "@" at ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Signed-off-by: James Cloos <cloos@jhcloos.com>
2010-09-21Make locale data build non-recursive / parallelizableAlan Coopersmith1-3/+0
On a 4 core CPU with gmake -j 16 the nls subdir builds in half the time, plus this simplifies the next set of changes. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: James Cloos <cloos@jhcloos.com> Tested-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith2-3/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-08Revert "Change masculine to ordmasculine in Compose file comments"Alan Coopersmith1-8/+8
This reverts commit 892b401d5acc055803a20e349ede0d64490f2230. As Julien Cristau correctly points out, I misread the Compose file grammar in modules/im/ximcp/imLcPrs.c, and those are keysyms, not comments, and the keysym is named XK_masculine in keysymdef.h. This change is thus a bug in the Solaris compose tables to be fixed, not an improvement to bring upstream.
2009-04-06Change masculine to ordmasculine in Compose file commentsAlan Coopersmith1-8/+8
Matches the ordfeminine name used for the matching character, and the ordmasculine name used in many font descriptions of the glyph. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-28Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade1-4/+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-07-17Add more <Multi_key> <cedilla> Compose tuplesJames Cloos1-0/+4
The last commit missed the el_GR UTF-8 Compose.pre as well as the various ISO 8859 locales which have compose sequences generating ‘WITH CEDILLA’ characters. (Interestingly, some of the 8859 locales already supported <Multi_key> <cedilla> for some CEDILLA characters, but not for Ç or ç.) This is further work on bug 10397.
2006-02-19Move .cvsignore to .gitignore.Jamey Sharp1-0/+0
2005-09-01Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install ↵Kristian Høgsberg1-1/+1
destination can be overridden at make install time.
2005-07-11Enable loadable i18n modules, making them configurable on the configure ↵Keith Packard1-1/+1
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-07-09- Since all but one line of all the nls/*/Makefile.am files are identical, ↵Alan Coopersmith1-13/+1
move common bits to nls/localerules.in for easier updating and use automake includes to include in all the nls/*/Makefile.am files - Don't assume $(CPP) can take gcc-only -traditional flag - CPP process man pages as is done in the monolithic tree
2005-07-08Create and install XlibConf.h to provide external users of Xlibint.h the ↵Keith Packard1-0/+4
defines necessary to correctly use the library. Xlibint.h should #include this new file. Add a bunch of .cvsignore files
2005-07-03Avoid a gmake-specific construct, and instead just write the name of the ↵Eric Anholt1-1/+1
current directory into each Makefile.am.
2005-07-01Fix objdir != srcdir, as well as make distcheck.Daniel Stone1-3/+3
Don't attempt to create Compose.pre files; formatting fixes. Added if not already present.
2005-06-09Use $(srcdir) for Compose.pre and XLC_LOCALE.preAlexander Gottwald1-5/+2
2005-05-28Don't use $< in explicit rules. This only works with GNU make. ↵Matthieu Herrb1-2/+2
<https://bugs.freedesktop.org/show_bug.cgi?id=3383>
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 Pedersen1-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-04-23Merging XORG-CURRENT into trunkEgbert Eich1-28/+59
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley3-0/+890