ChangeLog 2.8 KB

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