ChangeLog 548 B

12345678910111213
  1. 2004-01-16 Cesar Lopez Nataren <[email protected]>
  2. * VsaEngine.cs: added an Stack, a VsaScriptScope, do not throw exceptions for:
  3. CreateEngineAndgetGlobalScope, GetGlobalScope, InitVsaEngine,
  4. PopScriptObject, PushScriptObject, the reason is for being able to
  5. run the tests at jtests. Be aware that this must get implemented yet.
  6. 2003-09-29 <[email protected]>
  7. * VsaEngine.cs: uncommented inheritance from BaseVsaEngine (thanks
  8. goes to jackson). Added constructor, added InitOptions,
  9. GetSpecificOption, SetSpecificOption.