summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1997-12-10 22:43:24 +0000
committerTim Janik <timj@src.gnome.org>1997-12-10 22:43:24 +0000
commit8a6dea2d5541059c4ce9094e6bf149bb3623859e (patch)
tree4836f500a204a8201546a0b18cc86d6dd1528e7f /ChangeLog.pre-2-6
parent68269a3f2a8dca675a700153e9758e0bd9a30d51 (diff)
downloadgtk+-8a6dea2d5541059c4ce9094e6bf149bb3623859e.tar.gz
GLib:
* glib_pre1.h: * glib_pre2.h: * glib.h: this file now gets concatenated by makeglib_h from glib_pre1.h and glib_pre2.h to merge in glibconfig.h wich got created by configure (done by Jay Painter). * glib_pre2.h: the g_assert*() and g_return_*_fail() macros are wrapped by G_STMT_START and G_STMT_END now, to avoid conflicts when used within if (...) g_macro(); else ... conditionals. Gtk+: * fixed some compiler errors, because g_return_if_fail() wasn't used with a trailing semicolon in some places. fixed few other warnings also. -timj
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-65
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 77e29e7fcb..805bda7fa5 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+Wed Dec 10 23:40:03 1997 Tim Janik <timj@psynet.net>
+
+ * fixed some compiler errors, because g_return_if_fail() wasn't used
+ with a trailing semicolon in some places. fixed few other warnings also.
+
Tue Dec 9 Owen Taylor <owt1@cornell.edu>
* configure changes: (configure.in, glib/configure.in)
Change test ! `...` to test -z `...`