minor changes to internal interface.
[platform/upstream/glib.git] / gmodule / ChangeLog
1 Mon Aug 10 03:35:57 1998  Tim Janik  <timj@gtk.org>
2
3         * gmodule.c: minor changes to internal interface.
4         * gmodule-dl.c: 
5         * gmodule-dld.c: put some comments into the files, and provided
6         better error checking for shl_findsym(). whish i had a system to
7         test this stuff on.
8
9 Mon Aug 10 02:18:31 1998  Tim Janik  <timj@gtk.org>
10
11         * Makefile.am (lib_LTLIBRARIES): for now, skip the dependency on
12         -lglib for libgmodule-1.1.la, libgplugin_a.la and libgplugin_b.la
13         since this clashes with inter-library-dependencies for not installed
14         libraries. glib-config takes care of this for the usuall case, but
15         there needs to be a better way...
16
17 Sun Aug  9 15:57:38 1998  Tim Janik  <timj@gtk.org>
18
19         * testgmodule.c: test program for GModule.
20         * libgplugin_a.c: 
21         * libgplugin_b.c: test plugins for testgmodule.c.
22
23         * gmodule.h: 
24         * gmodule.c: GModule library implementation, which is basically
25         a wrapper about system specifc dynamic loading functions.
26         
27
28 Sun Aug  9 10:31:05 1998  Tim Janik  <timj@gtk.org>
29
30         * ChangeLog start for gmodule.