This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

no more byte-order independent locale files


Hi,

I just committed changes which removed byte-order independent locale
files.  It was nice and work quite fine with the old implementation
but now the files are simply getting too big to continue support for
this (in case you looked at the files, the LC_CTYPE file for an UTF-8
locale was > 1MB).  I don't know whether anybody ever really used this
but even if, the price which everybody would have to pay was too high.

This was phase one to reduce the size of the files.  The second step
will include avoiding to write out data (mainly for the wide-char data
of LC_CTYPE) which corresponds to that of the builtin locale.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]