diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-09-16 20:08:57 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-09-16 20:08:57 (GMT) |
commit | af083f8bd6da340214ae392451dde5782fb79039 (patch) | |
tree | ffc45880157f4fdd986b1e16aa6498bef149185a /ChangeLog | |
parent | 74642fbdeefaec21885e5fb6cad432e3e3b47cdb (diff) |
Used the new vmpa_t type in binary portions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@405 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +14-09-16 Cyrille Bagard <nocbos@gmail.com> + + * src/format/elf/elf.c: + * src/format/executable.c: + Update code. + + * src/glibext/gbinportion.c: + * src/glibext/gbinportion.h: + Use the new vmpa_t type in binary portions. + + * src/gtkext/gtkbinarystrip.c: + * src/gtkext/gtkbinarystrip.h: + Update code. + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel-int.h: + Clean and update code. + + * src/gui/tb/portions.c: + Update code. + 14-09-15 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |