summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9f23cc..1e95e36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+15-04-25 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefile from the 'plugins/libcsem directory.
+
+ * plugins/libcsem/exit.c:
+ * plugins/libcsem/exit.h:
+ * plugins/libcsem/Makefile.am:
+ * plugins/libcsem/semantic.c:
+ * plugins/libcsem/semantic.h:
+ New entries: include a new plugin to mark calls to exit() functions as return points.
+
+ * plugins/Makefile.am:
+ Add libcsem to SUBDIRS.
+
+ * src/analysis/disass/disassembler.c:
+ * src/plugins/plugin-def.h:
+ Define new kinds of plugin hooks.
+
15-04-24 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/graph/nodes/flow.c: