TARGET_J2EE/JVM fixes
[mono.git] / mcs / class / Microsoft.VisualBasic /
2005-08-30 Manjula GHMHandle trailing '#" for bool and date and minor fixes
2005-08-26 Iain McCoy2005-08-26 Iain McCoy <iain@mccoy.id.au>
2005-08-23 Raja R HarinathIn .:
2005-08-23 Satya Sudha KFixed pathnames in some testcases
2005-08-22 Satya Sudha KMinor fixes to 'StringType.FromObject' and the 'Convers...
2005-08-19 Satya Sudha KMinor ix to my previous checkin
2005-08-19 Satya Sudha K * Interaction.cs :
2005-08-19 Satya Sudha K2005-08-19 Satya Sudha K <ksathyasudha@novell.com>
2005-08-18 Kornél PálMoved assembly version and assembly reference constants...
2005-08-16 Marek Safar2005-08-16 Marek Safar <marek.safar@seznam.cz>
2005-08-12 Manjula GHM Handle trailing '#" for bool and date in Input function
2005-08-09 Manjula GHM Add ParamArray keyword in relevant location
2005-08-08 Gert Driesen* CollectionTest.cs: Added tests for IList implementati...
2005-08-06 Ankit Jain* Makefile ($(the_il)): Add /dll switch.
2005-08-05 Satya Sudha K2005-08-05 Satya Sudha K <ksathyasudha@novell.com>
2005-08-04 Satya Sudha K2005-08-04 Satya Sudha K <ksathyasudha@novell.com>
2005-08-02 Rafael Teixeira2005-08-02 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-08-02 Rafael Teixeira2005-08-02 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-08-02 Satya Sudha K2005-08-02 Satya Sudha K <ksathyasudha@novell.com>
2005-07-05 Manjula GHMSupport "#" in string to DateTime conversion, eg: ...
2005-06-29 Marek Safarerror messages review
2005-06-27 Ben Maurermore executable bits
2005-06-27 Ben Maurerremove .cvsignore from everywhere, as it is useless...
2005-06-27 Ben Maurerremove svn:executable from .cs files
2005-06-21 Atsushi Enoimported everything from my branch (which is slightly...
2005-06-15 Atsushi Eno2005-06-15 Atsushi Enomoto <atsushi@ximian.com>
2005-06-14 Ben Maurermore copy and paste reuse going away
2005-06-14 Ben MaurerRemove copy and paste reuse for Locale.cs.
2005-06-14 Marek SafarSwitch to compiler-tester
2005-06-13 Marek SafarUpdated to be more consistent
2005-06-10 Atsushi Eno2005-06-10 Atsushi Enomoto <atsushi@ximian.com>
2005-06-06 Rafael Teixeira2005-06-06:2 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-06-06 Rafael Teixeira2005-06-06 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-06-06 Zoltan Varga2005-06-06 Zoltan Varga <vargaz@freemail.hu>
2005-06-06 Rafael Teixeira2005-06-06 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-06-06 Rafael Teixeira2005-06-06 Rafael Teixeira (rafaelteixeirabr@hotmail...
2005-05-29 Eyal AlaloufStandardized Mainsoft ConstraintCollection tests.
2005-05-26 Ben Maurer2005-05-25 Ben Maurer <bmaurer@ximian.com>
2005-05-25 Satya Sudha K* ObjectType.cs : Some fixes to Narrowing conversions
2005-05-23 Satya Sudha KVBBinder.cs : Support for named arguments in late binding
2005-05-20 Raja R Harinath* Makefile (SUBDIRS): Add Test/standalone.
2005-05-15 Konstantin Trigermerging the Mainsoft branch to the trunk
2005-05-13 Atsushi Eno2005-05-13 Atsushi Enomoto <atsushi@ximian.com>
2005-05-12 Ankit JainIn class/Microsoft.VisualBasic/Microsoft.VisualBasic...
2005-05-10 Satya Sudha K* LateBinding.cs (LateGet) :
2005-05-09 Satya Sudha KSupport for optional arguments in LateBinding
2005-05-06 Raja R Harinath* Makefile (with_mono_path): Define.
2005-05-06 Ankit Jain* Microsoft.VisualBasic.dll.resources: Change resource...
2005-05-06 Raja R Harinath* Microsoft.VisualBasic.VBUtils.txt: Rename from ...
2005-05-05 Satya Sudha K* FlowControl.cs : Fixed the methods 'ForNextCheck*'
2005-05-04 Satya Sudha K* LateBinding.cs: Removed the 'CopyBack' param from...
2005-04-29 Satya Sudha KSupport for 'lateSet', 'LateIndexGet', 'LateIndexSet'
2005-04-25 Raja R Harinath* Makefile (centum_tests): Add Mono.Security and
2005-04-23 Atsushi Eno2005-04-23 Atsushi Enomoto <atsushi@ximian.com>
2005-04-22 Satya Sudha KSupport for 'LateGet'
2005-04-22 Raja R HarinathRevert unlogged change.
2005-04-22 Raja R Harinath* fixup/Makefile (install-local): Depend on $(the_lib).
2005-04-21 Ben Maurerfix up for when corlib changes versions
2005-04-21 Ben Maurerdisable fixup crap until this works on ppc
2005-04-21 Raja R Harinath($(the_il)): Make resilient to errors.
2005-04-21 Raja R Harinath* DefaultArgumentValueAttribute.cs: Remove any trace...
2005-04-21 Raja R HarinathMake distcheck friendly
2005-04-21 Raja R Harinath* Makefile (NO_SIGN_ASSEMBLY, NO_INSTALL): Set. The...
2005-04-21 Raja R Harinath* fixup.pl: Allow input from stdin.
2005-04-21 Ankit JainIn mcs/class/Microsoft.VisualBasic:
2005-04-19 Satya Sudha K- Support for ParamArray args in late binding
2005-04-16 Sebastien Pouliotreduce warnings when compiling unit tests
2005-04-13 Satya Sudha K* StringType.cs, ForEachEnum.cs: Removed a warning
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-03-28 Jambunathan K* Information.cs(RGB): Change colour ordering, its...
2005-03-22 Martin Baulig**** Merged r40732-r40872 from MCS ****
2005-03-18 Satya Sudha KFixed 'StrLikeBinary' and 'inBracketBinary' methods...
2005-03-17 Manjula GHM Fix for build breakage on cygwin-head-mono
2005-03-16 Manjula GHMAdded type casting in some places and moved "optional...
2005-03-04 Manjula GHMAssigned value to destination in string manipulation...
2005-02-15 Duncan Mak2005-02-15 Duncan Mak <duncan@novell.com>
2005-02-14 Rafael Teixeira2005-02-14 Rafael Teixeira <rafaelteixeirabr@hotmail...
2005-02-14 Duncan Mak2005-02-14 Duncan Mak <duncan@ximian.com>
2005-02-03 Manjula GHMAdded Microsoft.VisualBasic project file
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2004-12-14 Marek SafarCopied remotely
2004-12-07 Raja R Harinath* Makefile ($(TXT_RES)): Pass argument of RESGEN through
2004-11-26 Raja R HarinathIn build:
2004-11-25 Raja R HarinathIn .:
2004-11-24 Marek Safarremoved unused variables
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-10 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-11-06 Jambunathan K(LateGet, LateSet): Ported the missing pieces
2004-11-02 Atsushi Eno2004-11-02 Atsushi Enomoto <atsushi@ximian.com>
2004-10-30 Rafael Teixeira2004-10-30 Rafael Teixeira <rafaelteixeirabr@hotmail...
2004-10-27 Jochen Wezelenabled the Replace test (which was disabled due to...
2004-10-11 Rafael Teixeira2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail...
2004-10-11 Rafael Teixeira2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail...
2004-10-11 Rafael Teixeira2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail...
2004-10-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-10-05 Anirban Bhattacharjee2004-10-05 Anirban Bhattacharjee <banirban@novell.com>
2004-09-24 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-19 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-17 Rafael Teixeirasmall loop condition adjustment
2004-09-15 nobodyThis commit was manufactured by cvs2svn to create branc...
next