| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- 2004-09-05 Jambunathan K <[email protected]>
- * Microsoft.VisualBasic.dll.sources: Added DefaultArgumentValueAttribute.cs
- * Makefile: Removed '/unsafe' switch to the C# compiler
- 2004-07-31 Jambunathan K <[email protected]>
- * Makefile: Added /unsafe switch to the compiler command line.
- This is required as setting of Today and TimeOfDay makes a libc
- call - stime(). Thanks to Pablo Cardona for submitting this patch.
- 2004-07-05 Rafael Teixeira <[email protected]>
- * Strings.cs: corrected 3 long-standing errors as detected by our nunit tests
- 2004-06-28 Raja R Harinath <[email protected]>
- * Makefile ($(TXT_RESOURCES) $(RESX_RESOURCES)): Use $(RESGEN).
- 2004-06-23 Jambunathan K <[email protected]>
- * Microsoft.VisualBasic.dll.sources: Added RandomVBFile.cs and BinaryVBFile.cs
- 2004-06-22 Raja R Harinath <[email protected]>
- * Makefile: Use $(PLATFORM_PATH_SEPARATOR) when setting MONO_PATH.
- 2004-06-17 Jambunathan K <[email protected]>
- * Microsoft.VisualBasic.dll.sources: Included OutPutVBFile.cs
- 2004-06-16 Jambunathan K <[email protected]>
- * Microsoft.VisualBasic.dll.sources: Included VBFile.cs, BaseVBFile.cs,
- and InputVBFile.cs
- 2004-06-15 Jambunathan K <[email protected]>
- * Microsoft.VisualBasic_test.dll.sources: Added FinancialTest.cs
- to the list of test files
- 2004-06-07 Jambunathan K <[email protected]>
- * Makefile: Changed to account for error string resources
- * Microsoft.VisualBasic.dll.resources: Newly added list of compiled
- resources for VB.NET
- * Microsoft.VisualBasic.dll.sources: Included newly created VBErrors.cs
-
- 2004-4-25 Dennis Hayes <[email protected]>
- * Microsoft.VisualBasic.dll.sources: Added internal VBUtils.cs to buld for Mainsoft compatable.
- 2004-03-27 Duncan Mak <[email protected]>
- * Microsoft.VisualBasic_test.dll.sources: Added ForEachEnum and OpenModeTypes.
- 2004-01-21 Rafael Teixeira <[email protected]>
- * Microsoft.VisualBasic_test.dll.sources: Added new test files
- 2003-11-13 Andreas Nahr <[email protected]>
- * Microsoft.VisualBasic.dll.sources: Added Assembly files
- 2003-03-12 Martin Willemoes Hansen <[email protected]>
- * Patched makefile.gnu to work with the new NUnit2 tests
- 2002-08-15 Tim Coleman <[email protected]>
- * list:
- * makefile.gnu:
- Added files to allow build on linux.
- 2002-05-12 Rafael Teixeira <[email protected]>
- * Microsoft.VisualBasic: Strings.cs - Merged all method implementations provided
- by Martin Adoue, with method signatures (specially attributes) provided
- by Chris J. Breisch. Some tweaking for the Mid member (two overloads versus third optional parameter).
- 2002-05-18 Chris J Breisch <[email protected]>
- * Microsoft.VisualBasic: *.cs/Test/*.cs - Cleaned up code, added
- implementations for Collection.cs, Conversion.cs and NUnit Tests
- for both
|