File: ChangeLog

package info (click to toggle)
dissy 4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 228 kB
  • ctags: 283
  • sloc: python: 1,156; xml: 16; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 762 bytes parent folder | download
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
2006-11-25 Simon Kgstrm <ska@bth.se> (4)
	* Added PPC support (Andrew May)

	* Added a text entry for marking certain patterns, e.g., to
	highlight certain registers and so in the text. The pattern is a
	regular expression

	* Fixed checks to avoid a few non-fatal exceptions

	* Added tooltips

	* Setting of colors is now possible in the preferences dialogue

2006-10-14 Simon Kgstrm <ska@bth.se> (3)
	* Added ability to search for instructions and registers
	* Fixed bug in label lookup

2006-09-03 Simon Kgstrm <ska@bth.se> (2)
	* Much faster loading of files. Only load a list of symbols and
	then load and links each function on demand.

	* More clever use of objdump, nm and readelf

	* Added reload menu option

	* Better IA-32 architecture support