add changelog entry for removed sigaltstack option

This commit is contained in:
Marius Gerbershagen 2018-05-30 18:35:40 +02:00
parent fd62dc11f8
commit 65524e01d8

View file

@ -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,