Update to libtool-1.2b, change library versioning scheme to drop
[platform/upstream/glib.git] / gmodule / ChangeLog
1 Tue Sep 15 14:57:30 1998  Owen Taylor  <otaylor@redhat.com>
2
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.
6
7 Thu Aug 20 07:08:16 1998  Tim Janik  <timj@gtk.org>
8
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.
12
13 Mon Aug 17 03:41:52 1998  Tim Janik  <timj@gtk.org>
14
15         * gmodule.h:
16         * gmodule.c (g_module_open): changed the return type for the
17         GModuleCheckInit function to be a string, describing the error
18         condition.
19         (g_module_symbol): show the failing symbol on error messages.
20
21 Fri Aug 14 02:24:39 1998  Tim Janik  <timj@gtk.org>
22
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
25         to the DEFS variable.
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
28         _CFLAGS yet.
29
30 Mon Aug 10 03:35:57 1998  Tim Janik  <timj@gtk.org>
31
32         * gmodule.c: minor changes to internal interface.
33         * gmodule-dl.c: 
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
36         test this stuff on.
37
38 Mon Aug 10 02:18:31 1998  Tim Janik  <timj@gtk.org>
39
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...
45
46 Sun Aug  9 15:57:38 1998  Tim Janik  <timj@gtk.org>
47
48         * testgmodule.c: test program for GModule.
49         * libgplugin_a.c: 
50         * libgplugin_b.c: test plugins for testgmodule.c.
51
52         * gmodule.h: 
53         * gmodule.c: GModule library implementation, which is basically
54         a wrapper about system specifc dynamic loading functions.
55         
56
57 Sun Aug  9 10:31:05 1998  Tim Janik  <timj@gtk.org>
58
59         * ChangeLog start for gmodule.