2005-09-19 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / Microsoft.JScript / Microsoft.JScript.Vsa / ChangeLog
1 2005-09-13  Cesar Lopez Nataren  <cnataren@novell.com>
2
3         * VsaEngine.cs: Override method Compile and SetOption from BaseVsaEngine,
4
5 2005-08-31  Cesar Lopez Nataren  <cnataren@novell.com>
6
7         * VsaEngine.cs: Added method GetParser, eval needs it.
8
9 2005-07-09  Cesar Lopez Nataren  <cnataren@novell.com>
10
11         * VsaEngine.cs: Return proper constructors.
12
13 2005-07-05  Cesar Lopez Nataren  <cnataren@novell.com>
14
15         * VsaEngine.cs: Implemented GetOriginalRegExpConstructor.
16
17 2005-03-29  Cesar Lopez Nataren  <cnataren@novell.com>
18
19         * VsaEngine.cs: Return top of the stack casted to a ScriptObject.
20
21 2004-01-16  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
22
23         * VsaEngine.cs: added an Stack, a VsaScriptScope, do not throw exceptions for:
24         CreateEngineAndgetGlobalScope, GetGlobalScope, InitVsaEngine,
25         PopScriptObject, PushScriptObject, the reason is for being able to
26         run the tests at jtests. Be aware that this must get implemented yet.
27
28 2003-09-29    <cesar@ciencias.unam.mx>
29
30         * VsaEngine.cs: uncommented inheritance from BaseVsaEngine (thanks
31         goes to jackson). Added  constructor, added InitOptions,
32         GetSpecificOption, SetSpecificOption.
33