84 lines
2.5 KiB
Plaintext
84 lines
2.5 KiB
Plaintext
2006-05-30 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* ErrorLevel.cs: Removed extra Serializable attribute in 2.0 profile.
|
|
|
|
2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
|
|
|
* Compiler.cs: redirect standard error. Patch by Toby Miller that fixes
|
|
bug #74067.
|
|
|
|
2004-12-14 Jackson Harper <jackson@ximian.com>
|
|
|
|
* Compiler.cs: mcs writes to stderr now. Also read stdout so we do
|
|
not block if mcs writes a lot of data to is.
|
|
|
|
2004-07-02 Jackson Harper <jackson@ximian.com>
|
|
|
|
* Compiler.cs:
|
|
* CompilerError.cs:
|
|
* ErrorLevel.cs: Make obsolete in 2.0
|
|
|
|
2004-05-11 Gert Driesen (drieseng@users.sourceforge.net)
|
|
* Compiler.cs: marked ctor private to match MS.NET
|
|
|
|
2003-02-23 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* CompilerError.cs: Use fields not properties, and remove unneeded finalizer
|
|
|
|
2002-12-15 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* CompilerError.cs ErrorLevel.cs: Moved ErrorLevel enum into its own file
|
|
|
|
2002-12-12 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* Compiler.cs: Partially implemented bugreport option, also only allow valid options now
|
|
|
|
2002-12-07 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* Compiler.cs: Moved StreamWriter creation into a try block
|
|
|
|
2002-12-07 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* Compiler.cs: Source text is now implemented so you can pass strings of C# code to be compiled
|
|
|
|
2002-12-07 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* TODOAttribute.cs: Added file
|
|
|
|
2002-12-07 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* Compiler.cs CompilerError.cs: Moved file
|
|
|
|
2002-11-11 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* CompilerError.cs: Reordered ErrorLevel enumeration to match MS values
|
|
|
|
2002-11-11 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* CompilerError.cs: Error levels are now lower case to match MS spec
|
|
|
|
2002-11-9 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* CompilerError.cs: ToString() Do not show source file info if there was no source file in the error message
|
|
|
|
2002-11-6 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* Compiler.cs: No longers waits untill mcs is finished running to read output, this should prevent
|
|
crashes from buffers filling up.
|
|
|
|
2002-11-4 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* Compiler.cs CompilerError.cs: Fixed (C) in header
|
|
|
|
2002-11-4 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* Compiler.cs: Added file
|
|
|
|
2002-11-4 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* CompilerError.cs: Changed FileName property to the correct name 'SourceFile'
|
|
|
|
2002-10-30 Jackson Harper <jackson@latitudegeo.com>
|
|
|
|
* CompilerError.cs: Added class
|