version bump to 1.1.8, binary age 0, interface age 0.
authorTim Janik <timj@gtk.org>
Wed, 16 Dec 1998 05:38:35 +0000 (05:38 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 16 Dec 1998 05:38:35 +0000 (05:38 +0000)
commitb2e318ff3ecc50d72121a4e8561442a6d79a7a84
tree87b800eae111a2ace0cde58292ae72fea3a8c19d
parent06600bd0e6b82639410394ed6b5ebb1189cfdeb3
version bump to 1.1.8, binary age 0, interface age 0.

Wed Dec 16 03:16:58 1998  Tim Janik  <timj@gtk.org>

        * configure.in: version bump to 1.1.8, binary age 0, interface age 0.

        * glib.h: changed g_lock() to G_LOCK(), g_unlock() to G_UNLOCK() and
        g_trylock() to G_TRYLOCK(), since these are macros that expand to
        nothing with --disable-threads.
        changed G_LOCK_DEFINE() to G_LOCK_DECLARE() and introduced
        G_LOCK_DECLARE_STATIC() to achive the results of static G_LOCK_DECLARE().
        changed semantics of g_thread_supported to g_thread_supported() so it
        can be used as a function like g_module_supported(). the actuall
        definition is still a macro that expands into a variable for
        performance reasons though.
        various indentation and coding style cleanups.

        * configure.in: added --enable-threads that defaults to yes.

        * gmutex.c: changed tests g_thread_supported to g_thread_supported (),
        changed variable settings of g_thread_supported
        to g_threads_got_initialized.

        garray.c:
        gcache.c:
        gdataset.c:
        gdate.c:
        ghash.c:
        glist.c:
        gmain.c:
        gnode.c:
        gslist.c:
        gstring.c:
        gtree.c:
        gutils.c:
        changed s/g_lock/G_LOCK/, s/g_unlock/G_UNLOCK/,
        s/static G_LOCK_DEFINE/G_LOCK_DECLARE_STATIC/.
42 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
acconfig.h
configure.in
garray.c
gcache.c
gdataset.c
gdate.c
ghash.c
glib.h
glib/garray.c
glib/gcache.c
glib/gdataset.c
glib/gdate.c
glib/ghash.c
glib/glib.h
glib/glist.c
glib/gmain.c
glib/gnode.c
glib/gslist.c
glib/gstring.c
glib/gtree.c
glib/gutils.c
glist.c
gmain.c
gmodule/gmodule.c
gmutex.c
gnode.c
gslist.c
gstring.c
gthread/ChangeLog
gthread/Makefile.am
gthread/gthread.c
gthread/testgthread.c
gtree.c
gutils.c