Changed alloca stuff a bit: when we have a working alloca.h, we're not
[platform/upstream/glib.git] / ChangeLog.pre-2-6
index f7acbb0..7d32295 100644 (file)
@@ -1,15 +1,13 @@
-2000-09-30  Martin Baulig  <baulig@suse.de>
+2000-10-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
-       * configure.in (HAVE_THREADS): New automake conditional.
-       * Makefile.am (SUBDIRS): Only compile the gthread subdirectory if we
-       actually have threads.
+       * glib.h: Changed alloca stuff a bit: when we have a working
+       alloca.h, we're not messing with alloca any further. Should fix a
+       bug reported by Bernd Demian <wega@csc-dd.de>.
 
-2000-09-29  Martin Baulig  <baulig@suse.de>
-
-       * Makefile.am (pkgconfigdir): Set this to `$(libexecdir)/pkgconfig';
-       this is the directory where pkg-config actually looks.
+2000-09-29  Jonathan Blandford  <jrb@redhat.com>
 
-       * *.pc.in: Made the pkg-config scripts actually work.
+       * gnode.c (g_node_insert_after): Added function to keep symetry
+       with g_node_insert_before. 
 
 2000-09-29  Martin Baulig  <baulig@suse.de>