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