**** Merged from MCS ****
[mono-project.git] / mcs / class / Microsoft.JScript / Microsoft.JScript.Vsa / ChangeLog
blob1cf6966de7330193ca73c4e486711b126ad5bff7
1 2004-01-16  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
3         * VsaEngine.cs: added an Stack, a VsaScriptScope, do not throw exceptions for:
4         CreateEngineAndgetGlobalScope, GetGlobalScope, InitVsaEngine,
5         PopScriptObject, PushScriptObject, the reason is for being able to
6         run the tests at jtests. Be aware that this must get implemented yet.
8 2003-09-29    <cesar@ciencias.unam.mx>
10         * VsaEngine.cs: uncommented inheritance from BaseVsaEngine (thanks
11         goes to jackson). Added  constructor, added InitOptions,
12         GetSpecificOption, SetSpecificOption.