summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-23 18:22:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-23 18:22:55 +0000
commitea23032ec80fc3590c8a4bee7b966facdd56529f (patch)
tree2e03391226d5925fc1bb5d9c1600725c3655a60e /ChangeLog.pre-2-6
parent0680744fbbe5d0c89a47ad042ea6a46ff09d15dd (diff)
downloadglib-ea23032ec80fc3590c8a4bee7b966facdd56529f.tar.gz
Don't mark g_option_error_quark() as const, to be consistent with all the
2004-11-23 Matthias Clasen <mclasen@redhat.com> * glib/goption.h: Don't mark g_option_error_quark() as const, to be consistent with all the other error_quark functions. (technically they are const, but since these are called only in error paths, giving the compiler better optimization opportunities doesn't matter much)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-610
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 0e03561a5..c729f5883 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,7 +1,15 @@
2004-11-23 Matthias Clasen <mclasen@redhat.com>
+ * glib/goption.h: Don't mark g_option_error_quark() as const,
+ to be consistent with all the other error_quark functions.
+ (technically they are const, but since these are called only
+ in error paths, giving the compiler better optimization
+ opportunities doesn't matter much)
+
+2004-11-23 Matthias Clasen <mclasen@redhat.com>
+
Fix a problem with the PLT reduction changes which caused the
- internal aliases to use all attributes.
+ internal aliases to lose all attributes.
* glib/glib.symbols: Add attribute annotations.
* glib/makegalias.pl: Keep attribute annotations, but strip PRIVATE.