summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-01-10 16:37:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-01-10 16:37:58 (GMT)
commit810de6edb44a18601d0a958be11e48252114d2ad (patch)
treefaf8f3e478493151145ced9269a0236efe714c51 /ChangeLog
parent585a2f345be7f58a6811f0eceda8c2b39e103deb (diff)
Produced temporary code to handle routines without code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6aa27c..61dd761 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
16-01-10 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/disass/limit.c:
+ * src/analysis/disass/loop.c:
+ * src/analysis/disass/macro.c:
+ * src/analysis/disass/rank.c:
+ Produce temporary code to handle routines without code.
+
+16-01-10 Cyrille Bagard <nocbos@gmail.com>
+
* src/common/extstr.c:
Fix a bug when the replacing string contains the replaced pattern.