libucontext 1.3
parent
570c0c8b32
commit
3e5059e8a1
26
NEWS
26
NEWS
|
@ -1,3 +1,29 @@
|
|||
Changes from 1.2 to 1.3
|
||||
-----------------------
|
||||
|
||||
* Fix up getcontext/swapcontext return values across a few ports.
|
||||
Patches contributed for ARM and test suite by Volker Christian.
|
||||
|
||||
* Add support for hard-float on ARM.
|
||||
Patches contributed by Richard Campbell.
|
||||
|
||||
* Align build system variables with those used by Automake.
|
||||
Patch contributed by Ismael Luceno.
|
||||
|
||||
* Fix sporadic parallel build failures.
|
||||
Patches contributed by Jim Hauxwell.
|
||||
|
||||
* Ensure frame pointers are omitted when using the C trampoline.
|
||||
Patch contributed by Sören Tempel.
|
||||
|
||||
* Define _XOPEN_SOURCE when building on Darwin.
|
||||
Patch contributed by L. Pereira.
|
||||
|
||||
* Add support for building the manpages with Meson.
|
||||
Patch contributed by matoro.
|
||||
|
||||
* Migrate build from _BSD_SOURCE to _DEFAULT_SOURCE.
|
||||
|
||||
Changes from 1.1 to 1.2
|
||||
-----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue