summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-03-21 15:21:41 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-03-21 15:21:41 +0000
commit66034865b17cde557bfba6d456eaaf2641c35bb5 (patch)
tree9e0d70e4e8058b1a88cb49bd578cf7530fbc5b43 /ChangeLog.pre-2-0
parentcdb61955724cd0f97546a86421b52b4da66e8ae5 (diff)
downloadglib-66034865b17cde557bfba6d456eaaf2641c35bb5.tar.gz
always define G_GNUC_EXTENSION, even when not needed by GLib. That's
2000-03-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h, configure.in, gutils.h: always define G_GNUC_EXTENSION, even when not needed by GLib. That's actually also the way, the GLib reference manual describes that macro. Therefore I had to remove the lonesome #include <glibconfig.h> in gutils.c, which doesn't seem to be needed there however. This change should make Ben Gertzfield <che@debian.org> happy. * gutils.c: Furthermore two warnings in gutils.c were voided, which crept in due to my last change.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-010
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 83d15ab0c..7238aa293 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,5 +1,15 @@
2000-03-21 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+ * glib.h, configure.in, gutils.h: always define G_GNUC_EXTENSION,
+ even when not needed by GLib. That's actually also the way, the
+ GLib reference manual describes that macro. Therefore I had to
+ remove the lonesome #include <glibconfig.h> in gutils.c, which
+ doesn't seem to be needed there however. This change should make
+ Ben Gertzfield <che@debian.org> happy.
+
+ * gutils.c: Furthermore two warnings in gutils.c were voided,
+ which crept in due to my last change.
+
* gutils.c (g_get_current_dir): Allocate only up to 128KB for a
pathname. While this is an arbitrary value just like 2048, it
seems to be enough (after all, even 4GB is an arbitrary value).