Use glibc qsort_r() for g_qsort_with_data()
authorMatthias Clasen <mclasen@redhat.com>
Wed, 16 Feb 2011 06:28:27 +0000 (01:28 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 Feb 2011 06:28:27 +0000 (01:28 -0500)
commit4cda703d8e925fc34f9fc3303f96ed20765a816d
tree2b0c1db9d75fd3979e5fcc5963ba9870a9638fc8
parent6cd08472b20004d6ef06c6063fed817fdb9bc1f5
Use glibc qsort_r() for g_qsort_with_data()

No point in using an outdated copy that claims to
'work best on a Sun 4/260' when we can just wrap qsort_r...
configure.ac
glib/gqsort.c
glib/tests/Makefile.am
glib/tests/sort.c [new file with mode: 0644]