summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-16 18:42:29 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-16 18:42:29 (GMT)
commiteb9b7fd76451db5c9f07a800c0394480e4b88c9c (patch)
tree0ed8261cffd4a40f4f7924f4dc12cc37c00bf554 /ChangeLog
parent23b9c6e68bbe5f0531f9a9408c2deb9f897701dc (diff)
Improved the removal of format symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 416027c..bd8482a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+18-01-16 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/format/format.c:
+ Add and remove symbols from the Python API.
+
+ * plugins/pychrysa/format/symbol.c:
+ Typo.
+
+ * src/format/format.c:
+ Improve the removal of format symbols.
+
+ * tests/format/format.py:
+ New entry: create a test suite entry for checking the addition / removal
+ of symbols.
+
18-01-13 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/format/Makefile.am:
@@ -17,6 +32,7 @@
* src/analysis/disass/output.c:
* src/analysis/disass/routines.c:
* src/analysis/disass/routines.h:
+ Update code.
* src/arch/processor.c:
Fix a compilation bug when NDEBUG is defined.