summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-08 12:46:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-08 12:46:23 (GMT)
commitfc8324b66dee0abf0a5e5e3cc570e1aed96b80c8 (patch)
tree04b9220e34b8bdc3449cd73e54a32c5037be5f0c /ChangeLog
parentdd75712aac8f70d18f07787d5d484d426600edeb (diff)
Refreshed the panel dealing with found symbols.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@72 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog55
1 files changed, 55 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8fe6ab..d13bebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,60 @@
09-06-08 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/binary.c:
+ Update the code loading the processor.
+
+ * src/analysis/line_code.c:
+ * src/analysis/line_comment.c:
+ Fix the address printing (need to be improved).
+
+ * src/analysis/prototype.c:
+ * src/analysis/prototype.h:
+ Retrieve only the name of a routine.
+
+ * src/arch/jvm/processor.c:
+ * src/arch/mips/processor.c:
+ Define the memory size of the architecture.
+
+ * src/arch/processor.c:
+ * src/arch/processor.h:
+ Change the code providing the linked architecture. Define the memory
+ size of the architecture. Convert formats into architectures. Clean
+ the code.
+
+ * src/arch/processor-int.h:
+ * src/arch/x86/processor.c:
+ Define the memory size of the architecture.
+
+ * src/editor.c:
+ Typo. Update the calls.
+
+ * src/format/exe_format.c:
+ Remove the log messages in favour of binary.c
+
+ * src/gtkext/gtksnippet.h:
+ Remove the useless AdressMode field.
+
+ * src/Makefile.am:
+ Remove the pan_symbols.[ch] from openida_SOURCES.
+
+ * src/panel/log.c:
+ Fix some compilation warnings.
+
+ * src/panel/Makefile.am:
+ Add the symbols.[ch] files to libpanel_a_SOURCES.
+
+ * src/panel/panels.c:
+ * src/panel/panels.h:
+ Load the symbols panel.
+
+ * src/panel/symbols.c:
+ * src/panel/symbols.h:
+ * src/pan_symbols.c:
+ * src/pan_symbols.h:
+ Moved entries: refresh the panel dealing with found symbols.
+
+09-06-08 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/x86/instruction.c:
* src/arch/x86/instruction.h:
Support more opcodes.