diff options
| author | josch <j.schauer@email.de> | 2023-03-26 08:59:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-26 09:59:00 +0200 |
| commit | 2ea036e02c3fe1374d32c23f795879623773a5ef (patch) | |
| tree | d6e66a89f5d54d11875a3a65b41356694442f70f /debian | |
| parent | f58ac3e9bf15251d902f22abea9685e7cbe55b2b (diff) | |
| download | box64-2ea036e02c3fe1374d32c23f795879623773a5ef.tar.gz box64-2ea036e02c3fe1374d32c23f795879623773a5ef.zip | |
fix some spelling mistakes (#640)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 34603d64..f1631499 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ box64 (0.2.2) unstable; urgency=low - * Added a hacked version for overriden malloc/free functions, enabling libcef (and derivative) to work. + * Added a hacked version for overridden malloc/free functions, enabling libcef (and derivative) to work. * Added rcfile handling: box64 now read "/etc/box64.box64rc" and "~/.box64rc" and apply per process parameters * Added BOX64_DYNAREC_CALLRET to optimized CALL/RET opcode using semi-direct native CALL/RET (get more than 10% speedup) * Added BOX64_DYNAREC_FORWARD to allow bigger Dynarec block to be build (can get more then 30% of Speedup!) @@ -17,7 +17,7 @@ box64 (0.2.2) unstable; urgency=low * Some special cases fixes for dlopen (fixes deadcells, maybe others too) * Improved mmap mapping, espcially with MAP_32BITS flag * More wrapped functions and syscalls - * Lots of improvment in the Rounding of float & double (Dynarec and Interpretor), and proper handling of denormals when converting to/from 80 bits long double + * Lots of improvment in the Rounding of float & double (Dynarec and Interpreter), and proper handling of denormals when converting to/from 80 bits long double * Added specific suppport for RK3588 board (needed some hack in signal handling, probably due to the use of a non mainlined kernel) * More support on the RV64 port * More support to build under musl environment @@ -27,7 +27,7 @@ box64 (0.2.2) unstable; urgency=low box64 (0.2.0) unstable; urgency=low * Wrapped more vulkan function, dxvk 2.0 now works - * Added support for overriden malloc/free functions + * Added support for overridden malloc/free functions * Refactor Dynarec memory management, reducing memory footprint (from 20% to 40% of Dynarec size) * Improved elf loader * Improved dlsym handling with RTLD_NEXT @@ -92,7 +92,7 @@ box64 (0.1.8) unstable; urgency=low * Don't quit on unsupported syscall, return -1 / ENOSYS error * Added some more Syscall * Wrapped Vulkan library. Vulkan and dxvk now supported! - * Support building on PPC64LE (interpretor only) - * Added support for Risc-V (interpretor only) + * Support building on PPC64LE (interpreter only) + * Added support for Risc-V (interpreter only) -- Sebastien Chevalier <ptitseb@box86.org> Tue, 18 Jan 2022 11:20:33 -0500 |