diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-02-24 20:50:41 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-02-24 20:50:41 (GMT) |
commit | 9ff8702e5c51c7916e239caee13b974dccff6413 (patch) | |
tree | d754055630699d221e00b2ceb66c358742b0650e /ChangeLog | |
parent | a5cd2e6519456f49a0f0d9d76dfac0ff89d8bbb1 (diff) |
Shown a loaded view at its entry point at the beginning.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@479 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +15-02-24 Cyrille Bagard <nocbos@gmail.com> + + * src/format/format.c: + * src/format/format.h: + Provide a way to find a symbol by its label. + + * src/format/symbol.c: + Add a debug comment. + + * src/project.c: + Show a loaded view at its entry point at the beginning. + 15-02-23 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |