- Added: New flag for user signal handler: CXF_TOP_HDL, which causes jumping directly to the top-level catch section. When used in the top-level sig handler, the thread is terminated to prevent possible infinite looping. This is a complementation for CX_THROW_MAIN(), which allows to implement single top-level handler for selected signals/critical erros.
- Added: Test program: test for CXF_TOP_HDL: test_jmp_top_handler().
- Change: CX_THROW(): now the cx_throw() takes rcode as argument and sets it for the current entry. Saves a call to cx_get_entry() - faster.
- Manpage updated.
Full list of changes in the chglog.