File: CHANGELOG

package info (click to toggle)
libx86emu 1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,132 kB
  • ctags: 899
  • sloc: ansic: 11,013; perl: 625; makefile: 87; sh: 14
file content (57 lines) | stat: -rw-r--r-- 1,243 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
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
2016-04-11:	1.11
	- Add tests for retn/retf instructions
	- Small compatibility fixes for msvc compiler

2016-04-05:	1.10
	- add tests for rol/ror instructions
	- rewrite rol/ror implementation to be more readable and to fix overflow flag setting

2016-03-16:	1.9
	- build on more archs

2016-02-22:	1.8
	- Fixed some small bugs
	- Fixed "RET imm" instructions

2016-03-16:	1.7
	- build on more archs

2015-10-01:	1.6
	- Add what's libx86emu useful for
	- Add documentation about how the project is sent to the distribution
	- Convert README to Markdown

2015-03-02:	1.5
	- fix typo in Makefile
	- fix some compiler warnings
	- prepare for obs auto-submission
	- add VERSION file back

2013-02-28:	1.4
	- avoid using reserved c++ words

2011-01-26:	1.3
	- better invalid code detection
	- fix instruction log for some instructions

2010-09-23:	1.2
	- more Makefile fixes
	- fix Makefile
	- remove debug line
	- create VERSION and changelog from git repo
	- log message
	- don't use 'i386'
	- properly decode all descriptor types

2009-06-09:	1.1
	- export only API functions in shared lib
	- new mem interface
	- fix build on non-x86 arch

2008-12-12:	0.1
	- basic msr support
	- inw fix
	- log tsc
	- lowercase, no tabs
	- move to lowercase