1 Tue Sep 15 14:57:30 1998 Owen Taylor <otaylor@redhat.com>
3 * Makefile.am: Update to libtool-1.2b,
4 change library versioning scheme to drop LT_RELEASE
5 from the -l line, while keeping it in the soname.
7 Thu Aug 20 07:08:16 1998 Tim Janik <timj@gtk.org>
9 * gmodule.c: provide no operation implementation for the underlying
10 _g_module_* functions, so we at least compile on systems that have
11 neither of G_MODULE_IMPL_DL or G_MODULE_IMPL_DLD.
13 Mon Aug 17 03:41:52 1998 Tim Janik <timj@gtk.org>
16 * gmodule.c (g_module_open): changed the return type for the
17 GModuleCheckInit function to be a string, describing the error
19 (g_module_symbol): show the failing symbol on error messages.
21 Fri Aug 14 02:24:39 1998 Tim Janik <timj@gtk.org>
23 * Makefile.am: feature the G_LOG_DOMAIN macro to set the log domain
24 to "GModule" upon compilation. we currently have to add this definition
26 * testgmodule.c: we need an ugly #undef G_LOG_DOMAIN at the start
27 of this file currently, since automake doesn't support per target
30 Mon Aug 10 03:35:57 1998 Tim Janik <timj@gtk.org>
32 * gmodule.c: minor changes to internal interface.
34 * gmodule-dld.c: put some comments into the files, and provided
35 better error checking for shl_findsym(). whish i had a system to
38 Mon Aug 10 02:18:31 1998 Tim Janik <timj@gtk.org>
40 * Makefile.am (lib_LTLIBRARIES): for now, skip the dependency on
41 -lglib for libgmodule-1.1.la, libgplugin_a.la and libgplugin_b.la
42 since this clashes with inter-library-dependencies for not installed
43 libraries. glib-config takes care of this for the usuall case, but
44 there needs to be a better way...
46 Sun Aug 9 15:57:38 1998 Tim Janik <timj@gtk.org>
48 * testgmodule.c: test program for GModule.
50 * libgplugin_b.c: test plugins for testgmodule.c.
53 * gmodule.c: GModule library implementation, which is basically
54 a wrapper about system specifc dynamic loading functions.
57 Sun Aug 9 10:31:05 1998 Tim Janik <timj@gtk.org>
59 * ChangeLog start for gmodule.