Changeset 101

Show
Ignore:
Timestamp:
06/02/05 00:00:35 (4 years ago)
Author:
pragma
Message:

6/01/05
- added reset() override to DSPResponse and DSPRequest (eliminated buggy behavior)
- refactored the expression parser to use less code (dumped split() function)
- refactored workspace slightly to use /lib instead of /runtime compiler now looks to dsp root for the 'runtime'
- fixed bugs with pushWriter and popWriter
- added dsp:import and dspconf page
- added dsp:capture and dspconf page
- added dsp:attribute and dspconf page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dspruntime.bat

    r67 r101  
    1 dmd -c dsp\servlet\IDSPRequest.d   -odruntime 
    2 dmd -c dsp\servlet\IDSPResponse.d  -odruntime 
    3 dmd -c misc\DllStub.d -odruntime 
     1dmd -c dsp\servlet\IDSPRequest.d   -odlib 
     2dmd -c dsp\servlet\IDSPResponse.d  -odlib 
     3dmd -c dsp\servlet\DSPAttributes.d  -odlib 
     4dmd -c dsp\Runtime.d  -odlib 
     5dmd -c misc\DllStub.d -odlib 
    46