summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-23 16:22:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-23 18:53:25 (GMT)
commit56f7524c4fd0fc14a509be7689f4820b31564dbc (patch)
tree9c84e11279cd5711a4e0af907ca6160b62317528 /ChangeLog
parent3f05bacd4fec23824489b51d964a7ce3565bb85b (diff)
Deleted a level of data to reduce the memory fingerprint.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog74
1 files changed, 74 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11da097..3a5e6e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,79 @@
16-10-23 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/androhelpers/switch.c:
+ * plugins/androhelpers/try_n_catch.c:
+ * src/analysis/db/items/switcher.c:
+ * src/analysis/disass/output.c:
+ * src/analysis/routine.c:
+ * src/analysis/types/basic.c:
+ * src/analysis/types/cse.c:
+ * src/analysis/types/encaps.c:
+ * src/analysis/types/literal.c:
+ * src/analysis/types/template.c:
+ * src/analysis/variable.c:
+ * src/arch/arm/v7/cregister.c:
+ * src/arch/arm/v7/operands/coproc.c:
+ * src/arch/arm/v7/operands/estate.c:
+ * src/arch/arm/v7/operands/limitation.c:
+ * src/arch/arm/v7/operands/maccess.c:
+ * src/arch/arm/v7/operands/offset.c:
+ * src/arch/arm/v7/operands/reglist.c:
+ * src/arch/arm/v7/operands/rotation.c:
+ * src/arch/arm/v7/operands/shift.c:
+ * src/arch/arm/v7/register.c:
+ * src/arch/dalvik/operands/args.c:
+ * src/arch/dalvik/operands/pool.c:
+ * src/arch/dalvik/register.c:
+ * src/arch/instruction.c:
+ * src/arch/operand.c:
+ * src/arch/raw.c:
+ * src/arch/target.c:
+ * src/arch/undefined.c:
+ * src/arch/x86/register.c:
+ * src/decomp/expr/access.c:
+ * src/decomp/expr/arithm.c:
+ * src/decomp/expr/array.c:
+ * src/decomp/expr/assign.c:
+ * src/decomp/expr/call.c:
+ * src/decomp/expr/dalvik/array.c:
+ * src/decomp/expression.c:
+ * src/decomp/expr/pseudo.c:
+ * src/decomp/expr/return.c:
+ * src/decomp/expr/text.c:
+ * src/decomp/instr/ite.c:
+ * src/decomp/instr/keyword.c:
+ * src/decomp/instr/switch.c:
+ * src/decomp/lang/asm.c:
+ * src/decomp/lang/java.c:
+ * src/format/dex/class.c:
+ * src/glibext/gbinportion.c:
+ Update code.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ * src/glibext/gbuffersegment.c:
+ * src/glibext/gbuffersegment.h:
+ * src/glibext/gbufferview.c:
+ * src/glibext/gbufferview.h:
+ * src/glibext/gcodebuffer.c:
+ Delete a level of data to reduce the memory fingerprint.
+
+ * src/glibext/linecolumn.c:
+ * src/glibext/linecolumn.h:
+ New entries: delete a level of data to reduce the memory fingerprint.
+
+ * src/glibext/linesegment.c:
+ * src/glibext/linesegment.h:
+ Renamed entries: delete a level of data to reduce the memory fingerprint.
+
+ * src/glibext/Makefile.am:
+ * src/gtkext/gtkbufferview.c:
+ * src/gui/core/core.c:
+ * src/gui/dialogs/export.c:
+ Update code.
+
+16-10-23 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/immediate.c:
* src/arch/target.c:
Update code.