summaryrefslogtreecommitdiff
path: root/tests/convert-test.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-08Enable the endianness test.Matthias Clasen1-8/+1
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.
2005-08-08Fix up the testcaseMatthias Clasen1-4/+4
2005-08-08Add a test for endianness handling.Matthias Clasen1-0/+41
2005-08-08 Matthias Clasen <mclasen@redhat.com> * tests/convert-test.c: Add a test for endianness handling.
2005-08-08Add convert-test here.Matthias Clasen1-0/+107
2005-08-08 Matthias Clasen <mclasen@redhat.com> * tests/Makefile.am: Add convert-test here. * tests/convert-test.c: Add the beginning of a testsuite for g_convert() and friends.