summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-05-19 21:21:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-05-19 21:21:30 (GMT)
commitf828d126a74facac145531822c6ea9c8259b50e0 (patch)
tree521bfa44de551f30934ee321339a7a87d12a3243 /ChangeLog
parente92c777c91612c8508d263645480c6c3889b679d (diff)
Loaded the ELF internal symbols using all the available CPUs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog66
1 files changed, 66 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b5eb64..95bc008 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+16-05-19 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/mobicore/mclf.c:
+ * plugins/mobicore/mclf.h:
+ * plugins/pychrysa/format/elf/elf.c:
+ Update code.
+
+ * src/analysis/disass/instructions.c:
+ * src/analysis/disass/routines.c:
+ Typo.
+
+ * src/core/formats.c:
+ * src/core/formats.h:
+ Use the global status bar to load binary formats.
+
+ * src/format/dex/dex.c:
+ * src/format/dex/dex.h:
+ * src/format/dwarf/v2/dwarf.c:
+ * src/format/dwarf/v2/dwarf.h:
+ * src/format/dwarf/v3/dwarf.c:
+ * src/format/dwarf/v3/dwarf.h:
+ * src/format/dwarf/v4/dwarf.c:
+ * src/format/dwarf/v4/dwarf.h:
+ Update code.
+
+ * src/format/elf/Makefile.am:
+ Add the 'loading.[ch]' files to libformatelf_la_SOURCES.
+
+ * src/format/elf/elf.c:
+ * src/format/elf/elf.h:
+ Update code.
+
+ * src/format/elf/loading.c:
+ * src/format/elf/loading.h:
+ New entries: display some progress information while loading ELF symbols.
+
+ * src/format/elf/symbols.c:
+ * src/format/elf/symbols.h:
+ Load the ELF internal symbols using all the available CPUs.
+
+ * src/format/format-int.h:
+ * src/format/format.c:
+ * src/format/format.h:
+ Avoid memory corruptions using locks.
+
+ * src/glibext/delayed.c:
+ * src/glibext/delayed.h:
+ Update code.
+
+ * src/gtkext/gtkstatusstack.c:
+ * src/gtkext/gtkstatusstack.h:
+ Define extendable activities. Update code.
+
+ * src/gui/core/Makefile.am:
+ Add the 'global.[ch]' files to libguicore_la_SOURCES.
+
+ * src/gui/core/global.c:
+ * src/gui/core/global.h:
+ New entries: define and provide global GUI references.
+
+ * src/gui/status.c:
+ Register the global status bar.
+
+ * src/main.c:
+ Update code.
+
16-05-13 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gbufferview.c: