Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
AgeCommit message (Collapse)Author
2004-06-182004-06-18 Dick Porter <dick@ximian.com>Dick Porter
* String.cs: The icall can cope with embedded \0 now. svn path=/trunk/mcs/; revision=29876
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlDataDocumentTest2.cs : When line ending is LF, CR is preserved. To reproduce on windows too, set NewLine as LF. svn path=/trunk/mcs/; revision=29874
2004-06-182004-06-18 Marek Safar <marek.safar@seznam.cz>Marek Safar
* test-274.cs: New test for #60219 svn path=/trunk/mcs/; revision=29873
2004-06-182004-06-18 Marek Safar <marek.safar@seznam.cz>Marek Safar
Fix bug #60219 * class.cs (ConstructorInitializer.GetOverloadedConstructor): Don't throw exception but return null (it's sufficient now). svn path=/trunk/mcs/; revision=29872
2004-06-182004-06-18 Marek Safar <marek.safar@seznam.cz>Marek Safar
* typemanager.cs (GetArgumentTypes): Faster implementation. svn path=/trunk/mcs/; revision=29870
2004-06-182004-06-18 Marek Safar <marek.safar@seznam.cz>Marek Safar
* test-273.cs: New test for #55971 svn path=/trunk/mcs/; revision=29869
2004-06-182004-06-18 Umadevi S <sumadevi@novell.com>Umadevi S
* DataContainer.cs - CheckedforNull before calling the relavant setmethods in each of the SetItemForDataRecord method for all the classes. svn path=/trunk/mcs/; revision=29866
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* CodeIdentifier.cs, CodeIdentifiers.cs, MapCodeGenerator.cs, SerializationCodeGenerator.cs, SerializationSource.cs, TypeTranslator.cs, XmlAttributeOverrides.cs, XmlCustomFormatter.cs, XmlSerializationReader.cs, XmlSerializationWriter.cs, XmlSerializer.cs, XmlTypeMapMemberElement.cs, XmlTypeMapping.cs : Globalization fixes. In XmlCustomFormatter.GenerateToXmlString() time was not generated correctly. Replaced all CRLF XmlAttributeOverrides.cs into LF. svn path=/trunk/mcs/; revision=29865
2004-06-18Interaction.cs: Shell method implementedAnirban Bhattacharjee
svn path=/trunk/mcs/; revision=29864
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DateTime.cs : - Added new common pattern "yyyy/M/dZ" - empty string should not be compared in _ParseEnum() - Use culture independent string comparison in _ParseString() - Whitespace removal should be checked after '..' token check (some pattern such like es-ES LongDatePattern contains spaces in '..'). - formats null check should be done (to throw ArgumentNullException) in ParseExact(). - When specified one character format, dates are incorrectly regarded as to use invariant culture. svn path=/trunk/mcs/; revision=29863
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DateTimeTest.cs : Improved CultureIndependentTests(). Error message contains specific locale and error location. Verified by run-test- ondotnet and commented out X509-like pattern.(not all culture passes) svn path=/trunk/mcs/; revision=29861
2004-06-18Some formatting and cleanup.Ravindra
svn path=/trunk/mcs/; revision=29860
2004-06-18fix line-delete-o.Raja R Harinath
svn path=/trunk/mcs/; revision=29857
2004-06-18Fix breaking build (see tests/test-272.cs). Since corlib is aRaja R Harinath
bootstrap library, we have to keep this fix even if the in-tree mcs compiler is fixed. * UCOMIEnumConnections.cs: Replace '(UnmanagedType) 80' in attribute field initialization with Consts.UnmanagedType_80. * UCOMIEnumMoniker.cs: Likewise. * UCOMIEnumString.cs: Likewise. * UCOMIStream.cs: Likewise. * UCOMITypeInfo.cs: Likewise. * UCOMITypeLib.cs: Likewise. svn path=/trunk/mcs/; revision=29856
2004-06-18(UnmanagedType_80): New constant. Used to workaroundRaja R Harinath
problems like in tests/test-272.cs. svn path=/trunk/mcs/; revision=29855
2004-06-18New test case for the breaking build.Raja R Harinath
svn path=/trunk/mcs/; revision=29854
2004-06-18* ArgIterator.cs: changed layout to AutoGert Driesen
* DateTime.cs: changed layout to Auto svn path=/trunk/mcs/; revision=29853
2004-06-18* DateTime.cs: CRLF to LFGert Driesen
svn path=/trunk/mcs/; revision=29852
2004-06-18Fixed bugs in Val(string)Sachin Kumar
svn path=/trunk/mcs/; revision=29851
2004-06-182004-06-18 Anirban Bhattacharjee <banirban@novell.com>Anirban Bhattacharjee
* Interaction.cs: Few methods implemented - Contribution by Jambunathan and Anirban svn path=/trunk/mcs/; revision=29850
2004-06-182004-06-18 Umadevi S <sumadevi@novell.com>Umadevi S
* SqlCommand.cs - ExecuteNonQuery returns -1 in all cases except insert,update or delete. svn path=/trunk/mcs/; revision=29849
2004-06-18* BINDPTR.cs: have layout and charset match MS.NETGert Driesen
* CONNECTDATA.cs: have layout and charset match MS.NET * DISPPARAMS.cs: have layout and charset match MS.NET * ELEMDESC.cs: have layout and charset match MS.NET * EXCEPINFO.cs: have layout and charset match MS.NET * IDLDESC.cs: have layout and charset match MS.NET * PARAMDESC.cs: have layout and charset match MS.NET * STATSTG.cs: have layout and charset match MS.NET * TYPEATTR.cs: have layout and charset match MS.NET * TYPEDESC.cs: have layout and charset match MS.NET * TYPELIBATTR.cs: have layout and charset match MS.NET * VARDESC.cs: have layout and charset match MS.NET svn path=/trunk/mcs/; revision=29848
2004-06-18* ArrayWithOffset.cs: fixed GetOffset to return int instead ofGert Driesen
object * CONNECTDATA.cs: added missing MarshalAs attribute * EXCEPINFO.cs: added missing MarshalAs attributes * ITypeLibConverter.cs: added missing MarshalAs attributes * ITypeLibImporterNotifySink.cs: added missing MarshalAs attributes * Marshal.cs: added missing MarshalAs attributues, and missing Out attributes * TypeLibConverter.cs: added missing MarshalAs attributes * UCOMIBindCtx.cs: added missing MarshalAs attributes * UCOMIConnectionPoint.cs: added missing MarshalAs attributes * UCOMIEnumConnectionPoints.cs: added missing MarshalAs attributes * UCOMIEnumConnections.cs: added missing PreserveSig attributes, added missing MarshalAs attributes * UCOMIEnumMoniker.cs: added missing PreserveSig attributes, added missing MarshalAs attributes * UCOMIEnumString.cs: added missing PreserveSig attributes, added missing MarshalAs attributes * UCOMIMoniker.cs: added missing MarshalAs attributes * UCOMIPersistFile.cs: added missing PreserveSig attribute, added missing MarshalAs attributes * UCOMIRunningObjectTable.cs: added missing MarshalAs attributes * UCOMIStream.cs: added missing MarshalAs attributes * UCOMITypeComp.cs: added missing MarshalAs attributes * UCOMITypeInfo.cs: added missing MarshalAs attributes * UCOMITypeLib.cs: added missing PreserveSig attributes, added missing MarshalAs attributes svn path=/trunk/mcs/; revision=29847
2004-06-182004-06-18 Umadevi S <sumadevi@novell.com>Umadevi S
* SqlConnection.cs - handled null being passed as a connectionstring - checked for minimal set of parameters in connectionstring. - handled unrecogonized keywords similar to MS.NET svn path=/trunk/mcs/; revision=29846
2004-06-182004-06-18 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>Francisco Figueiredo Jr.
* Synchronized files with gborg cvs up to release 0.6. svn path=/trunk/mcs/; revision=29840
2004-06-182004-06-18 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>Francisco Figueiredo Jr.
* Synchronized files with gborg cvs up to release 0.6 svn path=/trunk/mcs/; revision=29839
2004-06-182004-06-18 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>Francisco Figueiredo Jr.
* Synchronized files from gborg cvs up to release 0.6. svn path=/trunk/mcs/; revision=29838
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlSecureResolverTests.cs : [TestFixture] was missing. svn path=/trunk/mcs/; revision=29833
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* MonoMicro.Test.csproj : updated. svn path=/trunk/mcs/; revision=29830
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Mono.System.XML.csproj : now contains new NET_2_0 files. svn path=/trunk/mcs/; revision=29829
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DefaultContext.cs : Globalization. * Iterator.cs : In SlashIterator.MoveNext() position might keep 0 in case of empty list. Thus extraneous iteration might happened. Removed unused (and clone unsafe) EnumeratorIterator. svn path=/trunk/mcs/; revision=29828
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* CustomSerializer.cs, XmlSchemaException.cs, XmlSchemaParticle.cs, XmlSchemaSimpleTypeRestriction.cs : Globalization. svn path=/trunk/mcs/; revision=29827
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* DTDObjectModel.cs, DTDReader.cs, XmlConvert.cs, XmlDocument.cs, XmlException.cs, XmlParserInput.cs, XmlTextReader.cs, XmlTextWriter.cs : Globalization. * XmlNode.cs : Fixed error message that confused node type. svn path=/trunk/mcs/; revision=29825
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XslNumber.cs : Globalization. Removed unused code. svn path=/trunk/mcs/; revision=29824
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Debug.cs, HtmlEmitter.cs, MSXslScriptManager.cs, ScriptCompilerInfo.cs, XslFunctions.cs, XslTemplate.cs : Globalization. Removed unused code. svn path=/trunk/mcs/; revision=29823
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XsdIdentityPath.cs : removed unused code. * XsdIdentityState.cs : Globalization. svn path=/trunk/mcs/; revision=29822
2004-06-182004-06-18 Martin Baulig <martin@ximian.com>Martin Baulig
* attribute.cs (Attribute.Resolve): Check whether we're an EmptyCast which a Constant child. Fixes #60333. svn path=/trunk/mcs/; revision=29821
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* CodeGeneratorIdentifierTest.cs : [TestFixture] was missing. svn path=/trunk/mcs/; revision=29819
2004-06-182004-06-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* TypedDataSetGeneratorTest.cs : [TestFixture] was missing. svn path=/trunk/mcs/; revision=29818
2004-06-182004-06-17 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* KeyInfoX509Data.cs: Removed old internal IssuerSerial for the undocumented structure (now documented, and public, in Fx 2.0). * X509IssuerSerial.cs: Use structure as public in NET_2_0 and as internal before that. svn path=/trunk/mcs/; revision=29817
2004-06-18 * Uri.cs: Use invariant culture.Jackson Harper
svn path=/trunk/mcs/; revision=29816
2004-06-18new testBen Maurer
svn path=/trunk/mcs/; revision=29813
2004-06-182004-06-17 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* statement.cs (EmitCollectionForeach): Account for the fact that not all valuetypes are in areas which we can take the address of. For these variables, we store to a temporary variable. Also, make sure that we dont emit a `callvirt' on a valuetype method. svn path=/trunk/mcs/; revision=29812
2004-06-17 * CompilerError.cs:Jackson Harper
* CodeGenerator.cs: Make sure we are using invariant for non culture sensitive operations. svn path=/trunk/mcs/; revision=29807
2004-06-17 * CodeGenerator.cs: Make sure we are using invariant for nonJackson Harper
culture sensitive operations. svn path=/trunk/mcs/; revision=29806
2004-06-17* ReturnMessage.cs: remove serializable attribute to match MS.NETGert Driesen
svn path=/trunk/mcs/; revision=29805
2004-06-172004-06-18 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* SqlMoney.cs: Removed old "hack" to correct scale after rounding as Decimal has been fixed (in fact this code was moved and adapted for Decimal as it was better than the previous fix). svn path=/trunk/mcs/; revision=29802
2004-06-17* MarshalDirectiveException.cs: marked serializable to match MS.NETGert Driesen
* SafeArrayRankMismatchException.cs: marked serializable to match MS.NET * SafeArrayTypeMismatchException.cs: marked serializable to match MS.NET svn path=/trunk/mcs/; revision=29801
2004-06-17* InvalidComObjectException.cs: marked serializable to match MS.NETGert Driesen
* InvalidOleVarianTypeException.cs: marked serializable to match MS.NET svn path=/trunk/mcs/; revision=29800
2004-06-172004-06-17 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* Decimal.cs: Removed unused (and unusable) IsOne and fixed IsZero (where scale has no importance). svn path=/trunk/mcs/; revision=29799