summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-08-31 22:50:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-08-31 22:50:48 (GMT)
commit0820b68115258d7260b69a5bfb179368aa265772 (patch)
treee5fa5ec8ee1463e7467a2669105345105b563eff /ChangeLog
parented4bb73e5d68c1f81b8e0c3210aa221ec6f2675b (diff)
Removed some warnings by upgrading code to GLib 2.32.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@359 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ade8874..61c93a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+13-09-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/debug/remgdb/stream.c:
+ * src/debug/remgdb/stream-int.h:
+ * src/debug/stream.c:
+ * src/debug/stream-int.h:
+ Remove some warnings by upgrading code to GLib 2.32.
+
+ * src/format/mangling/demangler.c:
+ * src/format/mangling/demangler.h:
+ * src/format/mangling/Makefile.am:
+ Disable the buggy demangling for Itanium.
+
+ * src/glibext/delayed.c:
+ * src/glibext/delayed-int.h:
+ Remove some warnings by upgrading code to GLib 2.32.
+
+ * src/glibext/gbinportion.h:
+ Typo.
+
+ * src/main.c:
+ * src/project.c:
+ Remove some warnings by upgrading code to GLib 2.32.
+
13-08-31 Cyrille Bagard <nocbos@gmail.com>
* src/arch/archbase.h: