summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-01-06 04:12:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-01-06 04:12:24 (GMT)
commit6db53b26e6c3d973295df51bb1934d5b42fb6ebe (patch)
tree401358c8b10a879daa23336d06d7f14f273ee764 /ChangeLog
parent73308548c2be7f6480f3c898ceb6d01ae4e3f64c (diff)
Checked if a symbol exists right before adding it to the symbol list.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb87097..729c4ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+17-01-06 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/arm/v7/fetch.c:
+ * src/common/sort.c:
+ Update code.
+
+ * src/format/format.c:
+ * src/format/format.h:
+ Check if a symbol exists right before adding it to the symbol list.
+
+ * src/format/symbol.h:
+ Update code.
+
17-01-04 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gbufferline.c: