[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Cscompmgd / Microsoft.CSharp / ChangeLog
1 2006-05-30  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * ErrorLevel.cs: Removed extra Serializable attribute in 2.0 profile.
4
5 2005-04-20  Gonzalo Paniagua Javier  <gonzalo@ximian.com>
6
7         * Compiler.cs: redirect standard error. Patch by Toby Miller that fixes
8         bug #74067.
9
10 2004-12-14  Jackson Harper  <jackson@ximian.com>
11
12         * Compiler.cs: mcs writes to stderr now. Also read stdout so we do
13         not block if mcs writes a lot of data to is.
14
15 2004-07-02  Jackson Harper  <jackson@ximian.com>
16
17         * Compiler.cs:
18         * CompilerError.cs:
19         * ErrorLevel.cs: Make obsolete in 2.0
20         
21 2004-05-11 Gert Driesen (drieseng@users.sourceforge.net)
22         * Compiler.cs: marked ctor private to match MS.NET
23
24 2003-02-23 Jackson Harper <jackson@latitudegeo.com>
25
26         * CompilerError.cs: Use fields not properties, and remove unneeded finalizer
27
28 2002-12-15 Jackson Harper <jackson@latitudegeo.com>
29
30         * CompilerError.cs ErrorLevel.cs: Moved ErrorLevel enum into its own file
31
32 2002-12-12 Jackson Harper <jackson@latitudegeo.com>
33
34         * Compiler.cs: Partially implemented bugreport option, also only allow valid options now
35
36 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
37
38         * Compiler.cs: Moved StreamWriter creation into a try block
39
40 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
41
42         * Compiler.cs: Source text is now implemented so you can pass strings of C# code to be compiled
43
44 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
45
46         * TODOAttribute.cs: Added file
47
48 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
49
50         * Compiler.cs CompilerError.cs: Moved file
51
52 2002-11-11 Jackson Harper <jackson@latitudegeo.com>
53
54         * CompilerError.cs: Reordered ErrorLevel enumeration to match MS values
55
56 2002-11-11 Jackson Harper <jackson@latitudegeo.com>
57
58         * CompilerError.cs: Error levels are now lower case to match MS spec
59
60 2002-11-9 Jackson Harper <jackson@latitudegeo.com>
61
62         * CompilerError.cs: ToString() Do not show source file info if there was no source file in the error message
63
64 2002-11-6 Jackson Harper <jackson@latitudegeo.com>
65
66         * Compiler.cs: No longers waits untill mcs is finished running to read output, this should prevent
67         crashes from buffers filling up.        
68
69 2002-11-4 Jackson Harper <jackson@latitudegeo.com>
70
71         * Compiler.cs CompilerError.cs: Fixed (C) in header
72         
73 2002-11-4 Jackson Harper <jackson@latitudegeo.com>
74
75         * Compiler.cs: Added file
76
77 2002-11-4 Jackson Harper <jackson@latitudegeo.com>
78
79         * CompilerError.cs: Changed FileName property to the correct name 'SourceFile'
80
81 2002-10-30 Jackson Harper <jackson@latitudegeo.com>
82
83         * CompilerError.cs: Added class