mono.git
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

20 years ago* mb-tokenizer.cs: Bug fixed - Got Property working
Anirban Bhattacharjee [Fri, 14 May 2004 14:52:55 +0000 (14:52 -0000)]
* mb-tokenizer.cs: Bug fixed - Got Property working

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

20 years agoPatch from Gonzalo to improve pkg-config handling
Miguel de Icaza [Fri, 14 May 2004 14:32:19 +0000 (14:32 -0000)]
Patch from Gonzalo to improve pkg-config handling

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

20 years ago * library.make: Install package files.
Jackson Harper [Fri, 14 May 2004 14:26:49 +0000 (14:26 -0000)]
    * library.make: Install package files.

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

20 years ago2004-05-14 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 14 May 2004 14:05:18 +0000 (14:05 -0000)]
2004-05-14  Dick Porter  <dick@ximian.com>

* HebrewCalendar.cs: Stubbed ToFourDigitYear()

* HijriCalendar.cs: Stubbed HijriAdjustment

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

20 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Fri, 14 May 2004 13:40:06 +0000 (13:40 -0000)]
ChangeLog: Updated ChangeLog.
ImageFormatConverter.cs: Modified implementation of ConvertFrom() method.

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

20 years agoChangeLog: Updated ChangeLog
Sanja Gupta [Fri, 14 May 2004 13:37:03 +0000 (13:37 -0000)]
ChangeLog: Updated ChangeLog
System.Drawing_test.dll.sources: Added TestImageConverter.cs and TestImageFormatCoverter.cs.

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

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

* UTF8Encoding.cs: Moved charCount-- after the check for surrogate
pair. This fix bug #57009 (and 2 failing unit tests).

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

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

* UTF8EncodingTest.cs: Test both characters in test 2.1.4.

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

20 years agoShut CVS up
Dick Porter [Fri, 14 May 2004 13:27:25 +0000 (13:27 -0000)]
Shut CVS up

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

20 years agoChangeLog: Update ChangeLog
Sanja Gupta [Fri, 14 May 2004 13:25:38 +0000 (13:25 -0000)]
ChangeLog: Update ChangeLog
TestBitmap.cs: Modified method signature to static for use in other files.
TestImageConverter.cs: Added.
TestImageFormatConverter.cs: Added.
bitmaps/almogaver24bits1.bmp: Added.

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

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

* Buffer.cs: Optimize BlockCopy.

* Environment.cs: Bump corlib version.

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

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

* icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.

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

* icall.c: Optimize Buffer.BlockCopy.

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

20 years agoAdded array bounds check (ABC) removal optimization.
Massimiliano Mantione [Fri, 14 May 2004 12:54:27 +0000 (12:54 -0000)]
Added array bounds check (ABC) removal optimization.

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

20 years agochange for Sachin
Jordi Mas i Hernandez [Fri, 14 May 2004 12:39:30 +0000 (12:39 -0000)]
change for Sachin

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

20 years ago2004-05-14 Umadevi S (sumadevi@novell.com)
Umadevi S [Fri, 14 May 2004 12:35:56 +0000 (12:35 -0000)]
2004-05-14 Umadevi S (sumadevi@novell.com)
* OdbcParameter.cs - Added Attributes
* OdbcParamerterConverter.cs - Added File

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

20 years agoFri May 14 15:13:06 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 14 May 2004 12:35:18 +0000 (12:35 -0000)]
Fri May 14 15:13:06 CEST 2004 Paolo Molaro <lupus@ximian.com>

* Makefile.am: fix make dist as well...

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

20 years ago2004-05-14 Umadevi S (sumadevi@novell.com)
Umadevi S [Fri, 14 May 2004 12:31:23 +0000 (12:31 -0000)]
2004-05-14 Umadevi S (sumadevi@novell.com)
* Updated System.Data.dll.sources - Added OdbcParameterConverter.cs

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

20 years ago*** empty log message ***
Umadevi S [Fri, 14 May 2004 12:11:14 +0000 (12:11 -0000)]
*** empty log message ***

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

20 years agoFri May 14 14:30:13 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 14 May 2004 11:55:11 +0000 (11:55 -0000)]
Fri May 14 14:30:13 CEST 2004 Paolo Molaro <lupus@ximian.com>

* mini.c, cfold.c: fix style.

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

20 years agoFri May 14 14:28:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 14 May 2004 11:51:35 +0000 (11:51 -0000)]
Fri May 14 14:28:22 CEST 2004 Paolo Molaro <lupus@ximian.com>

* mini.c: handle issue with the low-level implementation of
some long opcodes (bug #54209).

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

20 years ago2004-05-14 Umadevi S (sumadevi@novell.com)
Umadevi S [Fri, 14 May 2004 11:51:09 +0000 (11:51 -0000)]
2004-05-14 Umadevi S (sumadevi@novell.com)
        * OdbcCommand.cs - Added Attributes

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

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

ChangeLog update was missing.

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

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

* XmlSchemaDataImporter.cs : When primary key is used more than once,
  DataRelation borked because of empty parent column name.

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

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

* DataSetReadXmlSchemaTest.cs : Added test014.xsd tes (contains two
  simple repeatable elements).

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

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

* test014.xsd : added.

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

20 years ago2004-05-14 Umadevi S (sumadevi@novell.com)
Umadevi S [Fri, 14 May 2004 11:31:01 +0000 (11:31 -0000)]
2004-05-14 Umadevi S (sumadevi@novell.com)
        * OdbcCommand.cs - Added Attributes

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

20 years ago* SearchResultCollection.cs: Add a few more stubs.
Raja R Harinath [Fri, 14 May 2004 11:30:25 +0000 (11:30 -0000)]
* SearchResultCollection.cs: Add a few more stubs.
* SchemaNameCollection.cs: Likewise.

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

20 years agoFix build
Dick Porter [Fri, 14 May 2004 11:26:20 +0000 (11:26 -0000)]
Fix build

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

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

* MethodBuilder.cs: Add Equals and GetHashCode.

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

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

* Assembly.cs: Fix build.

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

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

* TypeBuilder.cs: Add IsSubclassOf.

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

20 years ago2004-05-14 Umadevi S (sumadevi@novell.com)
Umadevi S [Fri, 14 May 2004 11:08:12 +0000 (11:08 -0000)]
2004-05-14 Umadevi S (sumadevi@novell.com)
        * OdbcDataReader.cs - Added Attributes

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

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

* Assembly.cs: Add stub for LoadFrom.

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

20 years ago* DirectoryServicesPermission.cs: Fix typo.
Raja R Harinath [Fri, 14 May 2004 10:57:29 +0000 (10:57 -0000)]
* DirectoryServicesPermission.cs: Fix typo.
* SchemaNameCollection.cs: Revert.  Add MonoTODO attributes.

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

20 years ago2004-05-14 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Fri, 14 May 2004 10:37:41 +0000 (10:37 -0000)]
2004-05-14 Marek Safar <marek.safar@seznam.cz>

* cs3008-7.cs: New test for bug #58478.

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

20 years ago2004-05-14 Umadevi S <sumadevi@novell.com>
Umadevi S [Fri, 14 May 2004 10:37:25 +0000 (10:37 -0000)]
2004-05-14 Umadevi S <sumadevi@novell.com>
        * System.Data.dll.sources : Added OdbcCategoryAttribute.cs OdbcDescriptionAttribute.cs

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

20 years ago004-05-14 Umadevi S (sumadevi@novell.com)
Umadevi S [Fri, 14 May 2004 10:35:40 +0000 (10:35 -0000)]
004-05-14 Umadevi S (sumadevi@novell.com)
        * Added Classes OdbcCategoryAttribute.cs, OdbcDescriptionAttribute.cs

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

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

* XmlSchemaDataImporter.cs : When Creating constraints with related
  to DataRelation creation, also set PrimaryKey to the parent table.

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

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

* DataSetTest.cs,
  DataSetReadXmlTest.cs,
  DataSetReadXmlSchemaTest.cs,
  DataSetInferXmlSchemaTest.cs,
  DataSetAssertion.cs : AssertDataTable() now checks Constraint count
  and ParentKey length.

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