Enable the endianness test.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 8 Aug 2005 19:50:38 +0000 (19:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 Aug 2005 19:50:38 +0000 (19:50 +0000)
commit717f3d4abbe99467f07b05462d7651b08e69dd20
tree3b81ed49b4bd4e0f01fe98d9f3d996e49c8ccc2b
parent81b6a73938f881fb15f995a7837f0654e08941b0
Enable the endianness test.

2005-08-08  Matthias Clasen  <mclasen@redhat.com>

* tests/convert-test.c: Enable the endianness test.

* glib/gconvert.c: Make the caching of iconv descriptors
optional.

* configure.in: Add an --enable-iconv-cache option, and
default to disabling iconv caching on new enough glibc.
Somebody with access to Solaris systems will need to test
if opening/closing of iconv descriptors is enough of
a performance problem to warrant the caching on that
platform. Note that the caching is causing correctness
problems in some corner cases, thus turning it off
is desirable unless it has severe performance implications.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
configure.in
glib/gconvert.c
tests/convert-test.c