diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +17-04-27 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'plugins/fmtp' directory. + + * plugins/Makefile.am: + Add 'fmtp' to SUBDIRS. + + * plugins/fmtp/Makefile.am: + * plugins/fmtp/def.h: + * plugins/fmtp/parser.c: + * plugins/fmtp/parser.h: + New entries: provide a generic parser for format fields. + + * plugins/readelf/Makefile.am: + Update LDFLAGS and AM_CPPFLAGS. + + * plugins/readelf/header.c: + * plugins/readelf/header.h: + * plugins/readelf/program.c: + * plugins/readelf/reader.c: + * plugins/readelf/section.c: + Parse ELF format fields using a new generic parser to save memory. + 17-04-22 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/links.c: |