/[svn]/linuxsampler/trunk/ChangeLog
ViewVC logotype

Diff of /linuxsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3257 by schoenebeck, Tue May 30 17:20:02 2017 UTC revision 3285 by schoenebeck, Thu Jun 22 10:45:38 2017 UTC
# Line 200  Version SVN trunk (?) Line 200  Version SVN trunk (?)
200      - NKSP language: Added support for user declared const array variables.      - NKSP language: Added support for user declared const array variables.
201      - NKSP language: Raise parser warning if array variable is accessed with      - NKSP language: Raise parser warning if array variable is accessed with
202        an index that exceeds the array's size.        an index that exceeds the array's size.
203        - NKSP language fix: Unknown characters were not handled correctly.
204        - NKSP language: Added support for "synchronized .. end synchronized"
205          code blocks.
206        - Implemented built-in script function "abort()" which allows to abort
207          another script handler by passing its callback ID.
208        - Fixed potential memory access bug and potential undefined behavior of
209          "init" event handlers.
210        - Print a time stamp along to each call of built-in function "message()".
211        - ScriptVM API: Added VMParserContext::preprocessorComments() which allows
212          to retrieve all code blocks filtered out by the preprocessor.
213    
214    * Instruments DB:    * Instruments DB:
215      - Fixed memory access bug of general DB access code which lead to      - Fixed memory access bug of general DB access code which lead to

Legend:
Removed from v.3257  
changed lines
  Added in v.3285

  ViewVC Help
Powered by ViewVC