mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
add changelog entry for removed sigaltstack option
This commit is contained in:
parent
fd62dc11f8
commit
65524e01d8
1 changed files with 5 additions and 1 deletions
|
|
@ -29,7 +29,9 @@
|
|||
|
||||
* Pending changes since 16.1.3
|
||||
** Enhancements
|
||||
- improvements to C backend interface by Marius Gerbershagen
|
||||
- improvements to C backtrace interface by Marius Gerbershagen. Compile
|
||||
with CFLAGS+="-rdynamic" ./configure ... (Unix) or nmake
|
||||
ECL_USE_DBGHELP=yes ... (MSVC) to take full advantage of this feature.
|
||||
- better handling of fifo files (see man 7 fifo)
|
||||
- unicode names are always linked for unicode builds (~--with-unicode-names~ removed)
|
||||
- numerous bytecodes compiler enhancements
|
||||
|
|
@ -88,6 +90,8 @@ in C code
|
|||
is still referenced in the memory, it's programmer duty to call wait.
|
||||
- The cleanup forms of an unwind-protect are now executed with interrupts
|
||||
disabled.
|
||||
- The ECL_OPT_SIGALTSTACK_SIZE option has been removed, because it had no
|
||||
effect.
|
||||
* 16.1.3 changes since 16.1.2
|
||||
** Announcement
|
||||
Dear Community,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue