changelog updates

This commit is contained in:
Tim Janik 1998-08-09 14:00:01 +00:00
parent af0977e8e7
commit d94e25520b
9 changed files with 59 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Sun Aug 9 15:56:11 1998 Tim Janik <timj@gtk.org>
* configure.in: added GModule checks. generate files in gmodule/.
* glib-config.in: support library specifications `glib' and `gmodule'.
* Makefile.am: feature the gmodule/ subdir.
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2 * Released GLib 1.1.2

View File

@ -1,3 +1,9 @@
Sun Aug 9 15:56:11 1998 Tim Janik <timj@gtk.org>
* configure.in: added GModule checks. generate files in gmodule/.
* glib-config.in: support library specifications `glib' and `gmodule'.
* Makefile.am: feature the gmodule/ subdir.
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2 * Released GLib 1.1.2

View File

@ -1,3 +1,9 @@
Sun Aug 9 15:56:11 1998 Tim Janik <timj@gtk.org>
* configure.in: added GModule checks. generate files in gmodule/.
* glib-config.in: support library specifications `glib' and `gmodule'.
* Makefile.am: feature the gmodule/ subdir.
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2 * Released GLib 1.1.2

View File

@ -1,3 +1,9 @@
Sun Aug 9 15:56:11 1998 Tim Janik <timj@gtk.org>
* configure.in: added GModule checks. generate files in gmodule/.
* glib-config.in: support library specifications `glib' and `gmodule'.
* Makefile.am: feature the gmodule/ subdir.
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2 * Released GLib 1.1.2

View File

@ -1,3 +1,9 @@
Sun Aug 9 15:56:11 1998 Tim Janik <timj@gtk.org>
* configure.in: added GModule checks. generate files in gmodule/.
* glib-config.in: support library specifications `glib' and `gmodule'.
* Makefile.am: feature the gmodule/ subdir.
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2 * Released GLib 1.1.2

View File

@ -1,3 +1,9 @@
Sun Aug 9 15:56:11 1998 Tim Janik <timj@gtk.org>
* configure.in: added GModule checks. generate files in gmodule/.
* glib-config.in: support library specifications `glib' and `gmodule'.
* Makefile.am: feature the gmodule/ subdir.
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2 * Released GLib 1.1.2

View File

@ -1,3 +1,9 @@
Sun Aug 9 15:56:11 1998 Tim Janik <timj@gtk.org>
* configure.in: added GModule checks. generate files in gmodule/.
* glib-config.in: support library specifications `glib' and `gmodule'.
* Makefile.am: feature the gmodule/ subdir.
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2 * Released GLib 1.1.2

View File

@ -1,3 +1,9 @@
Sun Aug 9 15:56:11 1998 Tim Janik <timj@gtk.org>
* configure.in: added GModule checks. generate files in gmodule/.
* glib-config.in: support library specifications `glib' and `gmodule'.
* Makefile.am: feature the gmodule/ subdir.
Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.2 * Released GLib 1.1.2

View File

@ -1,3 +1,14 @@
Sun Aug 9 15:57:38 1998 Tim Janik <timj@gtk.org>
* testgmodule.c: test program for GModule.
* libgplugin_a.c:
* libgplugin_b.c: test plugins for testgmodule.c.
* gmodule.h:
* gmodule.c: GModule library implementation, which is basically
a wrapper about system specifc dynamic loading functions.
Sun Aug 9 10:31:05 1998 Tim Janik <timj@gtk.org> Sun Aug 9 10:31:05 1998 Tim Janik <timj@gtk.org>
* ChangeLog start for gmodule. * ChangeLog start for gmodule.