added empty default imlementation so gmodule.so compiles on systems that
[platform/upstream/glib.git] / gmodule / ChangeLog
1 Fri Nov 20 14:43:44 1998  Tim Janik  <timj@gtk.org>
2
3         * gmodule.c (_g_module_build_path): added empty default imlementation
4         so gmodule.so compiles on systems that are not yet supported, fix from
5         Erik Bagfors <bagfors@hpc2n.umu.se>.
6
7 1998-11-13  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
8
9         * Makefile.am (INCLUDES): The previous commit message is wrong
10         about the -I$(top_srcdir) being redundant. I put it back.
11
12 Wed Nov 11 23:23:22 EST 1998 Jeff Garzik <jgarzik@pobox.com>
13
14         * Makefile.am : INCLUDES is the right way to add to CFLAGS, not 
15         DEFS.  Also there are bugs with '+=' in makefiles.
16         Got rid of DEFS line by moving G_LOG_DOMAIN setting into INCLUDES.
17         Removed redundant -I from INCLUDES.
18
19 Tue Oct 27 04:00:11 1998  Tim Janik  <timj@gtk.org>
20
21         * testgmodule.c (main): changed the #ifdef WIN32 test to NATIVE_WIN32,
22         this needs to be more constistent throughout the code, do we go for
23         NATIVE_WIN32 or WIN32?
24
25         * gmodule.c (LibMain): special cased the #ifdef __LCC__ case for
26         NATIVE_WIN32, since lcc maybe used on other platforms as well.
27         * libgplugin_a.c (LibMain): 
28         * libgplugin_b.c (LibMain): 
29         likewise. not sure i like this special requirement for lcc in here.
30
31         * gmodule-dl.c (_g_module_build_path): 
32         feature empty "" directories and prepend the module name with "lib".
33
34         * gmodule-dld.c (_g_module_build_path): 
35         * gmodule-win32.c (_g_module_build_path): 
36         feature empty "" directories.
37         
38         * we need some more magic in the _g_module_build_path variants
39         so we don't append/prepend lib and .so, .sl or .dll for those names
40         that already contain it.
41
42         * applied patch from Tor Lillqvist for g_module_build_path() and
43         windows support.
44
45 1998-10-20: Tor Lillqvist <tml@iki.fi>
46         
47         * gmodule/gmodule-win32.c:
48         New file.
49
50         * gmodule/gmodule.c gmodule/gmodule.h:
51         Added the funcion g_module_build_path that builds the path to
52         a module file, decorating the name according to the system's
53         conventions.  Added the Windows implementation.
54
55         * gmodule/libgplugin_a.c gmodule/libgplugin_b.c:
56         Added LibMain for LCC-Win32.
57
58         * gmodule/testgmodule.c:
59         Handle Windows dll names.
60
61 1998-10-25  Raja R Harinath  <harinath@cs.umn.edu>
62
63         * gmodule.h: Remove `#pragma }'.
64         * gmoduleconf.h.in: Likewise.
65
66 Wed Oct 21 19:58:27 1998  Tim Janik  <timj@gtk.org>
67
68         * gmodule.c (g_module_symbol): fixed a string pointer bug that could
69         cause garbage error messages from g_module_symbol() for systems that
70         NEED_USCORE.
71
72 Mon Sep 21 01:54:48 1998  Tim Janik  <timj@gtk.org>
73
74         * gmodule.h: 
75         * gmodule.c: renamed old _de_init functionality to _unload.
76         modules are now expected to export:
77         G_MODULE_EXPORT const gchar* g_module_check_init (GModule *module);
78         and
79         G_MODULE_EXPORT void g_module_unload (GModule *module);
80         returning a string other than NULL from g_module_check_init() will
81         prevent the module from being loaded. a call to g_module_make_resident()
82         from g_module_unload() will prevent the module from being unloaded and
83         still make it resident.
84
85 Thu Sep 17 06:34:22 1998  Tim Janik  <timj@gtk.org>
86
87         * gmodule.h: 
88         * gmodule.c: implemented g_module_make_resident() which can be
89         used to make modules resident.
90         fixed a buglet about the optional "g_module_de_init" function in
91         modules, which could get invoked twice on very obscure occasions.
92
93 Tue Sep 15 14:57:30 1998  Owen Taylor  <otaylor@redhat.com>
94
95         * Makefile.am: Update to libtool-1.2b,
96         change library versioning scheme to drop LT_RELEASE
97         from the -l line, while keeping it in the soname.
98
99 Thu Aug 20 07:08:16 1998  Tim Janik  <timj@gtk.org>
100
101         * gmodule.c: provide no operation implementation for the underlying
102         _g_module_* functions, so we at least compile on systems that have
103         neither of G_MODULE_IMPL_DL or G_MODULE_IMPL_DLD.
104
105 Mon Aug 17 03:41:52 1998  Tim Janik  <timj@gtk.org>
106
107         * gmodule.h:
108         * gmodule.c (g_module_open): changed the return type for the
109         GModuleCheckInit function to be a string, describing the error
110         condition.
111         (g_module_symbol): show the failing symbol on error messages.
112
113 Fri Aug 14 02:24:39 1998  Tim Janik  <timj@gtk.org>
114
115         * Makefile.am: feature the G_LOG_DOMAIN macro to set the log domain
116         to "GModule" upon compilation. we currently have to add this definition
117         to the DEFS variable.
118         * testgmodule.c: we need an ugly #undef G_LOG_DOMAIN at the start
119         of this file currently, since automake doesn't support per target
120         _CFLAGS yet.
121
122 Mon Aug 10 03:35:57 1998  Tim Janik  <timj@gtk.org>
123
124         * gmodule.c: minor changes to internal interface.
125         * gmodule-dl.c: 
126         * gmodule-dld.c: put some comments into the files, and provided
127         better error checking for shl_findsym(). whish i had a system to
128         test this stuff on.
129
130 Mon Aug 10 02:18:31 1998  Tim Janik  <timj@gtk.org>
131
132         * Makefile.am (lib_LTLIBRARIES): for now, skip the dependency on
133         -lglib for libgmodule-1.1.la, libgplugin_a.la and libgplugin_b.la
134         since this clashes with inter-library-dependencies for not installed
135         libraries. glib-config takes care of this for the usuall case, but
136         there needs to be a better way...
137
138 Sun Aug  9 15:57:38 1998  Tim Janik  <timj@gtk.org>
139
140         * testgmodule.c: test program for GModule.
141         * libgplugin_a.c: 
142         * libgplugin_b.c: test plugins for testgmodule.c.
143
144         * gmodule.h: 
145         * gmodule.c: GModule library implementation, which is basically
146         a wrapper about system specifc dynamic loading facilities.
147         
148
149 Sun Aug  9 10:31:05 1998  Tim Janik  <timj@gtk.org>
150
151         * ChangeLog start for gmodule.