summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-09-04 21:28:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-09-04 21:28:31 (GMT)
commitfc7a3dfb87fba9ae031cb52fa5951e00c409b07e (patch)
tree45109fdeec00ba9c4555018c5694b0877dcbc6e3 /ChangeLog
parent04ca0756d59629113bd3f602565850a2910ac84e (diff)
Updated the code and displayed the symbols using all symbols, not only routines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@398 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0837dfe..3277a53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+14-09-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/vmpa.c:
+ Fix a bug: use the new VMPA_MAX_LEN instead of the old VMPA_MAX_SIZE.
+
+ * src/gui/panels/bookmarks.c:
+ Typo. Do not be afraid to use assert().
+
+ * src/gui/panels/regedit.c:
+ Fix a memory leak. Typo.
+
+ * src/gui/panels/symbols.c:
+ Update the code and display the symbols using all symbols, not only routines.
+
14-09-02 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/fetch.c: