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/class
AgeCommit message (Collapse)Author
2004-09-052004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Environment.cs: (ExpandEnvironmentVariables) don't nullify the case insensitive environment variables hashtable once we create it. svn path=/branches/mono-1-0/mcs/; revision=33359
2004-09-052004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Stream.cs: Close() does not call Flush(). Fixes bug #65340. svn path=/branches/mono-1-0/mcs/; revision=33357
2004-09-042004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* FAMWatcher.cs: s/fam/libfam.so.0/ so that g_module finds it even when the development package is not installed. 2004-08-06 Geoff Norton <gnorton@customerdna.com> * FileSystemWatcher.cs: Use the new KeventWatcher if its supported * KeventWatcher.cs: Added to cvs svn path=/branches/mono-1-0/mcs/; revision=33330
2004-09-03 * XmlSerializer.cs: When the XmlReader is created by XmlSerializer, useLluis Sanchez
Normalization==true by default. svn path=/branches/mono-1-0/mcs/; revision=33265
2004-09-032004-09-03 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlTextReader.cs : When Normalization is true, CRLF and CR should be converted to single LF. This should fix part of bug #62076. svn path=/branches/mono-1-0/mcs/; revision=33263
2004-09-032004-09-03 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlSchema.cs : When schema inclusion results in a recursion, just skip recursed schema. svn path=/branches/mono-1-0/mcs/; revision=33259
2004-09-022004-09-02 Umadevi S <sumadevi@novell.com>Umadevi S
* SqlCommand.cs - ExecuteNonQuery to return -1 incase of executing a storedprocedure svn path=/branches/mono-1-0/mcs/; revision=33199
2004-09-02This commit was manufactured by cvs2svn to create branch 'mono-1-0'.nobody
svn path=/branches/mono-1-0/mcs/; revision=33197
2004-09-022004-09-02 Umadevi S <sumadevi@novell.com>Umadevi S
* SqlCommandTest.cs - added file. Testing ExecuteNonQuery svn path=/trunk/mcs/; revision=33195
2004-09-022004-09-02 Umadevi S <sumadevi@novell.com>Umadevi S
* Added file SqlDataReaderTest.cs svn path=/trunk/mcs/; revision=33191
2004-09-02corlib.sources.dll updatedCarlos Alberto Cortez
svn path=/trunk/mcs/; revision=33190
2004-09-02System.Collections.Generic.Collection addedCarlos Alberto Cortez
svn path=/trunk/mcs/; revision=33189
2004-09-022004-09-01 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* EnvironmentPermissionTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). * PublisherIdentityPermissionTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). * SiteIdentityPermissionTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). Fixed line endings. * StrongNameIdentityPermissionTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). * StrongNamePublicKeyBlobTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). Converted tests to NUnit 2.2 format. * UrlIdentityPermissionTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). svn path=/trunk/mcs/; revision=33188
2004-09-022004-09-01 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* HashTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). * PublisherTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). Converted tests to NUnit 2.2 format. * SiteTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). * StrongNameTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). Converted tests to NUnit 2.2 format. * UrlTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). Converted tests to NUnit 2.2 format. svn path=/trunk/mcs/; revision=33187
2004-09-022003-09-01 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* PermissionSetTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). * SecurityManagerTest.cs: Fixed tests so they execute without errors on both Fx 1.1 and Fx 2.0 (beta 1). svn path=/trunk/mcs/; revision=33186
2004-09-022004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* CachingCompiler.cs: don't try to watch for changes in system assemblies. Fixes bug #64871. svn path=/branches/mono-1-0/mcs/; revision=33185
2004-09-022004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* CachingCompiler.cs: don't try to watch for changes in system assemblies. Fixes bug #64871. svn path=/trunk/mcs/; revision=33184
2004-09-02Fix typoJackson Harper
svn path=/trunk/mcs/; revision=33183
2004-09-02- Fixed statePeter Dennis Bartok
svn path=/trunk/mcs/; revision=33182
2004-09-02- Functional initial check-inPeter Dennis Bartok
svn path=/trunk/mcs/; revision=33181
2004-09-022004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* LiteralControl.cs: stylized. This control has EnableViewState disabled by default and doesn't get an automatic ID. When text is null -> "". svn path=/branches/mono-1-0/mcs/; revision=33180
2004-09-022004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* LiteralControl.cs: stylized. This control has EnableViewState disabled by default and doesn't get an automatic ID. When text is null -> "". svn path=/trunk/mcs/; revision=33179
2004-09-02- Added missing defaultPeter Dennis Bartok
- Added missing region mark svn path=/trunk/mcs/; revision=33178
2004-09-012004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Xml.cs: fixed get_DocumentContent (it was returning "" always!) and don't call MapPathSecure on the content itself. * XmlBuilder.cs: handle XML documents written inside asp:xml. The document is checked at parse time and will be checked again at run time. Fixes bug #63828. svn path=/branches/mono-1-0/mcs/; revision=33177
2004-09-012004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* AspGenerator.cs: handle builders that need to process inner text with tags. * Location.cs: added setters for the properties. svn path=/branches/mono-1-0/mcs/; revision=33176
2004-09-012004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Xml.cs: fixed get_DocumentContent (it was returning "" always!) and don't call MapPathSecure on the content itself. * XmlBuilder.cs: handle XML documents written inside asp:xml. The document is checked at parse time and will be checked again at run time. Fixes bug #63828. svn path=/trunk/mcs/; revision=33175
2004-09-012004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* AspGenerator.cs: handle builders that need to process inner text with tags. * Location.cs: added setters for the properties. svn path=/trunk/mcs/; revision=33174
2004-09-01I fixed mono CodeDom bugs to pass on the latest Microsoft CodeDom Test Suite.Marek Safar
svn path=/trunk/mcs/; revision=33172
2004-09-01 * DiscoveryClientProtocol.cs: Added support for "file://" urls.Lluis Sanchez
svn path=/trunk/mcs/; revision=33167
2004-09-012004-09-01 Martin Baulig <martin@ximian.com>Martin Baulig
* IMonoSymbolWriter.cs: Removed. * ModuleBuilder.cs, LocalBuilder.cs, ILGenerator.cs: Removed the old debugging code. svn path=/trunk/mcs/; revision=33166
2004-09-01 * SerializationCodeGenerator.cs: Generate correct "HasValue" check forLluis Sanchez
value list serialization. * XmlSchemaImporter.cs: Added some null checks. svn path=/trunk/mcs/; revision=33163
2004-09-01Fixme, hope this is right.Martin Baulig
svn path=/trunk/mcs/; revision=33161
2004-09-01fixes method signatures, new methods, events, fixes autosizeJordi Mas i Hernandez
svn path=/trunk/mcs/; revision=33159
2004-09-01 * BasicProfileChecker.cs: Some small fixes.Lluis Sanchez
* FaultBinding.cs: Removed useless code. * HttpSimpleProtocolImporter.cs, SoapProtocolImporter.cs: Take into account that now we may be generating code for a binding which is not referenced by any port. In this case Port is null. * MessageBinding.cs: Properly set the parent operation binding. * OperationBinding.cs: When adding messages, set its parent property. * ProtocolImporter.cs: Support generation of proxies for wsdl documents that do not have any Service entry. In this case, it now generates a proxy for every binding. svn path=/trunk/mcs/; revision=33157
2004-09-01Init string variables with an empty objectJordi Mas i Hernandez
svn path=/trunk/mcs/; revision=33155
2004-09-012004-09-01 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* PolicyLevel.cs: Fixed Reset not to delete/load policy file for AppDomain level. Added internal Resolve method for class names. svn path=/trunk/mcs/; revision=33153
2004-09-012004-09-01 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* ZoneIdentityPermission.cs: Do not include "Zone" attribute in XML if zone == NoZone (so the permission can be considered as empty). svn path=/trunk/mcs/; revision=33152
2004-09-012004-09-01 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* NamedPermissionSet.cs: FromXml now calls base class instead of an internal method of PermissionSet. This should allow class to inherit from NamedPermissionSet properly. * PermissionSet.cs: Added an internal PolicyLevel property to allow policy file class name resolution. Fixed IsEmpty to return true if the list contains "empty" permissions. Fixed Copy to copy permissions even for unrestricted sets (again because of IUnrestrictedPermission). * SecurityManager.cs: Fixed Resolve(Evidence) because permission classes Intersect methods can either return null or an empty PermissionSet. Fixed ResolvePolicy(Evidence[]) for null (NET_2_0). svn path=/trunk/mcs/; revision=33151
2004-09-012003-09-01 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* PermissionSetTest.cs: Added tests for IsEmpty which can return true even when Count > 0. Added tests for FromXml to see if class names requires to be resolved when loaded from policy files. * SecurityManagerTest.cs: Minor changes to tests so they succeed with both Fx 1.1 and Fx 2.0 (beta 1). svn path=/trunk/mcs/; revision=33149
2004-09-012004-09-01 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* ZoneIdentityPermissionTest.cs: Ensure we aren't encoding NoZone in the permission XML (ToXml). svn path=/trunk/mcs/; revision=33147
2004-09-012004-09-01 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* ZoneTest.cs: Added test to check that NoZone isn't included in the permission XML (returned by CreateIdentityPermission). svn path=/trunk/mcs/; revision=33146
2004-09-01fires OnFontChanged eventJordi Mas i Hernandez
svn path=/trunk/mcs/; revision=33143
2004-09-012004-09-01 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XPathNavigatorReader.cs : on GetAttributeNavigator(int), namespace node could be this XmlReader's attribute node. svn path=/trunk/mcs/; revision=33142
2004-09-012004-09-01 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XQueryCommand.cs : Forgot to commit. sys.xml internal class now requires this instance for message delegating (not complete though). svn path=/trunk/mcs/; revision=33138
2004-09-01Minor formatting changes and added location for the coding style guideline ↵Ravindra
for Mono. svn path=/trunk/mcs/; revision=33136
2004-09-01- Enabled display of stringsPeter Dennis Bartok
svn path=/trunk/mcs/; revision=33135
2004-09-01- Added (partial) implementation of DialogResult; rest needs to bePeter Dennis Bartok
implemented when the modal loop code is done svn path=/trunk/mcs/; revision=33134
2004-09-01- Fixed to match the removal of the needs_redraw conceptPeter Dennis Bartok
svn path=/trunk/mcs/; revision=33133
2004-09-01- Removed the rather odd split between 'needs redraw' and redrawingPeter Dennis Bartok
- Now handles the events that require regeneration (ambient properties and size) svn path=/trunk/mcs/; revision=33132
2004-09-01- Added firing of BackColorChanged eventPeter Dennis Bartok
- Added TopLevelControl property - Fixed handling of WM_ERASEBKGRND message svn path=/trunk/mcs/; revision=33131