summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-08-21 18:46:52 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-08-21 18:46:52 +0000
commit33df64519d53b29731b889772ed1eff39cbf5215 (patch)
tree0387e6ded5bcdbaf30d36ea78e0050bafe47f321 /ChangeLog.pre-2-12
parent4010a5acb2be1747e60a0e844a508dbf0f55a149 (diff)
downloadglib-33df64519d53b29731b889772ed1eff39cbf5215.tar.gz
Fix a couple of trivial bugs that were causing warnings.
Mon Aug 21 14:46:23 2000 Owen Taylor <otaylor@redhat.com> * tests/gio-test.c: Fix a couple of trivial bugs that were causing warnings. Mon Aug 21 14:39:36 2000 Owen Taylor <otaylor@redhat.com> * glib.h: Use C99 varargs macros where possible (check __STDC_VERSION__), otherwise, on gcc, use an alternate form of gcc varargs which is more likely to be supported going forward. (Based on some code from Raja Harinath)
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-1213
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 843ac4aee..9a6004987 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,16 @@
+Mon Aug 21 14:46:23 2000 Owen Taylor <otaylor@redhat.com>
+
+ * tests/gio-test.c: Fix a couple of trivial bugs that
+ were causing warnings.
+
+Mon Aug 21 14:39:36 2000 Owen Taylor <otaylor@redhat.com>
+
+ * glib.h: Use C99 varargs macros where possible
+ (check __STDC_VERSION__), otherwise, on gcc, use an alternate
+ form of gcc varargs which is more likely
+ to be supported going forward. (Based on some code
+ from Raja Harinath)
+
2000-08-17 Darin Adler <darin@eazel.com>
* glib.h: