* Import.cs (Resolve): Update to changes in GMCS.
[mono.git] / mcs / class / Microsoft.JScript / Microsoft.JScript.Vsa / ChangeLog
index 0b64627641b33cb885d607385d7a031de2ffbf1d..df2592b0a3dc850c25b0e2093d0405cb51374c96 100644 (file)
@@ -1,3 +1,34 @@
+2005-10-11  Cesar Lopez Nataren  <cnataren@novell.com>
+
+       * VsaEngine.cs: Parse all the files.
+
+2005-09-13  Cesar Lopez Nataren  <cnataren@novell.com>
+
+       * VsaEngine.cs: Override method Compile and SetOption from BaseVsaEngine,
+
+2005-08-31  Cesar Lopez Nataren  <cnataren@novell.com>
+
+       * VsaEngine.cs: Added method GetParser, eval needs it.
+
+2005-07-09  Cesar Lopez Nataren  <cnataren@novell.com>
+
+       * VsaEngine.cs: Return proper constructors.
+
+2005-07-05  Cesar Lopez Nataren  <cnataren@novell.com>
+
+       * VsaEngine.cs: Implemented GetOriginalRegExpConstructor.
+
+2005-03-29  Cesar Lopez Nataren  <cnataren@novell.com>
+
+       * VsaEngine.cs: Return top of the stack casted to a ScriptObject.
+
+2004-01-16  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
+
+       * VsaEngine.cs: added an Stack, a VsaScriptScope, do not throw exceptions for:
+       CreateEngineAndgetGlobalScope, GetGlobalScope, InitVsaEngine,
+       PopScriptObject, PushScriptObject, the reason is for being able to
+       run the tests at jtests. Be aware that this must get implemented yet.
+
 2003-09-29    <cesar@ciencias.unam.mx>
 
        * VsaEngine.cs: uncommented inheritance from BaseVsaEngine (thanks