summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-03 20:27:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-03 20:27:36 (GMT)
commit9703198141480b1327a2037ca67f4da8546ab20f (patch)
tree5ee1dfbd968c6456b621a6f421727fa8a4f8fffc /ChangeLog
parent701b3b1a72d5b2697cbb37074e2a58580bcc1b4c (diff)
Limited the quantity of binary code shown for arrays.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5fba2a..31a67f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+17-03-03 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/readdex/header.c:
+ Update code.
+
+ * src/arch/instruction-int.h:
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ Show binary code of instructions.
+
+ * src/arch/raw.c:
+ Limit the quantity of binary code shown for arrays.
+
17-03-02 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gbufferline.c: