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

ChangeLog « mjs « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2795d359efb5eb5cb587e47c3814cd535b2c9adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2006-01-11 Evan Briones <evan@evanbriones.com>
	
	* mjs.cs: Fixed out by adding SetOption to the compiler engine.

2006-01-08  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs.cs: Add support for nostdlib, out, pkg and reference.

2005-09-13  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs.cs: Add support for flags parsing.

2005-02-14  Cesar Lopez Nataren  <cnataren@novell.com>

	* Added this file.
	
	* Makefile: add reference to Microsoft.Vsa.
	* mjs.cs (Main): As we can't directly create a Context outside of
	Microsoft.JScript, we use the VsaEngine to add the code items and
	after that guide the compilation, added method
	GetCodeFromFile. Added class MonoEngineSite.