libX11: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Nov 22 22:03:30 PST 2013


 configure.ac                        |    1 
 include/X11/Xlocale.h               |   22 
 modules/im/ximcp/imCallbk.c         |    4 
 modules/lc/Makefile.am              |    2 
 modules/lc/xlocale/Makefile.am      |   35 
 modules/lc/xlocale/lcEuc.c          | 1537 ----------------------------------
 modules/lc/xlocale/lcJis.c          |  944 ---------------------
 modules/lc/xlocale/lcSjis.c         | 1612 ------------------------------------
 nls/C/XLC_LOCALE.pre                |    2 
 nls/armscii-8/XLC_LOCALE.pre        |    2 
 nls/georgian-academy/XLC_LOCALE.pre |    2 
 nls/georgian-ps/XLC_LOCALE.pre      |    2 
 nls/ibm-cp1133/XLC_LOCALE.pre       |    2 
 nls/iscii-dev/XLC_LOCALE.pre        |    2 
 nls/isiri-3342/XLC_LOCALE.pre       |    2 
 nls/iso8859-1/XLC_LOCALE.pre        |    2 
 nls/iso8859-10/XLC_LOCALE.pre       |    2 
 nls/iso8859-11/XLC_LOCALE.pre       |    2 
 nls/iso8859-13/XLC_LOCALE.pre       |    2 
 nls/iso8859-14/XLC_LOCALE.pre       |    2 
 nls/iso8859-15/XLC_LOCALE.pre       |    2 
 nls/iso8859-2/XLC_LOCALE.pre        |    2 
 nls/iso8859-3/XLC_LOCALE.pre        |    2 
 nls/iso8859-4/XLC_LOCALE.pre        |    2 
 nls/iso8859-5/XLC_LOCALE.pre        |    2 
 nls/iso8859-6/XLC_LOCALE.pre        |    2 
 nls/iso8859-7/XLC_LOCALE.pre        |    2 
 nls/iso8859-8/XLC_LOCALE.pre        |    2 
 nls/iso8859-9/XLC_LOCALE.pre        |    2 
 nls/iso8859-9e/XLC_LOCALE.pre       |    2 
 nls/ja.JIS/XLC_LOCALE.pre           |    2 
 nls/ja.SJIS/XLC_LOCALE.pre          |    2 
 nls/ja/XLC_LOCALE.pre               |    2 
 nls/ko/XLC_LOCALE.pre               |    2 
 nls/koi8-c/XLC_LOCALE.pre           |    2 
 nls/koi8-r/XLC_LOCALE.pre           |    2 
 nls/koi8-u/XLC_LOCALE.pre           |    2 
 nls/microsoft-cp1251/XLC_LOCALE.pre |    2 
 nls/microsoft-cp1255/XLC_LOCALE.pre |    2 
 nls/microsoft-cp1256/XLC_LOCALE.pre |    2 
 nls/mulelao-1/XLC_LOCALE.pre        |    2 
 nls/nokhchi-1/XLC_LOCALE.pre        |    2 
 nls/tatar-cyr/XLC_LOCALE.pre        |    2 
 nls/th_TH/XLC_LOCALE.pre            |    2 
 nls/tscii-0/XLC_LOCALE.pre          |    2 
 nls/vi_VN.tcvn/XLC_LOCALE.pre       |    2 
 nls/vi_VN.viscii/XLC_LOCALE.pre     |    2 
 nls/zh_CN/XI18N_OBJS                |    1 
 nls/zh_CN/XLC_LOCALE.pre            |    2 
 nls/zh_TW.big5/XLC_LOCALE.pre       |    2 
 nls/zh_TW/XLC_LOCALE.pre            |    2 
 specs/i18n/framework/framework.xml  |    2 
 src/SetLocale.c                     |   51 -
 src/xlibi18n/Makefile.am            |    3 
 src/xlibi18n/XlcPubI.h              |    7 
 src/xlibi18n/Xlcint.h               |   15 
 src/xlibi18n/lcInit.c               |   29 
 57 files changed, 2 insertions(+), 4347 deletions(-)

New commits:
commit 0e45f64766c0557c8e99a979c70ca6f55664dae7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 16 20:21:54 2013 -0800

    Drop X_LOCALE fallback for OS'es without setlocale()
    
    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 at oracle.com>
    Reviewed-by: Adam Jackson <ajax at redhat.com>



More information about the xorg-commit mailing list