/[svn]
ViewVC logotype

Revision 1245


Jump to revision: Previous Next
Author: schoenebeck
Date: Tue Jun 19 15:54:13 2007 UTC (16 years, 9 months ago)
Changed paths: 3
Log Message:
* filename arguments in LSCP commands now allow to use escape
  sequences, that is directly literal as one of: \', \", \\, \n, \r,
  \f, \t, \v, or as octal ASCII code value like \132, or as hex ASCII
  code value like \xf2) (fixes bug #24)
* parser now supports extended ASCII character set
  (up to ASCII code 255, i.e. includes now umlauts and accents)
* LSCP parser C++ files are now automatically regenerated when
  yacc input source file (lscp.y) was modified


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/src/network/Makefile.am modified , text changed
Directorylinuxsampler/trunk/src/network/lscp.y modified , text changed

  ViewVC Help
Powered by ViewVC