mono.git
20 years ago2004-05-17 Radek Doulik <rodo@ximian.com>
Radek Doulik [Mon, 17 May 2004 17:29:45 +0000 (17:29 -0000)]
2004-05-17  Radek Doulik  <rodo@ximian.com>

* Makefile.am (common_sources): added abcremoval.h so it get
disted and daily mono packages on go-mono.com will build again

svn path=/trunk/mono/; revision=27528

20 years ago2004-05-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Mon, 17 May 2004 17:27:59 +0000 (17:27 -0000)]
2004-05-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* Char.cs: Fix long standing bug with ToLower/ToUpper not being
  culture - sensitive

svn path=/trunk/mcs/; revision=27527

20 years ago2004-05-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 17 May 2004 17:01:57 +0000 (17:01 -0000)]
2004-05-17  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs,
  XmlDataInferenceLoader.cs,
  XmlDataReader.cs,
  XmlSchemaDataImporter.cs : XmlDecode every local name to read and
  XmlEncode every local name to write. This should fix bug #58268.

svn path=/trunk/mcs/; revision=27524

20 years ago2004-05-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 17 May 2004 16:58:04 +0000 (16:58 -0000)]
2004-05-17  Atsushi Enomoto <atsushi@ximian.com>

* DataSetTest.cs : Added WriteXmlEncodedXml() test.

svn path=/trunk/mcs/; revision=27523

20 years agoFlush
Miguel de Icaza [Mon, 17 May 2004 16:38:49 +0000 (16:38 -0000)]
Flush

svn path=/trunk/mono/; revision=27522

20 years ago2004-05-17 Dick Porter <dick@ximian.com>
Dick Porter [Mon, 17 May 2004 16:07:13 +0000 (16:07 -0000)]
2004-05-17  Dick Porter  <dick@ximian.com>

* io.c (CopyFile): Speed up.  Fixes bug 57859.

svn path=/trunk/mono/; revision=27521

20 years ago2004-05-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 17 May 2004 15:28:12 +0000 (15:28 -0000)]
2004-05-17  Atsushi Enomoto <atsushi@ximian.com>

* DataSetAssertion.cs : Enabled "Ordinal" check again, unless the test
  value is -1.
* DataSetInferXmlSchemaTest.cs,
  DataSetReadXmlSchemaTest.cs  : Enabled Ordinal check again, as long
  as working. Added IgnoredNamespaces() to inferxmlschema test.

svn path=/trunk/mcs/; revision=27520

20 years ago2004-05-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 17 May 2004 15:12:17 +0000 (15:12 -0000)]
2004-05-17  Atsushi Enomoto  <atsushi@ximian.com>

* SqlBinary.cs,
  SqlDateTime.cs,
  SqlDouble.cs,
  SqlGuid.cs,
  SqlMoney.cs,
  SqlSingle.cs,
  SqlString.cs : If values are null, ToString() should return "Null".

svn path=/trunk/mcs/; revision=27519

20 years ago2004-05-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 17 May 2004 15:06:50 +0000 (15:06 -0000)]
2004-05-17  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs : Implemented ignored namespaces in InferXmlSchema().
  Supported repeated elements. Removed MonoTODOs.
* XmlDataInferenceLoader.cs : Design change to support ignored
  namespace and repeated elements.
* XmlSchemaDataImporter.cs : Added mapping support classes.

svn path=/trunk/mcs/; revision=27518

20 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Mon, 17 May 2004 13:28:51 +0000 (13:28 -0000)]
ChangeLog: Updated ChangeLog.
TestIconConverter.cs: Added.
bitmaps/VisualPng.ico: Added.
bitmaps/VisualPng1.ico: Added.

svn path=/trunk/mcs/; revision=27517

20 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Mon, 17 May 2004 13:19:33 +0000 (13:19 -0000)]
ChangeLog: Updated ChangeLog.
System.Drawing_test.dll.sources: Added TestIconConverter to source list.

svn path=/trunk/mcs/; revision=27516

20 years agoBuild fixes
Dick Porter [Mon, 17 May 2004 12:14:29 +0000 (12:14 -0000)]
Build fixes

svn path=/trunk/mono/; revision=27515

20 years ago(tmpinst-dir): Creates _tmpinst tree if
Raja R Harinath [Mon, 17 May 2004 10:08:57 +0000 (10:08 -0000)]
(tmpinst-dir): Creates _tmpinst tree if
necessary. Move body ...
(tmpinst-dir.stamp): ... here.
(stage3): Don't remove _tmpinst tree.
(bootstrap-clean, bootstrap-check): New rules.  They run the
corresponding rules in the mcs/ tree.

svn path=/trunk/mono/; revision=27513

20 years ago2004-05-17 Umadevi S (sumadevi@novell.com)
Umadevi S [Mon, 17 May 2004 10:08:05 +0000 (10:08 -0000)]
2004-05-17 Umadevi S (sumadevi@novell.com)
        * OdbcPermissionAttribute, OdbcPermission.cs - fixed missing methods

svn path=/trunk/mcs/; revision=27512

20 years agoAdded documentation for abc removal code.
Massimiliano Mantione [Mon, 17 May 2004 09:35:07 +0000 (09:35 -0000)]
Added documentation for abc removal code.

svn path=/trunk/mono/; revision=27511

20 years ago2004-05-17 Massimiliano Mantione <massi@ximian.com>
Massimiliano Mantione [Mon, 17 May 2004 09:11:53 +0000 (09:11 -0000)]
2004-05-17  Massimiliano Mantione  <massi@ximian.com>

svn path=/trunk/mono/; revision=27510

20 years agoAdded copyright header.
Massimiliano Mantione [Mon, 17 May 2004 09:11:27 +0000 (09:11 -0000)]
Added copyright header.

svn path=/trunk/mono/; revision=27509

20 years agoAdded prototype for abc removal main function.
Massimiliano Mantione [Mon, 17 May 2004 09:04:42 +0000 (09:04 -0000)]
Added prototype for abc removal main function.

svn path=/trunk/mono/; revision=27508

20 years agoFixed style and moved prototype to mini.h.
Massimiliano Mantione [Mon, 17 May 2004 09:02:27 +0000 (09:02 -0000)]
Fixed style and moved prototype to mini.h.

svn path=/trunk/mono/; revision=27507

20 years ago2004-05-14 Massimiliano Mantione <massi@ximian.com>
Massimiliano Mantione [Mon, 17 May 2004 08:57:51 +0000 (08:57 -0000)]
2004-05-14  Massimiliano Mantione  <massi@ximian.com>

svn path=/trunk/mono/; revision=27506

20 years ago2004-05-14 Umadevi S (sumadevi@novell.com)
Umadevi S [Mon, 17 May 2004 08:56:53 +0000 (08:56 -0000)]
2004-05-14 Umadevi S (sumadevi@novell.com)
        * OleDbAdapter.cs -Implemented attributes, changed method signature for fill

svn path=/trunk/mcs/; revision=27505

20 years ago(all, clean): Remove indirection.
Raja R Harinath [Mon, 17 May 2004 08:52:42 +0000 (08:52 -0000)]
(all, clean): Remove indirection.
(clean-profiles): New.

svn path=/trunk/mcs/; revision=27504

20 years agoChanged header file usage (abcremoval.h).
Massimiliano Mantione [Mon, 17 May 2004 08:49:55 +0000 (08:49 -0000)]
Changed header file usage (abcremoval.h).

svn path=/trunk/mono/; revision=27503

20 years agoFixed coding style.
Massimiliano Mantione [Mon, 17 May 2004 08:45:48 +0000 (08:45 -0000)]
Fixed coding style.

svn path=/trunk/mono/; revision=27502

20 years ago2004-05-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Mon, 17 May 2004 07:33:01 +0000 (07:33 -0000)]
2004-05-14 Umadevi S <sumadevi@novell.com>
        * System.Data.dll.sources : Added SQLDebugging.cs

svn path=/trunk/mcs/; revision=27501

20 years ago2004-05-17 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Mon, 17 May 2004 07:20:58 +0000 (07:20 -0000)]
2004-05-17  Marek Safar  <marek.safar@seznam.cz>

* decl.cs: Fix bug #58478.

svn path=/trunk/mcs/; revision=27500

20 years ago* OdbcCategoryAttribute.cs: fixed namespace
Gert Driesen [Mon, 17 May 2004 06:37:31 +0000 (06:37 -0000)]
* OdbcCategoryAttribute.cs: fixed namespace
* OdbcDataAdapter.cs: removed extra attributes
* OdbcDescriptionAttribute.cs: fixed namespace

svn path=/trunk/mcs/; revision=27499

20 years ago2004-05-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 17 May 2004 01:23:34 +0000 (01:23 -0000)]
2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* statement.cs: When checking for unreachable code on an EmptyStatement,
set the location. Fixes bug #58488.

svn path=/trunk/mcs/; revision=27498

20 years ago2004-05-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 17 May 2004 00:42:10 +0000 (00:42 -0000)]
2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* process.c: use double quotes to quote program name and arguments on
windows. Fixes bug #58575.

svn path=/trunk/mono/; revision=27497

20 years ago2004-05-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 17 May 2004 00:22:20 +0000 (00:22 -0000)]
2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* file-io.c: don't return "." and ".." when using windows Find*File.

svn path=/trunk/mono/; revision=27496

20 years ago2003-05-17 Patrik Torstensson <totte@hiddenpeaks.com>
Patrik Torstensson [Sun, 16 May 2004 21:37:33 +0000 (21:37 -0000)]
2003-05-17 Patrik Torstensson <totte@hiddenpeaks.com>

* marshal.c: Don't pass wrappers to message init because method
addressed used to lookup metadata. part of remoting[2|3] fix.

svn path=/trunk/mono/; revision=27495

20 years agoFix build
Miguel de Icaza [Sun, 16 May 2004 20:53:39 +0000 (20:53 -0000)]
Fix build

svn path=/trunk/mcs/; revision=27494

20 years agoFix build
Miguel de Icaza [Sun, 16 May 2004 20:52:51 +0000 (20:52 -0000)]
Fix build

svn path=/trunk/mcs/; revision=27493

20 years agoDisable anonymous methods
Miguel de Icaza [Sun, 16 May 2004 17:56:15 +0000 (17:56 -0000)]
Disable anonymous methods

svn path=/trunk/mcs/; revision=27490

20 years ago2004-05-16 Patrik Torstensson <totte@hiddenpeaks.com>
Patrik Torstensson [Sun, 16 May 2004 16:48:41 +0000 (16:48 -0000)]
2004-05-16 Patrik Torstensson <totte@hiddenpeaks.com>

* HttpRuntime (Init): Removed old todo
* HttApplication : Implemented IHttpHandlerFactory recycling

svn path=/trunk/mcs/; revision=27489

20 years ago* DirectoryServicesPermission.cs: marked sealed, added
Gert Driesen [Sun, 16 May 2004 16:30:38 +0000 (16:30 -0000)]
* DirectoryServicesPermission.cs: marked sealed, added
Serializable attribute
* SearchResultCollection: made Handle public

svn path=/trunk/mcs/; revision=27488

20 years ago* System.Windows.Forms.Design/IMenuEditorService.cs:
Gert Driesen [Sun, 16 May 2004 16:22:12 +0000 (16:22 -0000)]
* System.Windows.Forms.Design/IMenuEditorService.cs:
fixed signature

svn path=/trunk/mcs/; revision=27487

20 years ago* System.Windows.Forms.Design/DocumentDesigner.cs:
Gert Driesen [Sun, 16 May 2004 16:14:11 +0000 (16:14 -0000)]
* System.Windows.Forms.Design/DocumentDesigner.cs:
stubbed
* System.Windows.Forms.Design/ParentControlDesigner.cs:
stubbed
* System.Windows.Forms.Design/ScrollableControlDesigner.cs:
stubbed

svn path=/trunk/mcs/; revision=27486

20 years ago* System.Windows.Forms.Design/ControlDesigner.cs:
Gert Driesen [Sun, 16 May 2004 15:25:23 +0000 (15:25 -0000)]
* System.Windows.Forms.Design/ControlDesigner.cs:
stubbed

svn path=/trunk/mcs/; revision=27485

20 years ago* UnsafeNativeMethods.cs: added IEnumVariant interface,
Gert Driesen [Sun, 16 May 2004 15:23:18 +0000 (15:23 -0000)]
* UnsafeNativeMethods.cs: added IEnumVariant interface,
added to-do's
* AccessibleObject.cs: stubbed IEnumVariant implementation,
added to-do's

svn path=/trunk/mcs/; revision=27484

20 years ago2004-05-16 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sun, 16 May 2004 15:21:29 +0000 (15:21 -0000)]
2004-05-16  Atsushi Enomoto <atsushi@ximian.com>

* xsd.1 : added description for /generator option.

svn path=/trunk/mono/; revision=27483

20 years ago2004-05-16 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sun, 16 May 2004 15:02:47 +0000 (15:02 -0000)]
2004-05-16  Atsushi Enomoto  <atsushi@ximian.com>

* DirectoryInfo.cs: Fixed ToString() as well as FileInfo.

svn path=/trunk/mcs/; revision=27482

20 years ago2004-05-16 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sun, 16 May 2004 14:53:53 +0000 (14:53 -0000)]
2004-05-16  Atsushi Enomoto  <atsushi@ximian.com>

* FileInfo.cs: ToString() returns not full path but just the file name.

svn path=/trunk/mcs/; revision=27481

20 years ago2004-05-16 Patrik Torstensson <totte@hiddenpeaks.com>
Patrik Torstensson [Sun, 16 May 2004 14:43:49 +0000 (14:43 -0000)]
2004-05-16 Patrik Torstensson <totte@hiddenpeaks.com>

* ExpiresBucket.cs: Style changes plus;
(Update): Fixed possible lock bug (bug 54531)
(Expand): remove lock optimization due to it can cause newly
added items to be lost.
(Remove): fixed possible lock bug.

svn path=/trunk/mcs/; revision=27480

20 years ago2004-05-16 Patrik Torstensson <totte@hiddenpeaks.com>
Patrik Torstensson [Sun, 16 May 2004 13:18:08 +0000 (13:18 -0000)]
2004-05-16 Patrik Torstensson <totte@hiddenpeaks.com>

* basic-long.cs: reg test for complex ceq_long bug.

svn path=/trunk/mono/; revision=27479

20 years ago2004-05-16 Patrik Torstensson <totte@hiddenpeaks.com>
Patrik Torstensson [Sun, 16 May 2004 13:16:45 +0000 (13:16 -0000)]
2004-05-16 Patrik Torstensson <totte@hiddenpeaks.com>

* mini-x86.c (mono_arch_local_regalloc): Correctly free
reg in long and clob case (bug #58343). Fixed/added comments.

svn path=/trunk/mono/; revision=27478

20 years ago* System.Design.dll.sources: added ISelectionUIHandler
Gert Driesen [Sun, 16 May 2004 12:46:33 +0000 (12:46 -0000)]
* System.Design.dll.sources: added ISelectionUIHandler
* System.Windows.Forms.Design/ISelectionUIHandler.cs:
added
* System.Windows.Forms.Design/ComponentTray.cs: stubbed

svn path=/trunk/mcs/; revision=27477

20 years ago* CodeDomSerializerException.cs: removed default public
Gert Driesen [Sun, 16 May 2004 12:06:27 +0000 (12:06 -0000)]
* CodeDomSerializerException.cs: removed default public
ctror, removed finalizer, removed ToString() method

svn path=/trunk/mcs/; revision=27476

20 years ago* ByteViewer.cs: removed Site property, added GetBytes sub,
Gert Driesen [Sun, 16 May 2004 12:01:58 +0000 (12:01 -0000)]
* ByteViewer.cs: removed Site property, added GetBytes sub,
added missing attributes
* LocalizationExtenderProvider.cs: added missing attributes

svn path=/trunk/mcs/; revision=27475

20 years ago* Graphics.cs: fixed warning
Gert Driesen [Sun, 16 May 2004 11:47:07 +0000 (11:47 -0000)]
* Graphics.cs: fixed warning
* ImageAnimator.cs: fixed warning
* FontConverter.cs: fixed public API

svn path=/trunk/mcs/; revision=27474

20 years ago* GraphicsPath.cs: renamed SetMarker to SetMarkers, to fix
Gert Driesen [Sun, 16 May 2004 11:34:27 +0000 (11:34 -0000)]
* GraphicsPath.cs: renamed SetMarker to SetMarkers, to fix
public API to match MS.NET

svn path=/trunk/mcs/; revision=27473

20 years ago* EncoderParameterValueType.cs: fix Windows build (CSC),
Gert Driesen [Sun, 16 May 2004 11:28:07 +0000 (11:28 -0000)]
* EncoderParameterValueType.cs: fix Windows build (CSC),
MCS bug #58571

* EncoderParameter.cs: removed ctors taking int value,
to fix public API

svn path=/trunk/mcs/; revision=27472

20 years ago* IManagedInstaller.cs: fixed signature
Gert Driesen [Sun, 16 May 2004 09:22:06 +0000 (09:22 -0000)]
* IManagedInstaller.cs: fixed signature
* Installer.cs: marked parent internal to match MS
* InstallerCollection.cs: implemented
* InstallEventArgs.cs: remove setter for SavedState

svn path=/trunk/mcs/; revision=27471

20 years ago* EncoderParameters.cs: Added ToNativePtr() method to marshal
Vladimir Vukicevic [Sat, 15 May 2004 23:33:15 +0000 (23:33 -0000)]
* EncoderParameters.cs: Added ToNativePtr() method to marshal
struct correctly to a native struct.  Resulting data should be
FreeHGlobal'd when finished.

* EncoderParameter.cs: Changed data storage to correspond to
native code layout.  Also changed layout to match native layout.

* EncoderParameterValueType.cs: force EncoderParameterValueType to
be Int32

* gdipFunctions.cs: Fixed prototype for
GdipGetEncoderParameterList

* Image.cs: Reworked Save functions to handle EncoderParameters.
Implemented GetEncoderParameterList.
Also removed unused setGDIPalette internal method.

svn path=/trunk/mcs/; revision=27467

20 years agoChanges from arch/CVS synchronization
Vladimir Vukicevic [Sat, 15 May 2004 22:03:58 +0000 (22:03 -0000)]
Changes from arch/CVS synchronization

svn path=/trunk/mcs/; revision=27465

20 years ago * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
Jackson Harper [Sat, 15 May 2004 21:49:35 +0000 (21:49 -0000)]
    * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
path is essentially the same as MONO_PATH except that it points to
GACs instead of lib directories.
* loader.h: The user gac is gone so we dont need function to
enable/disable it.
* mono-config.c: user gac option is now gone.

svn path=/trunk/mono/; revision=27464

20 years ago * CultureInfo.cs: Initialize optional calendars. A pointer to an
Jackson Harper [Sat, 15 May 2004 20:10:49 +0000 (20:10 -0000)]
    * CultureInfo.cs: Initialize optional calendars. A pointer to an
array of ints is passed back from the runtime to the CultureInfo
object. The ints store the calendar type and any optional data
needed to construct the calendar.

svn path=/trunk/mcs/; revision=27462

20 years ago * culture-info.h: Make defines more consistent, add calendar data
Jackson Harper [Sat, 15 May 2004 20:09:06 +0000 (20:09 -0000)]
    * culture-info.h: Make defines more consistent, add calendar data
to the culture info table.
* culture-info-tables.h: Add basic calendar data. Basically
everyone gets default gregorian until all the data is
updated.
* locales.c: Use the new consistent defines. Set calendar data for
culture info objects.
* object.h: add a field for calendar data to CultureInfo

svn path=/trunk/mono/; revision=27461

20 years agoInstead of casting null to an IntPtr, use IntPtr.Zero instead. Thanks
Duncan Mak [Sat, 15 May 2004 19:05:00 +0000 (19:05 -0000)]
Instead of casting null to an IntPtr, use IntPtr.Zero instead. Thanks
to Nick Drochak for spotting this.

svn path=/trunk/mcs/; revision=27460

20 years ago2004-05-15 Rafael Teixeira (rafaelteixeira@hotmail.com)
Rafael Teixeira [Sat, 15 May 2004 18:03:02 +0000 (18:03 -0000)]
2004-05-15 Rafael Teixeira (rafaelteixeira@hotmail.com)
* Makefile: corrected /libpath: compiler flag (parameter) to point to ../class/lib/default/ the new location of libraries

svn path=/trunk/mcs/; revision=27459

20 years ago* System.Configuration.Install.dll.sources: added
Gert Driesen [Sat, 15 May 2004 17:24:39 +0000 (17:24 -0000)]
* System.Configuration.Install.dll.sources: added
Assembly/Consts.cs

svn path=/trunk/mcs/; revision=27458

20 years ago* Consts.cs: Added
Gert Driesen [Sat, 15 May 2004 17:23:05 +0000 (17:23 -0000)]
* Consts.cs: Added

svn path=/trunk/mcs/; revision=27457

20 years ago* InstallContext.cs: removed setter for Parameters
Gert Driesen [Sat, 15 May 2004 17:21:51 +0000 (17:21 -0000)]
* InstallContext.cs: removed setter for Parameters
* Installer.cs: added missing attributes, remove
setter for Installers, Context

svn path=/trunk/mcs/; revision=27456

20 years ago* ClerkInfo.cs: added internal ctor
Gert Driesen [Sat, 15 May 2004 16:43:04 +0000 (16:43 -0000)]
* ClerkInfo.cs: added internal ctor

svn path=/trunk/mcs/; revision=27455

20 years ago* ServiceDomain.cs: added private ctor to match MS
Gert Driesen [Sat, 15 May 2004 16:26:41 +0000 (16:26 -0000)]
* ServiceDomain.cs: added private ctor to match MS
* BYOT.cs: added private ctor to match MS
* RegistrationErrorInfo.cs: marked ctor internal

svn path=/trunk/mcs/; revision=27454

20 years ago* System.EnterpriseServices.dll.sources: Added IConfigurationAttribute
Gert Driesen [Sat, 15 May 2004 16:18:46 +0000 (16:18 -0000)]
* System.EnterpriseServices.dll.sources: Added IConfigurationAttribute
interface

svn path=/trunk/mcs/; revision=27453

20 years ago* IConfigurationAttribute: added
Gert Driesen [Sat, 15 May 2004 16:16:33 +0000 (16:16 -0000)]
* IConfigurationAttribute: added
* ApplicationAccessControlAttribute.cs:
* ApplicationActivationAttribute.cs:
* ApplicationIDAttribute.cs:
* ApplicationNameAttribute.cs: stubbed implementation of
IConfigurationAttribute

svn path=/trunk/mcs/; revision=27452

20 years ago*** empty log message ***
Gert Driesen [Sat, 15 May 2004 16:12:18 +0000 (16:12 -0000)]
*** empty log message ***

svn path=/trunk/mcs/; revision=27451

20 years ago* AssemblyInfo.cs: fixed assembly attributes to match MS
Gert Driesen [Sat, 15 May 2004 15:19:42 +0000 (15:19 -0000)]
* AssemblyInfo.cs: fixed assembly attributes to match MS
frameworks

svn path=/trunk/mcs/; revision=27450

20 years ago* AssemblyInfo.cs: System.Data.OracleClient is CLS compliant
Gert Driesen [Sat, 15 May 2004 14:21:13 +0000 (14:21 -0000)]
* AssemblyInfo.cs: System.Data.OracleClient is CLS compliant

svn path=/trunk/mcs/; revision=27449

20 years ago* Makefile: add reference to Accessibility assembly, needed
Gert Driesen [Sat, 15 May 2004 14:18:01 +0000 (14:18 -0000)]
* Makefile: add reference to Accessibility assembly, needed
to check CLS compliance
* Assembly/AssemblyInfo.cs: System.Design is CLS Compliant

svn path=/trunk/mcs/; revision=27448

20 years ago* System.Design.dll.sources: remove DataBindingCollection
Gert Driesen [Sat, 15 May 2004 14:13:23 +0000 (14:13 -0000)]
* System.Design.dll.sources: remove DataBindingCollection
* System.Web.UI.Design/DataBindingCollection.cs: removed
* System.Web.UI.Design/HtmlControlDesigner.cs: fixed imports
* System.Web.UI.Design/WebControlToolboxItem.cs: fixed
public API
* System.Web.UI.Design/UrlBuilderOptions.cs: added Flags
attribute

svn path=/trunk/mcs/; revision=27447

20 years ago* System.Design.dll.sources: added IOleDragClient
Gert Driesen [Sat, 15 May 2004 13:48:12 +0000 (13:48 -0000)]
* System.Design.dll.sources: added IOleDragClient
* System.ComponentModel.Design/ComponentDesigner.cs: fixed public API
* System.Web.UI.Design/ControlDesigner.cs: fixed public API
* System.Web.UI.Design/HtmlControlDesigner: fixed public API
* System.Windows.Forms.Design/AnchorEditor.cs: fixed public API,
converted to unix linefeeds
* System.Windows.Forms.Design/AxImporter.cs: fixed public API,
converted to unix linefeeds
* System.Windows.Forms.Design/ComponentDocumentDesigner.cs: fixed
public API, converted to unix linefeeds
* System.Windows.Forms.Design/SelectionRules.cs: implementation

svn path=/trunk/mcs/; revision=27445

20 years ago* System.Windows.Forms.Design/FileNameEditor.cs: code formatting
Gert Driesen [Sat, 15 May 2004 13:45:15 +0000 (13:45 -0000)]
* System.Windows.Forms.Design/FileNameEditor.cs: code formatting
* System.Windows.Forms.Design/FolderNameEditor.cs: code formatting
* System.Windows.Forms.Design/MenuCommands.cs: code formatting

svn path=/trunk/mcs/; revision=27444

20 years ago* System.Design.dll.sources: remove MenusCommands, added
Gert Driesen [Sat, 15 May 2004 12:12:44 +0000 (12:12 -0000)]
* System.Design.dll.sources: remove MenusCommands, added
MenuCommands
* System.Web.UI.Design/ImageUrlEditor.cs: fixed warnings
* System.Windows.Forms.Design/MenuCommands.cs: added impl
* System.Windows.Forms.Design/MenusCommands.cs: removed,
wrong name

svn path=/trunk/mcs/; revision=27443

20 years ago2004-05-14 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Sat, 15 May 2004 10:53:40 +0000 (10:53 -0000)]
2004-05-14  Nick Drochak <ndrochak@gol.com>

* GraphicsPath.cs: fix build with csc.  No implicit conversion from
null to IntPtr.  Bug in mcs?

svn path=/trunk/mcs/; revision=27442

20 years ago* System.Windows.Forms.Design/FolderNameEditor.cs:
Gert Driesen [Sat, 15 May 2004 10:16:46 +0000 (10:16 -0000)]
* System.Windows.Forms.Design/FolderNameEditor.cs:
converted to unix linefeeds, marked class TODO, added Flags
attribute to FolderBrowserStyles enum
* System.Windows.Forms.Design/FileNameEditor.cs:
completed stubs, converted to unix linefeeds

svn path=/trunk/mcs/; revision=27441

20 years ago* System.Windows.Forms.Design/FolderNameEditor.cs: added stub
Gert Driesen [Sat, 15 May 2004 09:44:35 +0000 (09:44 -0000)]
* System.Windows.Forms.Design/FolderNameEditor.cs: added stub

svn path=/trunk/mcs/; revision=27440

20 years ago2004-05-15 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 15 May 2004 08:54:45 +0000 (08:54 -0000)]
2004-05-15  Atsushi Enomoto  <atsushi@ximian.com>

* CustomDataClassGenerator.cs :
  Added property parent "[foo]Row" and children "Get[foo]Row" support
  for custom DataRow classes.
  Fixed DataColumn property accessibility (public --> internal).

svn path=/trunk/mcs/; revision=27439

20 years agorolled back change to use mono runtime, committed by accident
Gert Driesen [Sat, 15 May 2004 06:41:09 +0000 (06:41 -0000)]
rolled back change to use mono runtime, committed by accident

svn path=/trunk/mono/; revision=27438

20 years ago- Fixed Text set property. If user updated text field through UI the
Peter Dennis Bartok [Sat, 15 May 2004 03:55:07 +0000 (03:55 -0000)]
- Fixed Text set property. If user updated text field through UI the
  text!=value comparison might be off

svn path=/trunk/mcs/; revision=27437

20 years ago- Fixed Text get property (also fixes bug #55005)
Peter Dennis Bartok [Sat, 15 May 2004 03:27:07 +0000 (03:27 -0000)]
- Fixed Text get property (also fixes bug #55005)
- Removed debug output

svn path=/trunk/mcs/; revision=27436

20 years ago- Implemented Graphics.MeasureCharacterRanges method
Peter Dennis Bartok [Sat, 15 May 2004 01:53:31 +0000 (01:53 -0000)]
- Implemented Graphics.MeasureCharacterRanges method
- Added CharacterRange handling to StringFormat

svn path=/trunk/mcs/; revision=27435

20 years agoAdd a few names
Miguel de Icaza [Fri, 14 May 2004 22:25:10 +0000 (22:25 -0000)]
Add a few names

svn path=/trunk/mono/; revision=27434

20 years agoSupport for delegates and nestedt types added
Carlos Alberto Cortez [Fri, 14 May 2004 22:21:47 +0000 (22:21 -0000)]
Support for delegates and nestedt types added

svn path=/trunk/mcs/; revision=27433

20 years ago2004-05-14 Todd Berman <tberman@sevenl.net>
Todd Berman [Fri, 14 May 2004 22:21:24 +0000 (22:21 -0000)]
2004-05-14  Todd Berman  <tberman@sevenl.net>

        * gacutil.cs: Remove old file/symlink, thanks urs.

svn path=/trunk/mcs/; revision=27432

20 years agoshare runtime code, r=zoltan
Ben Maurer [Fri, 14 May 2004 22:05:06 +0000 (22:05 -0000)]
share runtime code, r=zoltan

svn path=/trunk/mono/; revision=27431

20 years agoAdded class status pages for these assemblies:
Gert Driesen [Fri, 14 May 2004 20:49:39 +0000 (20:49 -0000)]
Added class status pages for these assemblies:
- System.Configuration.Install
- System.Data.OracleClient
- System.Drawing.Design
- System.Design
- System.Management
- System.Messaging

svn path=/trunk/mono/; revision=27429

20 years ago- Added error check
Peter Dennis Bartok [Fri, 14 May 2004 20:28:34 +0000 (20:28 -0000)]
- Added error check

svn path=/trunk/mcs/; revision=27427

20 years ago* GraphicsPath.cs (ConvertPoints): Removed, we'll do the
Duncan Mak [Fri, 14 May 2004 19:29:19 +0000 (19:29 -0000)]
* GraphicsPath.cs (ConvertPoints): Removed, we'll do the
conversion in C.
(GraphicsPath): Use GdipCreatePath2I instead.
(SetMarker, ClearMarkers):
(Flatten, GetBounds, IsOutlineVisible, IsVisible):
(StartFigure, CloseFigure, CloseFigures):
(Warp, Widen): Implemented. I left the MonoTODO attribute on for
the methods where the equivalent C function has not yet been
implemented.

* GraphicsPathIterator.cs (Count): Implemented.

* gdipFunctions.cs (GdipCreatePath2I, GdipAddPathPieI):
(GdipFlattenPath, GdipWarpPath, GdipWidenPath):
(GdipGetPathWorldBounds, GdipGetPathWorldBoundsI): Imported.

svn path=/trunk/mcs/; revision=27424

20 years ago2004-05-14: Mike Kestner <mkestner@ximian.com>
Mike Kestner [Fri, 14 May 2004 19:18:44 +0000 (19:18 -0000)]
2004-05-14: Mike Kestner  <mkestner@ximian.com>

* ClientRemotingConfig.cs : stub
* ComSoapPublishError.cs : stub
* GenerateMetadata.cs : stub
* IComSoapIISVRoot.cs : impl
* IComSoapMetadata.cs : impl
* IISVirtualRoot.cs : impl
* IServerWebConfig.cs : impl
* ServerWebConfig.cs : stub

svn path=/trunk/mcs/; revision=27423

20 years ago2004-05-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 14 May 2004 18:19:12 +0000 (18:19 -0000)]
2004-05-14  Zoltan Varga  <vargaz@freemail.hu>

* ChangeLog: Fix author of memory leak patch.

svn path=/trunk/mono/; revision=27422

20 years ago2004-05-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 14 May 2004 18:10:59 +0000 (18:10 -0000)]
2004-05-14  Zoltan Varga  <vargaz@freemail.hu>

* appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.

svn path=/trunk/mono/; revision=27421

20 years ago2004-05-14 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 14 May 2004 17:41:31 +0000 (17:41 -0000)]
2004-05-14  Sebastien Pouliot  <sebastien@ximian.com>

* UTF8Encoding.cs: Added code to check for overlongs.

svn path=/trunk/mcs/; revision=27419

20 years ago2004-05-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 14 May 2004 16:42:48 +0000 (16:42 -0000)]
2004-05-14  Atsushi Enomoto  <atsushi@ximian.com>

* CustomDataClassGenerator.cs :
  - Put classes inside custom DataSet class.
  - Added automatic DataRelation creation support.
  - Added Constraints creation support. That is done separate from
    relations, since they might be independently created.
  - Added non-MS public DataRelation fields.
  - Removed extraneous "DataRelation type generation" code.
  - Fixed custom_dataset.Initialize() not to create "c" field that
    was created more than once.
  - Implemented AddxxxRow() that takes parameters for every column.

svn path=/trunk/mcs/; revision=27418

20 years agoFlush
Miguel de Icaza [Fri, 14 May 2004 15:57:56 +0000 (15:57 -0000)]
Flush

svn path=/trunk/mono/; revision=27417

20 years agoFlush
Miguel de Icaza [Fri, 14 May 2004 15:57:22 +0000 (15:57 -0000)]
Flush

svn path=/trunk/mono/; revision=27416

20 years ago * gacutil.cs: Always install the package files.
Jackson Harper [Fri, 14 May 2004 15:45:45 +0000 (15:45 -0000)]
    * gacutil.cs: Always install the package files.

svn path=/trunk/mcs/; revision=27415

20 years ago * library.make: Install package files. Get params in magical
Jackson Harper [Fri, 14 May 2004 15:42:24 +0000 (15:42 -0000)]
    * library.make: Install package files. Get params in magical
correct order.

svn path=/trunk/mcs/; revision=27414

20 years ago* mb-parser.jay: few Property related grammar changes
Anirban Bhattacharjee [Fri, 14 May 2004 14:55:23 +0000 (14:55 -0000)]
* mb-parser.jay: few Property related grammar changes

svn path=/trunk/mcs/; revision=27413