summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 4ea154e673309ae5ba4870415b9c2422fc5d13aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
2008-07-27  Cyrille Bagard <nocbos@gmail.com>

	* configure.ac:
	Remove AC_PROG_RANLIB in favor of AC_PROG_LIBTOOL. Add AM_PROG_CC_C_O
	and schedule the creation of the new Makefiles.

	* src/arch/instruction.c:
	* src/arch/instruction.h:
	* src/arch/instruction-int.h:
	* src/arch/Makefile.am:
	* src/arch/operand.c:
	* src/arch/operand.h:
	* src/arch/operand-int.h:
	* src/arch/processor.c:
	* src/arch/processor.h:
	* src/arch/processor-int.h:
	* src/arch/x86/instruction.h:
	* src/arch/x86/Makefile.am:
	* src/arch/x86/opcodes.h:
	* src/arch/x86/op_int.c:
	* src/arch/x86/processor.c:
	* src/arch/x86/processor.h:
	New entries: parse x86 binary data and display the result.

	* src/binary.c:
	* src/binary.h:
	New entries: load a basic ASM content.

	* src/editor.c:
	Set some fixed fonts and use the new code snippet. Update the GPL header
	(Firebox Tools -> OpenIDA, version 2 -> version 3).

	* src/format/elf/format_elf.c:
	* src/format/elf/format_elf.h:
	* src/format/elf/Makefile.am:
	* src/format/Makefile.am:
	New entries: empty files.

	* src/gtksnippet.c:
	* src/gtksnippet.h:
	New entries: from an example from GTK.org, display assembly content.

	* src/Makefile.am:
	Add binary.[ch] and gtksnippet.[cg] files to openida_SOURCES and internal
	libraries to openida_LDADD.

2008-07-23  Cyrille Bagard <nocbos@gmail.com>

	* AUTHORS:
	* ChangeLog:
	* configure.ac:
	* Makefile.am:
	* NEWS:
	* po/Makevars:
	* po/POTFILES.in:
	* README:
	* src/editor.c:
	* src/Makefile.am:
	Initial commit. State of the program submitted to Gna!.