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