summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index daee274..4099064 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+15-02-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ * src/analysis/binary-int.h:
+ * src/analysis/disass/disassembler.c:
+ * src/analysis/disass/disassembler.h:
+ * src/analysis/disass/macro.c:
+ * src/arch/processor-int.h:
+ Remove all references to binary parts (GBinPart) and update the code.
+
+ * src/dialogs/binparts.c:
+ * src/dialogs/binparts.h:
+ Deleted entries.
+
+ * src/dialogs/Makefile.am:
+ Remove the 'binparts.[ch]' files from libdialogs_la_SOURCES.
+
+ * src/format/dex/class.c:
+ * src/format/dex/class.h:
+ * src/format/dex/dex.c:
+ * src/format/dex/method.c:
+ * src/format/dex/method.h:
+ * src/format/elf/elf.c:
+ * src/format/executable.c:
+ * src/format/executable.h:
+ * src/format/executable-int.h:
+ Remove all references to binary parts (GBinPart) and update the code.
+
+ * src/format/exe_format.c:
+ * src/format/exe_format.h:
+ * src/format/exe_format-int.h:
+ Deleted entries.
+
+ * src/format/java/java.c:
+ Remove all references to binary parts (GBinPart) and update the code.
+
+ * src/format/Makefile.am:
+ Remove the 'part.[ch]' files from libformat_la_SOURCES.
+
+ * src/format/part.c:
+ * src/format/part.h:
+ Deleted entries.
+
+ * src/format/pe/pe.c:
+ Remove all references to binary parts (GBinPart) and update the code.
+
15-02-01 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/area.c: