summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-12 22:47:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-12 22:47:38 (GMT)
commitd7f78fe9a75d96b6f3d441335dcf50a5c026d8ea (patch)
tree632744c467641825441b866c4f988c03d9c20cf1 /ChangeLog
parentbdda063b67d8c1d402f6dc17726fed0c800d3d1c (diff)
Taken into account that raw immediate values can be used more than once.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6562f78..9064308 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+17-07-13 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/db/items/comment.c:
+ Collect the text from all portions, not the first one.
+
+ * src/arch/arm/v7/fetch.c:
+ Take into account that raw immediate values can be used more than once.
+
+ * src/common/array.c:
+ * src/common/array.h:
+ * src/format/preload.c:
+ * src/format/preload.h:
+ Extend code.
+
+ * src/glibext/gbuffercache.c:
+ Handle comments with more than one line.
+
17-07-12 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/dragon.c: