version bump to 1.1.8, binary age 0, interface age 0.
[platform/upstream/glib.git] / ChangeLog.pre-2-2
index 9f24787..622b7eb 100644 (file)
@@ -1,3 +1,91 @@
+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/.
+
+Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org>
+
+       * Released GLib 1.1.8
+
+       * INSTALL:
+         NEWS:
+         README 
+         configure.in:
+         glib.spec:
+         docs/glib-config.1: Incremented version
+
+Wed Dec 16 22:29:48 1998  Joel Becker  <jlbec@ocala.cs.miami.edu>
+
+       * configure.in: fixed the AIX thread checking.
+       Just an error on the wildcard.  BTW, -D_THREAD_SAFE
+       is correct for AIX.
+
+Wed Dec 16 02:02:48 1998  Tim Janik  <timj@gtk.org>
+
+       * glib-config.in (lib_glib): fixed library and flag ordering for
+       --libs
+
+Tue Dec 15 17:17:46 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * glib.h giounix.c giochannel.c: Use an "inheritance"
+       scheme for IO channel memory allocation.h
+
+1998-12-15  Havoc Pennington  <hp@pobox.com>
+
+       * gdate.c (g_date_prepare_to_parse): Solaris has a broken strftime
+       that produced garbage output for the test date I was using to 
+       set up the parser. So use a different date that Solaris seems
+       to like.
+
+1998-12-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Dont complain, if --without-threads or
+       --with-threads=none is supplied; Test for pthread_attr_init
+       instead of pthread_cond_init, if threads seems to be supported by
+       standard glib. (CFLAGS): Use G_THREAD_CFLAGS for compiling of glib
+       as well.
+
+       * glib.h, gmutex.c: Changed private to private_key to avoid
+       problems when compiling with under C++.
+
+1998-12-15  Jeff Garzik  <jgarzik@Pobox.com>
+
+       * configure.in:
+       bugfixes, correctly support --without-threads and friends
+
+       * gthread/testgthread.c: corrected 64-bitness problem
+
 Tue Dec 15 10:40:09 1998  Owen Taylor  <otaylor@redhat.com>
 
        * gnode.c glist.c gslist.c: Make sure all