diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-12-09 22:06:59 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-12-09 22:06:59 (GMT) |
commit | c644db0ad3b1a276f2c3bf9be72026c3581dd35f (patch) | |
tree | 6d672db75ff38eb9daf9e600cdba8373f3cc7d7f /ChangeLog | |
parent | c476dae9b50d6ff218e903e3f8d40ad51003fa40 (diff) |
Avoided to throw comments too far by defining local columns managers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +15-12-09 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/disassembler.c: + Mark the first line of a disassembly as a line starting a group. + + * src/analysis/disass/output.c: + * src/glibext/gbinportion.c: + Mark some lines as lines managing a local group of columns widths. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + * src/glibext/gcodebuffer.c: + Avoid to throw comments too far by defining local columns managers. + Clean and update code. + 15-12-04 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |