--- linuxsampler/trunk/ChangeLog 2017/05/30 17:20:02 3257 +++ linuxsampler/trunk/ChangeLog 2017/06/22 10:45:38 3285 @@ -200,6 +200,16 @@ - NKSP language: Added support for user declared const array variables. - NKSP language: Raise parser warning if array variable is accessed with an index that exceeds the array's size. + - NKSP language fix: Unknown characters were not handled correctly. + - NKSP language: Added support for "synchronized .. end synchronized" + code blocks. + - Implemented built-in script function "abort()" which allows to abort + another script handler by passing its callback ID. + - Fixed potential memory access bug and potential undefined behavior of + "init" event handlers. + - Print a time stamp along to each call of built-in function "message()". + - ScriptVM API: Added VMParserContext::preprocessorComments() which allows + to retrieve all code blocks filtered out by the preprocessor. * Instruments DB: - Fixed memory access bug of general DB access code which lead to