--- linuxsampler/trunk/ChangeLog 2019/08/01 09:56:27 3550 +++ linuxsampler/trunk/ChangeLog 2019/08/01 10:22:56 3551 @@ -3,6 +3,13 @@ * general changes: - Fixed compiler error in Pool.h. + * Real-time instrument scripts: + - Added method ScriptVM::setExitResultEnabled() which allows to + explicitly enable the built-in exit() function to optionally accept + one function argument; the value of the passed exit() function + argument will then become available by calling + VMExecContext::exitResult() after script execution. + * test cases: - Fixed compiler errors in test cases. - Updated README for how to compile & run test cases. @@ -10,6 +17,8 @@ MutexTest::testDoubleLockStillBlocksConcurrentThread() to latest expected behaviour of the Mutex class implementation (recursive mutex type). + - Added test cases for NKSP core language aspects and core built-in + functions. Version 2.1.1 (27 Jul 2019)