libtool installs/uninstalls the import library, no need to do it
[platform/upstream/glib.git] / gmodule / ChangeLog
1 2005-06-26  Tor Lillqvist  <tml@novell.com>
2
3         * Makefile.am: libtool installs/uninstalls the import library, no
4         need to do it ourselves. Do still install/uninstall the .def file,
5         though.
6
7 2005-06-24  Tor Lillqvist  <tml@novell.com>
8
9         * Makefile.am (install-libtool-import-lib): Current GNU tools do
10         understand the PRIVATE keyword.
11
12 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
13
14         * === Released 2.7.0 ===
15
16 2005-01-07  Matthias Clasen  <mclasen@redhat.com>
17
18         * === Released 2.6.1 ===
19
20 2004-12-31  Tor Lillqvist  <tml@iki.fi>
21
22         * gmodule.c (g_module_open): It's wrong to call g_file_test() with
23         more than one test (both G_FILE_TEST_EXISTS and _IS_REGULAR). (It
24         would succeed even if the pathname existed as a nonregular file.)
25         Just G_FILE_TEST_IS_REGULAR works fine. (#162594)
26
27 2004-12-16  Matthias Clasen  <mclasen@redhat.com>
28
29         * === Released 2.6.0 ===
30         
31 2004-12-06  Tor Lillqvist  <tml@iki.fi>
32
33         * Makefile.am
34         * gmodule.def
35         * gmodule.[hc]: Win32 DLL ABI stability cruft like in ../glib.
36
37 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
38
39         * === Released 2.5.7 ===
40         
41 2004-11-12  Matthias Clasen  <mclasen@redhat.com>
42
43         * === Released 2.5.6 ===
44         
45 2004-11-04  Tor Lillqvist  <tml@iki.fi>
46
47         * gmodule-win32.c (_g_module_open): Argument is in UTF-8. Use wide
48         character Win32 API if present.
49
50         * gmodule.c (parse_libtool_archive, g_module_open): Convert file
51         name to UTF-8 before storing in the error message string.
52
53         * gmodule.c (parse_libtool_archive): Use g_open().
54
55 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
56
57         * === Released 2.5.5 ===
58
59 2004-10-27 Matthias Clasen  <mclasen@redhat.com>
60
61         * === Released 2.5.4 ===
62
63 2004-09-18 Matthias Clasen  <mclasen@redhat.com>
64
65         * === Released 2.5.3 ===
66
67 2004-08-25 Matthias Clasen  <mclasen@redhat.com>
68
69         * === Released 2.5.2 ===
70
71 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
72
73         * === Released 2.5.1 ===
74
75 Sun Jul 18 18:03:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
76
77         * === Released 2.5.0 ===
78
79 Mon May 31 00:09:10 2004  Matthias Clasen  <maclas@gmx.de>
80
81         * Makefile.am (EXTRA_DIST): Add gmodule-ar.c. (#85930, Tomas Ă–gren)
82
83 Tue May 11 23:23:21 2004  Matthias Clasen  <maclas@gmx.de>
84
85         * gmodule-ar.c (_g_module_open): Make it compile on AIX.  
86         (#141159, Michael Wilson)
87
88 2004-03-31  Tor Lillqvist  <tml@iki.fi>
89
90         * gmodule-win32.c (_g_module_build_path): On Cygwin, use the "cyg"
91         prefix, and accept also the normal "lib". (#138403, Roger Leigh)
92
93 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
94
95         * === Released 2.3.3 ===
96
97 Sun Feb 22 02:28:43 2004  Matthias Clasen  <maclas@gmx.de>
98
99         Bug #85930, Laurent Vivier:
100         
101         * gmodule-ar.c: Implementation of native module management for AIX.
102         * gmoduleconf.h.in: 
103         * gmodule.c: Support gmodule-ar.c 
104
105 2003-01-01  Tor Lillqvist  <tml@iki.fi>
106
107         * gmodule-win32.c (_g_module_build_path): Use g_ascii_strcasecmp().
108
109 Tue Dec  3 20:56:19 2002  Owen Taylor  <otaylor@redhat.com>
110
111         * gmodule.c (g_module_open): Properly refcount the
112         main module if it is already open. (#98648)
113
114 Sat Mar  2 14:46:17 2002  Owen Taylor  <otaylor@redhat.com>
115
116         * gmodule-beos.c (_g_module_build_path) * gmodule-dyld.c (_g_module_build_path) 
117           gmodule-dl.c (_g_module_build_path): Use G_MODULE_SUFFIX rather than
118         a hardcoded ".so". (#72803)
119
120 Sun Feb 17 18:15:22 2002  Owen Taylor  <otaylor@redhat.com>
121
122         * gmodule.c (g_module_open): Fix typo when checking
123         if file + module_suffix exists. (Miroslaw Dobrzanski-Neumann,
124         #71801)
125
126 2001-11-24  Tor Lillqvist  <tml@iki.fi>
127
128         * Makefile.am: Remove rule for testgmodule.exp, too.
129
130 2001-11-22  Tor Lillqvist  <tml@iki.fi>
131
132         * gmodule-win32.c: Current w32api headers do include tlhelp32.h,
133         so no need to have an extract from it here.
134
135 Mon Nov 19 16:12:12 2001  Owen Taylor  <otaylor@redhat.com>
136
137         * Makefile.am makefile.msc.in makefile.mingw.in: Remove
138         testgmodule and associated plugin files; we don't need _both_ this
139         and ../tests/module-test.c
140
141 2001-11-16  Michael Meeks  <michael@ximian.com>
142
143         * gmodule.c (parse_libtool_archive): fix leak.
144
145 2001-10-30  Dan Winship  <danw@ximian.com>
146
147         * Makefile.am (EXTRA_DIST): Add gmodule-dyld.c
148
149 2001-10-23  Tor Lillqvist  <tml@iki.fi>
150
151         * Makefile.am: (Win32): If we have built the MSVC import library,
152         install it. Install the gcc import library. Also support
153         uninstall.
154
155 2001-10-09  Tor Lillqvist  <tml@iki.fi>
156
157         * gmodule-win32.c (_g_module_build_path): More Unix compatibility:
158         Add "lib" prefix in case the module name doesn't already have it,
159         except if it ends with ".dll" (in which case it probably already
160         is the name of an existing DLL). This is needed for instance for
161         the gdk-pixbuf loaders, which are called "lib*.dll", but
162         gdk-pixbuf-io calls g_module_build_path without the "lib" prefix.
163
164 2001-10-03  jacob berkman  <jacob@ximian.com>
165
166         * libgplugin_a.c: (gplugin_a_module_func): 
167         * gmodule.h: s/retrive/retrieve/
168
169 2001-09-25  Tor Lillqvist  <tml@iki.fi>
170
171         * makefile.mingw.in: Fix missing end @ in @LT_CURRENT@.
172
173         * makefile.msc.in: Use same DLL and import library names as
174         libtool.
175         
176 2001-09-19  Tor Lillqvist  <tml@iki.fi>
177
178         * gmodule.rc.in: Correct InternalName and OriginalFilename to
179         match what we actually produce.
180
181 2001-09-18  Tor Lillqvist  <tml@iki.fi>
182
183         * Makefile.am: On Win32, pass a dummy -rpath flag to libtool when
184         building libgplugin_[ab].la, otherwise libtool doesn't create a
185         DLL, but a static archive.
186
187 2001-07-20  Hans Breuer  <hans@breuer.org>
188
189         * makefile.msc.in : reflect glib move
190
191 2001-05-21  Mark Murnane  <Mark.Murnane@ireland.sun.com>
192
193         * gmodule.c (g_str_check_suffix):  Modified type of string_len
194         and suffix_len to be gsize.  Properly accommodates return from
195         strlen().
196
197 2001-05-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
198
199         * gmodule.c (g_module_set_error_unduped): Do not g_strdup, as
200         promised in the function name.
201
202 Tue May 29 12:57:51 2001  Tim Janik  <timj@gtk.org>
203
204         * gmodule.c (g_module_symbol): erk, strconcat needs NULL as last arg.
205         make sure we pass module name with suffix into backend open.
206
207 Mon May 28 20:19:25 2001  Tim Janik  <timj@gtk.org>
208
209         * gmodule.c (g_module_open): as a last resort, if we can't access()
210         the module, leave it up to the platform backends to find it.
211         (fixes implicit search patch loading i broke with my last
212         commit, spotted by Padraig O'Briain).
213
214 Thu May 24 03:43:12 2001  Tim Janik  <timj@gtk.org>
215
216         * gmodule.c (g_module_open): reordered code so we have a single
217         module loading point (for reliable error messages). do access()
218         tests to figure plausible file names.
219         make error messages more verbose so users canfigure what's going on.
220
221 2001-04-20  Dan Winship  <danw@ximian.com>
222
223         * gmodule-dyld.c: gmodule implementation for Darwin/Mac OS X
224
225         * gmodule.c: 
226         * gmoduleconf.h.in: Add gmodule-dyld support
227
228         * testgmodule.c (main): Fix spelling
229
230 2001-03-13  Tor Lillqvist  <tml@iki.fi>
231
232         From Edward M. Lee  <tailbert@yahoo.com>:
233
234         * gmodule-win32.c (_g_module_build_path): use (cygwin friendly) dir
235         separator.
236
237 2001-03-12  Tor Lillqvist  <tml@iki.fi>
238
239         * Makefile.am (libgplugin_a_la_LIBADD, libgplugin_b_la_LIBADD):
240         Link with the libgmodule la only on Win32.
241
242 2001-03-10  Tor Lillqvist  <tml@iki.fi>
243
244         * Makefile.am: Use the _LIBADD dependency on libglib only on the
245         Win32 platform (including Cygwin).
246
247 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
248
249         * Makefile.am, makefile.mingw.in, makefile.msc.in: Set
250         G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.
251
252         * gmodule.def, gmodule.h, gmodule.c: Removed g_log_domain_gmodule.
253
254 2001-02-21  Tor Lillqvist  <tml@iki.fi>
255
256         * gmodule.h: Use G_BEGIN_DECLS and G_END_DECLS. Define
257         G_MODULE_EXPORT correctly on Cygwin, too.
258
259         * gmodule-win32.c (_g_module_open): Convert path to Windows format
260         on Cygwin.
261
262         * Makefile.am (libglib): Use libglib-1.3.la from
263         top_builddir. Invoke libtool with -no-undefined for Win32 and
264         Cygwin.
265
266 2001-02-17  Havoc Pennington  <hp@pobox.com>
267
268         Applied patch from Soeren Sandmann:
269         
270         * gmodule.c (g_module_error): G_CONST_RETURN
271         (g_module_name): G_CONST_RETURN
272
273 Sat Feb 17 07:27:15 2001  Tim Janik  <timj@gtk.org>
274
275         * gmodule.c: work around platforms that have broken RTLD_GLOBAL.
276
277 2001-01-27  Tor Lillqvist  <tml@iki.fi>
278
279         * gmodule.c: (Win32) Need <io.h> for open() and close().
280
281 2000-12-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
282
283         * gmodule.c: Make g_module_open more tolerant wrt to the module
284         name. First it tries to open the module as named, if that fails,
285         it checks, whether it is a libtool archive and parses it, if that
286         fails it appends the systems shared library suffix
287         (i.e. ".so") (if not already found) and tries again and if that
288         fails it tries to append the ".la" libtool suffix (if not already
289         found) and parses it.
290
291         * gmodule.c: Lock recursive mutex during most module functions for
292         safety.
293
294         * gmodule-dl.c: Return an error from _g_module_symbol only, if
295         dlerror says so. All other functions return an error as well, if
296         dlerror returns NULL.
297
298         * testgmodule.c: Thanks to the above change the #ifdefs have
299         vanished.
300
301 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
302
303         * Makefile.am (BUILT_EXTRA_DIST): New variable.
304         (dist-hook): Handle $(BUILT_EXTRA_DIST).
305
306 2000-09-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
307
308         * gmodule.h: Moved declaration of g_log_domain_gmodule up before
309         the inclusion of glib.h to make it compile on non-gcc compilers.
310
311 2000-07-22  Tor Lillqvist  <tml@iki.fi>
312
313         * makefile.mingw.in: Remove leftover gmodule-win32res.o stuff. The
314         build-dll script automagically handles resources.
315
316 2000-07-20  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
317
318         * libgplugin_a.c, testgmodule.c: Use g_path_get_basename instead
319         of the deprecated g_basename.
320
321 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
322
323         * gmodule.h: include glib.h before doing extern "C". Makes some C++
324         compiler happy. Reported by Denis Vakatov
325         <vakatov@peony.nlm.nih.gov>.
326
327 2000-07-19  Tor Lillqvist  <tml@iki.fi>
328
329         * gmodule-win32.c: Don't #include <tlhelp32.h> when compiling with
330         gcc, as it isn't provided. Declaration of a needed struct (from
331         www.microsoft.com) inserted instead.
332
333 2000-05-13  Tor Lillqvist  <tml@iki.fi>
334
335         * makefile.mingw.in: New file, with gmodule stuff
336         moved from ../makefile.mingw.in.
337
338         * Makefile.am: Add to EXTRA_DIST, and add rule to make makefile.mingw.
339
340 2000-05-02  Tor Lillqvist  <tml@iki.fi>
341
342         * gmodule-win32.c: No need to include <psapi.h>
343
344 2000-03-23  Tor Lillqvist  <tml@iki.fi>
345
346         * gmodule-win32.c (_g_module_symbol): When looking for symbols in
347         the "main" module we must search both the main program and all
348         currently loaded DLLs. Not only the main program, or even just the
349         DLLs loaded as gmodules.  Libglade requires this.
350
351         Thus we need to get a list of all modules in the current
352         process. There are two alternative APIs to do this: PSAPI and
353         Toolhelp. The former is only available on NT (including Win2k),
354         the latter on Win9x and Win2k. Check which one works, and use
355         that.
356
357         First check for the symbol in the main program, and if not found
358         there, in all the modules.
359
360         Code for using PSAPI and Toolhelp was borrowed from the Dr. Mingw
361         tool written by JosĂ© Fonseca <em96115@fe.up.pt>. Thanks.
362
363 2000-03-04  Tor Lillqvist  <tml@iki.fi>
364
365         * gmodule-win32.c: Call g_win32_error_message() to get the error
366         message strings.
367
368         * libgplugin_a.c
369         * libgplugin_b.c
370         * gmodule.c: Remove LibMain functions that were needed by LCC,
371         which is not a supported compiler.
372
373         * testgmodule.c (main): Test for G_MODULE_IMPL ==
374         G_MODULE_IMPL_WIN32, not G_OS_WIN32.
375
376         * gmoduleconf.h.win32: Remove LCC stuff from here, too. 
377
378 Wed Mar  1 05:34:47 2000  Tim Janik  <timj@gtk.org>
379
380         * gmodule-beos.c (_g_module_symbol): do not return NULL symbols.
381
382         * gmodule-os2.c: removed NetBSD specific defines.
383         (_g_module_self): set an error message for unsupported behaviour.
384
385         * gmodule-beos.c: many coding style fixups.
386         (_g_module_open):
387         (_g_module_self):
388         (_g_module_close):
389         (_g_module_symbol): bunch of memory leaks plugged.
390
391         * gmodule-dl.c: make sure the error message returned from dlerror()
392         is always != NULL, by using a wrapper function fetch_dlerror(). based
393         on a patch to fix _g_module_symbol() for NetBSD from Scott Presnell
394         <srp@zgi.com>.
395
396         * gmodule-dld.c: minor indentation.
397
398         * gmodule-win32.c: minor cleanups.
399
400         * merges from glib-1-2.
401
402 Sat Feb 19 19:43:29 2000  Tim Janik  <timj@gtk.org>
403
404         * testgmodule.c (main): added test to check that not yet bound symbols
405         in shared libraries of the main module are retrievable, from David Gero.
406
407 2000-01-13  Martin Baulig  <martin@home-of-linux.org>
408
409         * gmodule.c (g_module_open): Check whether `check_init' is not NULL
410         before we attempt to call it.
411
412 Sun Oct  3 19:30:52 PDT 1999 Manish Singh <yosh@gimp.org>
413
414         * gmodule.h
415         * testgmodule.c: use G_OS stuff
416
417 Sat Jul 24 20:47:18 1999  Tim Janik  <timj@gtk.org>
418
419         * merged changes from GLib-1-2 branch.
420
421 1999-05-06  Tor Lillqvist  <tml@iki.fi>
422
423         * gmodule.c: Remove LibMain.
424
425 Sat May  1 10:58:57 PDT 1999 Manish Singh <yosh@gimp.org>
426
427         * Makefile.am: use -avoid-version and -module for test plugins
428
429 Mon Apr 19 08:43:59 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
430
431         * Makefile.am (EXTRA_DIST): Add gmodule-os2.c
432
433 Wed Apr  7 20:12:58 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
434
435         * gmodule-os2.c: OS/2 specific file for gmodule.
436         * gmodule.c (_g_module_open): Add gmodule-os2.c if G_MODULE_IMPL_OS2.
437         * gmoduleconf.h.in: Add G_MODULE_IMPL_OS2.
438
439 Fri Apr 23 09:03:48 1999  Tim Janik  <timj@gtk.org>
440
441         * gmodule.c (g_module_symbol): removed inline variable assignment.
442         s/CHECK_ERROR/SUPPORT_OR_RETURN/ to make the code more self descriptive.
443
444 Wed Feb 10 12:06:30 1999  Tim Janik  <timj@gtk.org>
445
446         * gmodule.c (CHECK_ERROR): be more descriptive on unsupported systems.
447
448 Wed Feb 10 07:56:33 1999  Tim Janik  <timj@gtk.org>
449
450         * gmodule.c (g_module_error): fixed errernerous code wrt to thread
451         specific error string allocation handling.
452
453 Thu Jan 21 12:40:11 EST 1999  Jeff Garzik  <jgarzik@pobox.com>
454
455         * gmodule-dl.c (_g_module_build_path):
456         Add braces to eliminate an ambiguous else warning.
457
458 1999-01-16  Tor Lillqvist  <tml@iki.fi>
459
460         * gmodule-dl.c gmodule-dld.c: In
461         _g_module_build_path, don't add the "lib" prefix and
462         ".so" or ".sl" suffix if already there.
463
464         * gmodule-win32.c: Likewise for the ".dll" suffix.
465
466 1998-12-10  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
467
468         * gmodule.c: Made it MT safe, the g_module_error() is now thread
469         specific.
470
471 Fri Nov 20 14:43:44 1998  Tim Janik  <timj@gtk.org>
472
473         * gmodule.c (_g_module_build_path): added empty default imlementation
474         so gmodule.so compiles on systems that are not yet supported, fix from
475         Erik Bagfors <bagfors@hpc2n.umu.se>.
476
477 1998-11-13  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
478
479         * Makefile.am (INCLUDES): The previous commit message is wrong
480         about the -I$(top_srcdir) being redundant. I put it back.
481
482 Wed Nov 11 23:23:22 EST 1998 Jeff Garzik <jgarzik@pobox.com>
483
484         * Makefile.am : INCLUDES is the right way to add to CFLAGS, not 
485         DEFS.  Also there are bugs with '+=' in makefiles.
486         Got rid of DEFS line by moving G_LOG_DOMAIN setting into INCLUDES.
487         Removed redundant -I from INCLUDES.
488
489 Tue Oct 27 04:00:11 1998  Tim Janik  <timj@gtk.org>
490
491         * testgmodule.c (main): changed the #ifdef WIN32 test to NATIVE_WIN32,
492         this needs to be more constistent throughout the code, do we go for
493         NATIVE_WIN32 or WIN32?
494
495         * gmodule.c (LibMain): special cased the #ifdef __LCC__ case for
496         NATIVE_WIN32, since lcc maybe used on other platforms as well.
497         * libgplugin_a.c (LibMain): 
498         * libgplugin_b.c (LibMain): 
499         likewise. not sure i like this special requirement for lcc in here.
500
501         * gmodule-dl.c (_g_module_build_path): 
502         feature empty "" directories and prepend the module name with "lib".
503
504         * gmodule-dld.c (_g_module_build_path): 
505         * gmodule-win32.c (_g_module_build_path): 
506         feature empty "" directories.
507
508         * we need some more magic in the _g_module_build_path variants
509         so we don't append/prepend lib and .so, .sl or .dll for those names
510         that already contain it.
511
512         * applied patch from Tor Lillqvist for g_module_build_path() and
513         windows support.
514
515 1998-10-20: Tor Lillqvist <tml@iki.fi>
516
517         * gmodule/gmodule-win32.c:
518         New file.
519
520         * gmodule/gmodule.c gmodule/gmodule.h:
521         Added the funcion g_module_build_path that builds the path to
522         a module file, decorating the name according to the system's
523         conventions.  Added the Windows implementation.
524
525         * gmodule/libgplugin_a.c gmodule/libgplugin_b.c:
526         Added LibMain for LCC-Win32.
527
528         * gmodule/testgmodule.c:
529         Handle Windows dll names.
530
531 1998-10-25  Raja R Harinath  <harinath@cs.umn.edu>
532
533         * gmodule.h: Remove `#pragma }'.
534         * gmoduleconf.h.in: Likewise.
535
536 Wed Oct 21 19:58:27 1998  Tim Janik  <timj@gtk.org>
537
538         * gmodule.c (g_module_symbol): fixed a string pointer bug that could
539         cause garbage error messages from g_module_symbol() for systems that
540         NEED_USCORE.
541
542 Mon Sep 21 01:54:48 1998  Tim Janik  <timj@gtk.org>
543
544         * gmodule.h: 
545         * gmodule.c: renamed old _de_init functionality to _unload.
546         modules are now expected to export:
547         G_MODULE_EXPORT const gchar* g_module_check_init (GModule *module);
548         and
549         G_MODULE_EXPORT void g_module_unload (GModule *module);
550         returning a string other than NULL from g_module_check_init() will
551         prevent the module from being loaded. a call to g_module_make_resident()
552         from g_module_unload() will prevent the module from being unloaded and
553         still make it resident.
554
555 Thu Sep 17 06:34:22 1998  Tim Janik  <timj@gtk.org>
556
557         * gmodule.h: 
558         * gmodule.c: implemented g_module_make_resident() which can be
559         used to make modules resident.
560         fixed a buglet about the optional "g_module_de_init" function in
561         modules, which could get invoked twice on very obscure occasions.
562
563 Tue Sep 15 14:57:30 1998  Owen Taylor  <otaylor@redhat.com>
564
565         * Makefile.am: Update to libtool-1.2b,
566         change library versioning scheme to drop LT_RELEASE
567         from the -l line, while keeping it in the soname.
568
569 Thu Aug 20 07:08:16 1998  Tim Janik  <timj@gtk.org>
570
571         * gmodule.c: provide no operation implementation for the underlying
572         _g_module_* functions, so we at least compile on systems that have
573         neither of G_MODULE_IMPL_DL or G_MODULE_IMPL_DLD.
574
575 Mon Aug 17 03:41:52 1998  Tim Janik  <timj@gtk.org>
576
577         * gmodule.h:
578         * gmodule.c (g_module_open): changed the return type for the
579         GModuleCheckInit function to be a string, describing the error
580         condition.
581         (g_module_symbol): show the failing symbol on error messages.
582
583 Fri Aug 14 02:24:39 1998  Tim Janik  <timj@gtk.org>
584
585         * Makefile.am: feature the G_LOG_DOMAIN macro to set the log domain
586         to "GModule" upon compilation. we currently have to add this definition
587         to the DEFS variable.
588         * testgmodule.c: we need an ugly #undef G_LOG_DOMAIN at the start
589         of this file currently, since automake doesn't support per target
590         _CFLAGS yet.
591
592 Mon Aug 10 03:35:57 1998  Tim Janik  <timj@gtk.org>
593
594         * gmodule.c: minor changes to internal interface.
595         * gmodule-dl.c: 
596         * gmodule-dld.c: put some comments into the files, and provided
597         better error checking for shl_findsym(). whish i had a system to
598         test this stuff on.
599
600 Mon Aug 10 02:18:31 1998  Tim Janik  <timj@gtk.org>
601
602         * Makefile.am (lib_LTLIBRARIES): for now, skip the dependency on
603         -lglib for libgmodule-1.1.la, libgplugin_a.la and libgplugin_b.la
604         since this clashes with inter-library-dependencies for not installed
605         libraries. glib-config takes care of this for the usuall case, but
606         there needs to be a better way...
607
608 Sun Aug  9 15:57:38 1998  Tim Janik  <timj@gtk.org>
609
610         * testgmodule.c: test program for GModule.
611         * libgplugin_a.c: 
612         * libgplugin_b.c: test plugins for testgmodule.c.
613
614         * gmodule.h: 
615         * gmodule.c: GModule library implementation, which is basically
616         a wrapper about system specifc dynamic loading facilities.
617
618 Sun Aug  9 10:31:05 1998  Tim Janik  <timj@gtk.org>
619
620         * ChangeLog start for gmodule.