2005-05-05 Raja R Harinath * Makefile (with_mono_path): Define. 2005-05-06 Ankit Jain * Microsoft.VisualBasic.dll.resources: Change resource argument to Microsoft.VisualBasic.VBUtils.resources . 2005-05-06 Raja R Harinath * Microsoft.VisualBasic.VBUtils.txt: Rename from ... * Microsoft.VisualBasic/VBUtils.txt: ... this. * Makefile (TXT_RES): Update. (SUBDIRS): Remove. (LIBRARY_NEEDS_POSTPROCESSING): Define. (the_il, the_lib): New. Move rules from fixup/Makefile. * fixup/Makefile: Remove. 2005-04-25 Raja R Harinath * fixup/Makefile (ILDISASM): Remove. ($(the_il)): Create temporary files in profile directory. 2005-04-23 Atsushi Enomoto * fixup/Makefile : monodis might not be in PATH. Use one from mono tree. 2005-04-22 Raja R Harinath * fixup/Makefile (install-local): Depend on $(the_lib). * fixup/fixup.pl: Be more resilient to varying order of .param custom attributes. 2005-04-21 Raja R Harinath * Makefile (NO_SIGN_ASSEMBLY, NO_INSTALL): Set. The actual signing and installation is handled by fixup/Makefile. (test_against, test_dep): Point to the fixed up dll. * fixup/Makefile: New makefile. Handles calling 'fixup.pl' on the build assembly, and installing it. * fixup.pl: Allow input from stdin. 2005-04-21 Ankit Jain * fixup.pl: Add fixup script to convert DefaultArgumentValueAttribute to its corresponding default value in IL. 2005-02-03 Manjula GHM * Added Microsoft.VisualBasic project file 2004-12-07 Raja R Harinath * Makefile ($(TXT_RES)): Pass argument of RESGEN through PLATFORM_CHANGE_SEPARATOR_CMD. 2004-11-26 Raja R Harinath * Makefile (EXTRA_DISTFILES): Add Microsoft.VisualBasic.dll.resources. 2004-11-25 Raja R Harinath * Makefile (EXTRA_DISTFILES): Fix typo. 2004-11-02 Atsushi Enomoto * Makefile : don't use -codepage:utf8. It breaks csc build. 2004-10-30 Rafael Teixeira * Makefile: Added some -codepage:utf8 options for mcs, or our sources (specially for tests) get miscompiled. 2004-10-11 Rafael Teixeira * Makefile: Added reference to System.Windows.Forms as interface Microsoft.VisualBasic.CompilerServices.IVbHost needs it. 2004-09-05 Jambunathan K * Microsoft.VisualBasic.dll.sources: Added DefaultArgumentValueAttribute.cs * Makefile: Removed '/unsafe' switch to the C# compiler 2004-07-31 Jambunathan K * 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 * Strings.cs: corrected 3 long-standing errors as detected by our nunit tests 2004-06-28 Raja R Harinath * Makefile ($(TXT_RESOURCES) $(RESX_RESOURCES)): Use $(RESGEN). 2004-06-23 Jambunathan K * Microsoft.VisualBasic.dll.sources: Added RandomVBFile.cs and BinaryVBFile.cs 2004-06-22 Raja R Harinath * Makefile: Use $(PLATFORM_PATH_SEPARATOR) when setting MONO_PATH. 2004-06-17 Jambunathan K * Microsoft.VisualBasic.dll.sources: Included OutPutVBFile.cs 2004-06-16 Jambunathan K * Microsoft.VisualBasic.dll.sources: Included VBFile.cs, BaseVBFile.cs, and InputVBFile.cs 2004-06-15 Jambunathan K * Microsoft.VisualBasic_test.dll.sources: Added FinancialTest.cs to the list of test files 2004-06-07 Jambunathan K * 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 * Microsoft.VisualBasic.dll.sources: Added internal VBUtils.cs to buld for Mainsoft compatable. 2004-03-27 Duncan Mak * Microsoft.VisualBasic_test.dll.sources: Added ForEachEnum and OpenModeTypes. 2004-01-21 Rafael Teixeira * Microsoft.VisualBasic_test.dll.sources: Added new test files 2003-11-13 Andreas Nahr * Microsoft.VisualBasic.dll.sources: Added Assembly files 2003-03-12 Martin Willemoes Hansen * Patched makefile.gnu to work with the new NUnit2 tests 2002-08-15 Tim Coleman * list: * makefile.gnu: Added files to allow build on linux. 2002-05-12 Rafael Teixeira * 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 * Microsoft.VisualBasic: *.cs/Test/*.cs - Cleaned up code, added implementations for Collection.cs, Conversion.cs and NUnit Tests for both