summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-07 20:52:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-07 20:52:48 (GMT)
commitc0b4029475158f16f683e4c46a86b28f7a146a1c (patch)
treea49704dd793189094b3d6cefd90d7f06e6a7cc14 /ChangeLog
parent12b8a066d1d8dd8cbef587dc6fafed870604f49f (diff)
Created arrays with low memory footprint.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fd61f8..6fcb38a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+17-03-07 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/arch/instruction.c:
+ Update the Python API.
+
+ * src/arch/instruction-int.h:
+ * src/arch/instruction.c:
+ * src/arch/instruction.h:
+ * src/arch/raw.c:
+ Update code.
+
+ * src/common/Makefile.am:
+ Add the 'array.[ch]' files to libcommon_la_SOURCES.
+
+ * src/common/array.c:
+ * src/common/array.h:
+ New entries: create arrays with low memory footprint.
+
17-03-06 Cyrille Bagard <nocbos@gmail.com>
* plugins/androhelpers/params.c: