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

Diff of /linuxsampler/trunk/ChangeLog

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

revision 1221 by schoenebeck, Wed Jun 6 18:50:03 2007 UTC revision 1259 by schoenebeck, Tue Jun 26 21:41:09 2007 UTC
# Line 53  Version CVS HEAD (?) Line 53  Version CVS HEAD (?)
53        thread (TODO: a reasonable value yet to be tested), bugfix: non-RT        thread (TODO: a reasonable value yet to be tested), bugfix: non-RT
54        threads simply inherited properties of starting thread instead of        threads simply inherited properties of starting thread instead of
55        setting their own policy and priority        setting their own policy and priority
56        - minor fix in our automatic stack trace mechanism on crashes, the
57          main process did not wait for the stack trace process to finish
58          its output
59        - fixed some minor memory leaks
60        - reenabled assembly features support, at the moment only for
61          enabling a fast denormal FPU mode (x86 platforms supporting SSE2)
62    
63    * MIDI driver:    * MIDI driver:
64      - dispatch bank select (MSB and LSB) messages      - dispatch bank select (MSB and LSB) messages
# Line 81  Version CVS HEAD (?) Line 87  Version CVS HEAD (?)
87      - fixed compiler error when --enable-override-filter-type was      - fixed compiler error when --enable-override-filter-type was
88        supplied to the configure script (fixes #46)        supplied to the configure script (fixes #46)
89    
90      * LSCP server:
91        - fixed compile time error for old Bison versions
92          (i.e. v1.28 found on MacOS 10.4, patch by Toshi Nagata)
93        - parser now supports extended ASCII character set
94          (up to ASCII code 255, i.e. includes now umlauts and accents)
95        - filename arguments in LSCP commands now allow to use escape
96          sequences, that is directly literal as one of: \', \", \\, \n, \r,
97          \f, \t, \v, or as octal ASCII code value like \132, or as hex ASCII
98          code value like \xf2) (fixes bug #24)
99        - returns verbose syntax errors (line and column where syntax error
100          occured, the unexpected character and the actually expected, possible
101          character(s), the latter only if less than 5 possibilities)
102    
103    * Bug fixes:    * Bug fixes:
104      - fixed crash occurring on certain LSCP scripts (Bug 39)      - fixed crash occurring on certain LSCP scripts (Bug 39)
105      - another thread safety fix for lscp "load engine" and "set      - another thread safety fix for lscp "load engine" and "set

Legend:
Removed from v.1221  
changed lines
  Added in v.1259

  ViewVC Help
Powered by ViewVC