a3e0faee35
OBS-URL: https://build.opensuse.org/package/show/system:install:head/libx86emu?expand=0&rev=35
160 lines
4.5 KiB
Plaintext
160 lines
4.5 KiB
Plaintext
--------------------------------------------------------------------
|
|
Tue Aug 20 14:23:47 UTC 2019 - wfeldt@opensuse.org
|
|
|
|
- merge gh#wfeldt/libx86emu#19
|
|
- decode: Fix compiler warning
|
|
- 2.4
|
|
|
|
--------------------------------------------------------------------
|
|
Wed Apr 24 06:37:42 UTC 2019 - snwint@suse.de
|
|
|
|
- merge gh#wfeldt/libx86emu#15
|
|
- include: Fix GCC strict-prototypes warning
|
|
- include: Fix 'multiple definition of' linker errors
|
|
- Small fixes
|
|
- 2.3
|
|
|
|
--------------------------------------------------------------------
|
|
Thu Mar 21 11:45:15 UTC 2019 - snwint@suse.de
|
|
|
|
- merge gh#wfeldt/libx86emu#14
|
|
- ops2: Add support for conditional move
|
|
- ops2: Implement bswap
|
|
- Add additional ops2 instructions
|
|
- 2.2
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 14 16:00:52 CET 2019 - kukuk@suse.de
|
|
|
|
- Use %license instead of %doc [bsc#1082318]
|
|
|
|
--------------------------------------------------------------------
|
|
Thu Aug 30 13:31:45 UTC 2018 - snwint@suse.de
|
|
|
|
- merge gh#wfeldt/libx86emu#13
|
|
- Fix README.md header typos
|
|
- 2.1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 26 10:54:27 UTC 2018 - jengelh@inai.de
|
|
|
|
- Fix RPM groups. Trim bias from descriptions.
|
|
|
|
--------------------------------------------------------------------
|
|
Wed Jul 25 08:42:44 UTC 2018 - wfeldt@opensuse.org
|
|
|
|
- merge gh#wfeldt/libx86emu#12
|
|
- fstirlitz: make libx86emu re-entrant
|
|
- 2.0
|
|
|
|
--------------------------------------------------------------------
|
|
Fri Apr 27 12:22:24 UTC 2018 - wfeldt@opensuse.org
|
|
|
|
- merge gh#wfeldt/libx86emu#11
|
|
- enhance documentation
|
|
- update git2log script
|
|
- add better description
|
|
- 1.14
|
|
|
|
--------------------------------------------------------------------
|
|
Fri Apr 27 11:49:32 UTC 2018 - wfeldt@opensuse.org
|
|
|
|
- merge gh#wfeldt/libx86emu#7
|
|
- add a small demo program
|
|
- 1.13
|
|
|
|
--------------------------------------------------------------------
|
|
Tue Sep 12 11:49:46 UTC 2017 - wfeldt@opensuse.org
|
|
|
|
- merge gh#wfeldt/libx86emu#9
|
|
- add proper LICENSE file (containing the actual license) and add
|
|
it consistently to all source files
|
|
- 1.12
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 22 12:18:16 UTC 2016 - snwint@suse.com
|
|
|
|
- Add tests for retn/retf instructions
|
|
- Small compatibility fixes for msvc compiler
|
|
- 1.11
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 5 15:36:24 UTC 2016 - snwint@suse.com
|
|
|
|
- add tests for rol/ror instructions
|
|
- rewrite rol/ror implementation to be more readable and to fix overflow flag setting
|
|
- 1.10
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 5 15:33:12 UTC 2016 - snwint@suse.com
|
|
|
|
- build on more archs
|
|
- 1.9
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 5 15:23:16 UTC 2016 - snwint@suse.com
|
|
|
|
- Fixed some small bugs
|
|
- Fixed "RET imm" instructions
|
|
- 1.8
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 16 15:57:17 CET 2016 - snwint@suse.com
|
|
|
|
- build on more archs
|
|
- 1.7
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 13 09:18:23 UTC 2015 - snwint@suse.com
|
|
|
|
- Add what's libx86emu useful for
|
|
- Add documentation about how the project is sent to the distribution
|
|
- Convert README to Markdown
|
|
- 1.6
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 2 11:46:08 CET 2015 - snwint@suse.com
|
|
|
|
- avoid using reserved c++ words
|
|
- fix typo in Makefile
|
|
- fix some compiler warnings
|
|
- prepare for obs auto-submission
|
|
- add VERSION file back
|
|
- 1.5
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 31 14:47:04 CET 2011 - snwint@suse.de
|
|
|
|
- better invalid code detection
|
|
- fix instruction log for some instructions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 23 18:07:14 CEST 2010 - snwint@suse.de
|
|
|
|
- create VERSION and changelog from git repo
|
|
- log message
|
|
- don't use 'i386'
|
|
- properly decode all descriptor types
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 10 10:20:17 CEST 2009 - snwint@suse.de
|
|
|
|
- avoid that error in future
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 9 20:44:08 CEST 2009 - coolo@novell.com
|
|
|
|
- fix typo
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 9 17:26:49 CEST 2009 - snwint@suse.de
|
|
|
|
- export only API functions in shared lib
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 8 12:46:50 CEST 2009 - snwint@suse.de
|
|
|
|
- upgraded to version 1.0
|
|
- align to package conventions
|
|
|