History log of /external/bluetooth/glib/tests/qsort-test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d81ac5339fcf9537a3731ebb5770238f4fa69d59 04-Jul-2002 Sebastian Wilhelmi <wilhelmi@ira.uka.de> Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the


2002-07-04 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

* tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
throughout the files, which didn't already have them. (#87312)
/external/bluetooth/glib/tests/qsort-test.c
053a1ce434558dc03dbfa980fc2de8fd9484ba3e 07-May-2002 Owen Taylor <otaylor@redhat.com> Fixes for #79347, Ron Arts.

Tue May 7 11:24:22 2002 Owen Taylor <otaylor@redhat.com>

Fixes for #79347, Ron Arts.

* glib/gqsort.c (g_qsort_with_data): Handle 0 elements,
don't g_return_if_fail().

* tests/qsort-test.c (main): Add a 0 element test.

* glib/garray.c (g_[ptr_]array_sort_with[_data]):
Remove invalid assertions that array->pdata != NULL ..
it's NULL for 0 elements which is a valid case.
/external/bluetooth/glib/tests/qsort-test.c
b8ece629f1d34a39c7e6b5c3a3fb6e96cfc99f33 29-May-2001 Sebastian Wilhelmi <wilhelmi@ira.uka.de> Add test case for the g_qsort_with_data func. It works. This fixes bug


2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

* tests/Makefile.am, tests/qsort-test.c: Add test case for the
g_qsort_with_data func. It works. This fixes bug #52605.
/external/bluetooth/glib/tests/qsort-test.c