diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-03-07 20:52:48 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-03-07 20:52:48 (GMT) |
commit | c0b4029475158f16f683e4c46a86b28f7a146a1c (patch) | |
tree | a49704dd793189094b3d6cefd90d7f06e6a7cc14 /ChangeLog | |
parent | 12b8a066d1d8dd8cbef587dc6fafed870604f49f (diff) |
Created arrays with low memory footprint.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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: |