File: CHANGELOG

package info (click to toggle)
libx86emu 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,180 kB
  • sloc: ansic: 11,135; perl: 949; makefile: 91; sh: 14
file content (78 lines) | stat: -rw-r--r-- 1,759 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
2018-04-27:	1.14
	- merge gh#wfeldt/libx86emu#11
	- enhance documentation
	- update git2log script
	- add better description

2018-04-27:	1.13
	- merge gh#wfeldt/libx86emu#7
	- add a small demo program

2017-09-12:	1.12
	- merge gh#wfeldt/libx86emu#9
	- add proper LICENSE file (containing the actual license) and add
	  it consistently to all source files

2016-06-22:	1.11
	- merge gh#wfeldt/libx86emu#5
	- Small compatibility fixes for msvc compiler
	- merge gh#wfeldt/libx86emu#6
	- Add tests for retn/retf instructions

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

2016-04-05:	1.9
	- merge branch master

2016-04-05:	1.8
	- merge gh#wfeldt/libx86emu#2
	- Fixed "RET imm" instructions
	- Fixed some small bugs

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

2015-10-13:	1.6
	- merge gh#wfeldt/libx86emu#1
	- Convert README to Markdown
	- Add documentation about how the project is sent to the distribution
	- Add what's libx86emu useful for

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

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

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

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

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

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