File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 142,720 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,327; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (100 lines) | stat: -rw-r--r-- 3,621 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>

	* IndentedTextWriterTest.cs: Added tests for Indent property.

2005-11-30  Sebastien Pouliot  <sebastien@ximian.com>

	* CodeCompilerCas.cs: MS doesn't demand EnvironmentPermission under 
	1.x.

2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>

	* CodeGeneratorFromTypeTestBase.cs: Modified GetMethodMembersType3 to 
	add parameter with no name.

2005-11-02  Sebastien Pouliot  <sebastien@ximian.com>

	* CodeCompilerCas.cs: New. CAS unit tests.
	* ExecutorCas.cs: New. CAS unit tests.
	* ExecutorTest.cs: New. Unit tests for Executor.

2005-11-01  Sebastien Pouliot  <sebastien@ximian.com>
 
	* CodeGeneratorCas.cs: New. CAS unit tests.

2005-11-01  Sebastien Pouliot  <sebastien@ximian.com> 

	* CodeDomProviderCas.cs: New. CAS unit tests.

2005-10-28  Gert Driesen  <drieseng@users.sourceforge.net>

	* CodeGeneratorTestBase.cs: Set eol-style to native.
	* CodeGeneratorTest.cs: Set eol-style to native.
        * CodeGeneratorFromTypeTestBase.cs: Added tests for 
	CodeEntryPointMethod and bug #76580. Set eol-style to native.
	* IndentedTextWriterTest.cs: Set eol-style to native.

2005-10-25  Sebastien Pouliot  <sebastien@ximian.com> 
 
	* CompilerErrorCas.cs: Under 1.x CompilerError is protected by a 
	LinkDemand for Unrestricted.
	* CompilerErrorCollectionCas.cs: Under 1.x CompilerError is protected
	by a LinkDemand for Unrestricted.
	* TempFileCollectionCas.cs: Moved precompiler directive to the right
	method (to ignore a test under MS 1.x).

2005-10-25  Sebastien Pouliot  <sebastien@ximian.com>

	* TempFileCollectionCas.cs: New. CAS unit tests.
	* TempFileCollectionTest.cs: New. Very basic tests to check the 
	behaviour of the TempDir property.

2005-10-24  Sebastien Pouliot  <sebastien@ximian.com>

	* CodeGeneratorOptionsCas.cs: New. CAS unit tests.
	* CodeGeneratorOptionsTest.cs: New. Unit tests.
	* CodeParserCas.cs: New. CAS unit tests.
	* CompilerErrorCas.cs: New. CAS unit tests.
	* CompilerErrorCollectionCas.cs: New. CAS unit tests.
	* CompilerInfoCas.cs: New. CAS unit tests.
	* CompilerParametersCas.cs: New. CAS unit tests.
	* CompilerResultsCas.cs: New. CAS unit tests.
	* GeneratedCodeAttributeCas.cs: New. CAS unit tests.
	* GeneratedCodeAttributeTest.cs: New. Unit tests.
	* IndentedTextWriterCas.cs: New. CAS unit tests.

2005-10-15  Gert Driesen <drieseng@users.sourceforge.net>

	* CodeGeneratorTestBase.cs: No longer keep instance of StringWriter to
	allow GenerateCodeFromType to be executed multiple times with relying
	on user to reset writer. Allow CodeGeneratorOptions to be passed in,
	in order to support bracing style tests.
	* CodeGeneratorFromTypeTestBase.cs: Modify Generate* methods to take
	CodeGeneratorOptions instance and pass it on to GenerateCodeFromType.

2005-07-30  Gert Driesen <drieseng@users.sourceforge.net>

	* CodeGeneratorFromTypeTestBase.cs: Added NewSlot tests.

2005-07-24  Gert Driesen <drieseng@users.sourceforge.net>

	* CodeGeneratorTest.cs: Removed duplicate import of NUNit.Framework
	namespace.
	* CodeGeneratorFromTypeTestBase.cs: Added BaseTypes and 
	TypeConstructor tests.

2005-07-21  Gert Driesen <drieseng@users.sourceforge.net>

	* CodeGeneratorTest.cs: Added unit tests for CodeGenerator.IsCurrent*.

2005-07-21  Gert Driesen <drieseng@users.sourceforge.net>

	* CodeGeneratorFromTypeTestBase.cs: Base class for unit tests for
	CodeGenerator.GenerateCodeFromType.
	* CodeGeneratorTestBase.cs: Base class for CodeGenerator unit tests.

2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>

	* IndentedTextWriterTest.cs: added test for IndentedTextWriter