provide no operation implementation for the underlying _g_module_*
[platform/upstream/glib.git] / gmodule / ChangeLog
1 Thu Aug 20 07:08:16 1998  Tim Janik  <timj@gtk.org>
2
3         * gmodule.c: provide no operation implementation for the underlying
4         _g_module_* functions, so we at least compile on systems that have
5         neither of G_MODULE_IMPL_DL or G_MODULE_IMPL_DLD.
6
7 Mon Aug 17 03:41:52 1998  Tim Janik  <timj@gtk.org>
8
9         * gmodule.h:
10         * gmodule.c (g_module_open): changed the return type for the
11         GModuleCheckInit function to be a string, describing the error
12         condition.
13         (g_module_symbol): show the failing symbol on error messages.
14
15 Fri Aug 14 02:24:39 1998  Tim Janik  <timj@gtk.org>
16
17         * Makefile.am: feature the G_LOG_DOMAIN macro to set the log domain
18         to "GModule" upon compilation. we currently have to add this definition
19         to the DEFS variable.
20         * testgmodule.c: we need an ugly #undef G_LOG_DOMAIN at the start
21         of this file currently, since automake doesn't support per target
22         _CFLAGS yet.
23
24 Mon Aug 10 03:35:57 1998  Tim Janik  <timj@gtk.org>
25
26         * gmodule.c: minor changes to internal interface.
27         * gmodule-dl.c: 
28         * gmodule-dld.c: put some comments into the files, and provided
29         better error checking for shl_findsym(). whish i had a system to
30         test this stuff on.
31
32 Mon Aug 10 02:18:31 1998  Tim Janik  <timj@gtk.org>
33
34         * Makefile.am (lib_LTLIBRARIES): for now, skip the dependency on
35         -lglib for libgmodule-1.1.la, libgplugin_a.la and libgplugin_b.la
36         since this clashes with inter-library-dependencies for not installed
37         libraries. glib-config takes care of this for the usuall case, but
38         there needs to be a better way...
39
40 Sun Aug  9 15:57:38 1998  Tim Janik  <timj@gtk.org>
41
42         * testgmodule.c: test program for GModule.
43         * libgplugin_a.c: 
44         * libgplugin_b.c: test plugins for testgmodule.c.
45
46         * gmodule.h: 
47         * gmodule.c: GModule library implementation, which is basically
48         a wrapper about system specifc dynamic loading functions.
49         
50
51 Sun Aug  9 10:31:05 1998  Tim Janik  <timj@gtk.org>
52
53         * ChangeLog start for gmodule.