diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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: |