diff options
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: |