History log of /external/bluetooth/glib/tests/libmoduletestplugin_a.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5c32d5236f576344ebd43275589084a0fd1e4970 05-Dec-2005 Matthias Clasen <mclasen@redhat.com> Fix compiler warnings.

2005-12-05 Matthias Clasen <mclasen@redhat.com>

* tests/libmoduletestplugin_a.c: Fix compiler warnings.

* glib/gatomic.c: In the ia64 implementation, use
__sync builtin without _si or _di suffix. (#321229,
Stanislav Brabec, patch by Andreas Schwab)
/external/bluetooth/glib/tests/libmoduletestplugin_a.c
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/libmoduletestplugin_a.c
7fac2ee037c52b612ed281794e9b9be5df52319e 03-Dec-2001 Manish Singh <yosh@src.gnome.org> g_module_symbol takes a gpointer *, not just a gpointer
/external/bluetooth/glib/tests/libmoduletestplugin_a.c
57a7a2b0100589ec6018b23aef935dc10d7923ce 22-Dec-2000 Sebastian Wilhelmi <wilhelmi@ira.uka.de> Determine the suffix of the shared librarries for this system. This is


2000-12-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>

* configure.in: Determine the suffix of the shared librarries for
this system. This is done analogous to
ltconfig.sh. G_MODULE_SUFFIX in glibconfig.h is set to either
"sl", "dll", or (most often) "so".

* tests/Makefile.am, tests/module-test.c,
tests/libmoduletestplugin_a.c, tests/libmoduletestplugin_b.c:
Added new testcase for gmodule. This is mostly copied from
gmodule/testgmodule.c, but unlike that is is quiet. (Why BTW are
some tests that verbose, not to say loquacious...)

* gmodule.c: Make g_module_open more tolerant wrt to the module
name. First it tries to open the module as named, if that fails,
it checks, whether it is a libtool archive and parses it, if that
fails it appends the systems shared library suffix
(i.e. ".so") (if not already found) and tries again and if that
fails it tries to append the ".la" libtool suffix (if not already
found) and parses it.

* gmodule.c: Lock recursive mutex during most module functions for
safety.

* gmodule-dl.c: Return an error from _g_module_symbol only, if
dlerror says so. All other functions return an error as well, if
dlerror returns NULL.

* testgmodule.c: Thanks to the above change the #ifdefs have
vanished.

* glib/glib-sections.txt: Added G_MODULE_SUFFIX.

* glib/tmpl/modules.sgml: Updated.
/external/bluetooth/glib/tests/libmoduletestplugin_a.c