Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Microsoft.JScript.Vsa « Microsoft.JScript « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df2592b0a3dc850c25b0e2093d0405cb51374c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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
	goes to jackson). Added  constructor, added InitOptions,
	GetSpecificOption, SetSpecificOption.