do not return NULL symbols.
[platform/upstream/glib.git] / gmodule / ChangeLog
1 Wed Mar  1 05:34:47 2000  Tim Janik  <timj@gtk.org>
2
3         * gmodule-beos.c (_g_module_symbol): do not return NULL symbols.
4
5         * gmodule-os2.c: removed NetBSD specific defines.
6         (_g_module_self): set an error message for unsupported behaviour.
7
8         * gmodule-beos.c: many coding style fixups.
9         (_g_module_open):
10         (_g_module_self):
11         (_g_module_close):
12         (_g_module_symbol): bunch of memory leaks plugged.
13
14         * gmodule-dl.c: make sure the error message returned from dlerror()
15         is always != NULL, by using a wrapper function fetch_dlerror(). based
16         on a patch to fix _g_module_symbol() for NetBSD from Scott Presnell
17         <srp@zgi.com>.
18
19         * gmodule-dld.c: minor indentation.
20
21         * gmodule-win32.c: minor cleanups.
22
23         * merges from glib-1-2.
24
25 2000-01-13  Martin Baulig  <martin@home-of-linux.org>
26
27         * gmodule.c (g_module_open): Check whether `check_init' is not NULL
28         before we attempt to call it.
29
30 Sun Oct  3 19:30:52 PDT 1999 Manish Singh <yosh@gimp.org>
31
32         * gmodule.h
33         * testgmodule.c: use G_OS stuff
34
35 Sat Jul 24 20:47:18 1999  Tim Janik  <timj@gtk.org>
36
37         * merged changes from GLib-1-2 branch.
38
39 1999-05-06  Tor Lillqvist  <tml@iki.fi>
40         
41         * gmodule.c: Remove LibMain.
42         
43 Sat May  1 10:58:57 PDT 1999 Manish Singh <yosh@gimp.org>
44
45         * Makefile.am: use -avoid-version and -module for test plugins
46
47 Mon Apr 19 08:43:59 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
48
49         * Makefile.am (EXTRA_DIST): Add gmodule-os2.c
50
51 Wed Apr  7 20:12:58 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
52
53         * gmodule-os2.c: OS/2 specific file for gmodule.
54         * gmodule.c (_g_module_open): Add gmodule-os2.c if G_MODULE_IMPL_OS2.
55         * gmoduleconf.h.in: Add G_MODULE_IMPL_OS2.
56
57 Fri Apr 23 09:03:48 1999  Tim Janik  <timj@gtk.org>
58
59         * gmodule.c (g_module_symbol): removed inline variable assignment.
60         s/CHECK_ERROR/SUPPORT_OR_RETURN/ to make the code more self descriptive.
61
62 Wed Feb 10 12:06:30 1999  Tim Janik  <timj@gtk.org>
63
64         * gmodule.c (CHECK_ERROR): be more descriptive on unsupported systems.
65
66 Wed Feb 10 07:56:33 1999  Tim Janik  <timj@gtk.org>
67
68         * gmodule.c (g_module_error): fixed errernerous code wrt to thread
69         specific error string allocation handling.
70
71 Thu Jan 21 12:40:11 EST 1999  Jeff Garzik  <jgarzik@pobox.com>
72
73         * gmodule-dl.c (_g_module_build_path):
74         Add braces to eliminate an ambiguous else warning.
75
76 1999-01-16  Tor Lillqvist  <tml@iki.fi>
77
78         * gmodule-dl.c gmodule-dld.c: In
79         _g_module_build_path, don't add the "lib" prefix and
80         ".so" or ".sl" suffix if already there.
81
82         * gmodule-win32.c: Likewise for the ".dll" suffix.
83
84 1998-12-10  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
85
86         * gmodule.c: Made it MT safe, the g_module_error() is now thread
87         specific.
88
89 Fri Nov 20 14:43:44 1998  Tim Janik  <timj@gtk.org>
90
91         * gmodule.c (_g_module_build_path): added empty default imlementation
92         so gmodule.so compiles on systems that are not yet supported, fix from
93         Erik Bagfors <bagfors@hpc2n.umu.se>.
94
95 1998-11-13  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
96
97         * Makefile.am (INCLUDES): The previous commit message is wrong
98         about the -I$(top_srcdir) being redundant. I put it back.
99
100 Wed Nov 11 23:23:22 EST 1998 Jeff Garzik <jgarzik@pobox.com>
101
102         * Makefile.am : INCLUDES is the right way to add to CFLAGS, not 
103         DEFS.  Also there are bugs with '+=' in makefiles.
104         Got rid of DEFS line by moving G_LOG_DOMAIN setting into INCLUDES.
105         Removed redundant -I from INCLUDES.
106
107 Tue Oct 27 04:00:11 1998  Tim Janik  <timj@gtk.org>
108
109         * testgmodule.c (main): changed the #ifdef WIN32 test to NATIVE_WIN32,
110         this needs to be more constistent throughout the code, do we go for
111         NATIVE_WIN32 or WIN32?
112
113         * gmodule.c (LibMain): special cased the #ifdef __LCC__ case for
114         NATIVE_WIN32, since lcc maybe used on other platforms as well.
115         * libgplugin_a.c (LibMain): 
116         * libgplugin_b.c (LibMain): 
117         likewise. not sure i like this special requirement for lcc in here.
118
119         * gmodule-dl.c (_g_module_build_path): 
120         feature empty "" directories and prepend the module name with "lib".
121
122         * gmodule-dld.c (_g_module_build_path): 
123         * gmodule-win32.c (_g_module_build_path): 
124         feature empty "" directories.
125         
126         * we need some more magic in the _g_module_build_path variants
127         so we don't append/prepend lib and .so, .sl or .dll for those names
128         that already contain it.
129
130         * applied patch from Tor Lillqvist for g_module_build_path() and
131         windows support.
132
133 1998-10-20: Tor Lillqvist <tml@iki.fi>
134         
135         * gmodule/gmodule-win32.c:
136         New file.
137
138         * gmodule/gmodule.c gmodule/gmodule.h:
139         Added the funcion g_module_build_path that builds the path to
140         a module file, decorating the name according to the system's
141         conventions.  Added the Windows implementation.
142
143         * gmodule/libgplugin_a.c gmodule/libgplugin_b.c:
144         Added LibMain for LCC-Win32.
145
146         * gmodule/testgmodule.c:
147         Handle Windows dll names.
148
149 1998-10-25  Raja R Harinath  <harinath@cs.umn.edu>
150
151         * gmodule.h: Remove `#pragma }'.
152         * gmoduleconf.h.in: Likewise.
153
154 Wed Oct 21 19:58:27 1998  Tim Janik  <timj@gtk.org>
155
156         * gmodule.c (g_module_symbol): fixed a string pointer bug that could
157         cause garbage error messages from g_module_symbol() for systems that
158         NEED_USCORE.
159
160 Mon Sep 21 01:54:48 1998  Tim Janik  <timj@gtk.org>
161
162         * gmodule.h: 
163         * gmodule.c: renamed old _de_init functionality to _unload.
164         modules are now expected to export:
165         G_MODULE_EXPORT const gchar* g_module_check_init (GModule *module);
166         and
167         G_MODULE_EXPORT void g_module_unload (GModule *module);
168         returning a string other than NULL from g_module_check_init() will
169         prevent the module from being loaded. a call to g_module_make_resident()
170         from g_module_unload() will prevent the module from being unloaded and
171         still make it resident.
172
173 Thu Sep 17 06:34:22 1998  Tim Janik  <timj@gtk.org>
174
175         * gmodule.h: 
176         * gmodule.c: implemented g_module_make_resident() which can be
177         used to make modules resident.
178         fixed a buglet about the optional "g_module_de_init" function in
179         modules, which could get invoked twice on very obscure occasions.
180
181 Tue Sep 15 14:57:30 1998  Owen Taylor  <otaylor@redhat.com>
182
183         * Makefile.am: Update to libtool-1.2b,
184         change library versioning scheme to drop LT_RELEASE
185         from the -l line, while keeping it in the soname.
186
187 Thu Aug 20 07:08:16 1998  Tim Janik  <timj@gtk.org>
188
189         * gmodule.c: provide no operation implementation for the underlying
190         _g_module_* functions, so we at least compile on systems that have
191         neither of G_MODULE_IMPL_DL or G_MODULE_IMPL_DLD.
192
193 Mon Aug 17 03:41:52 1998  Tim Janik  <timj@gtk.org>
194
195         * gmodule.h:
196         * gmodule.c (g_module_open): changed the return type for the
197         GModuleCheckInit function to be a string, describing the error
198         condition.
199         (g_module_symbol): show the failing symbol on error messages.
200
201 Fri Aug 14 02:24:39 1998  Tim Janik  <timj@gtk.org>
202
203         * Makefile.am: feature the G_LOG_DOMAIN macro to set the log domain
204         to "GModule" upon compilation. we currently have to add this definition
205         to the DEFS variable.
206         * testgmodule.c: we need an ugly #undef G_LOG_DOMAIN at the start
207         of this file currently, since automake doesn't support per target
208         _CFLAGS yet.
209
210 Mon Aug 10 03:35:57 1998  Tim Janik  <timj@gtk.org>
211
212         * gmodule.c: minor changes to internal interface.
213         * gmodule-dl.c: 
214         * gmodule-dld.c: put some comments into the files, and provided
215         better error checking for shl_findsym(). whish i had a system to
216         test this stuff on.
217
218 Mon Aug 10 02:18:31 1998  Tim Janik  <timj@gtk.org>
219
220         * Makefile.am (lib_LTLIBRARIES): for now, skip the dependency on
221         -lglib for libgmodule-1.1.la, libgplugin_a.la and libgplugin_b.la
222         since this clashes with inter-library-dependencies for not installed
223         libraries. glib-config takes care of this for the usuall case, but
224         there needs to be a better way...
225
226 Sun Aug  9 15:57:38 1998  Tim Janik  <timj@gtk.org>
227
228         * testgmodule.c: test program for GModule.
229         * libgplugin_a.c: 
230         * libgplugin_b.c: test plugins for testgmodule.c.
231
232         * gmodule.h: 
233         * gmodule.c: GModule library implementation, which is basically
234         a wrapper about system specifc dynamic loading facilities.
235         
236
237 Sun Aug  9 10:31:05 1998  Tim Janik  <timj@gtk.org>
238
239         * ChangeLog start for gmodule.