mono.git
19 years agoTest with metadata-related API sample usage.
Paolo Molaro [Sat, 19 Jun 2004 15:10:45 +0000 (15:10 -0000)]
Test with metadata-related API sample usage.

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

19 years agoSat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sat, 19 Jun 2004 15:08:58 +0000 (15:08 -0000)]
Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>

* *.c, *.h: more API cleanups.

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

19 years ago2004-06-19 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 19 Jun 2004 13:11:50 +0000 (13:11 -0000)]
2004-06-19  Atsushi Enomoto  <atsushi@ximian.com>

* FloatingPointFormatter.cs : Literal string should be kept in the
  output.

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

19 years ago2004-06-19 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 19 Jun 2004 13:11:23 +0000 (13:11 -0000)]
2004-06-19  Atsushi Enomoto  <atsushi@ximian.com>

* FloatingPointFormatterTest.cs : Format literal (i.e. '...') in
  format string should be kept as is.

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

19 years agoChanged some public constructors to private to match MS' implementation
Jochen Wezel [Sat, 19 Jun 2004 11:03:42 +0000 (11:03 -0000)]
Changed some public constructors to private to match MS' implementation

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

19 years ago* Consts.cs: Added
Gert Driesen [Sat, 19 Jun 2004 10:42:34 +0000 (10:42 -0000)]
* Consts.cs: Added

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

19 years ago2004-06-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 19 Jun 2004 10:24:16 +0000 (10:24 -0000)]
2004-06-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TemplateControlCompiler.cs: for system colors, use SystemColors class
instead of Color. Fixes bug #60249.

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

19 years agoDocument function remapping, too.
Paolo Molaro [Sat, 19 Jun 2004 09:42:23 +0000 (09:42 -0000)]
Document function remapping, too.

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

19 years ago2004-06-19 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 19 Jun 2004 07:29:22 +0000 (07:29 -0000)]
2004-06-19  Atsushi Enomoto <atsushi@ximian.com>

* mono-api-diff.cs : tiny fix on warning output.

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

19 years ago2004-06-19 Martin Baulig <martin@ximian.com>
Martin Baulig [Sat, 19 Jun 2004 01:26:02 +0000 (01:26 -0000)]
2004-06-19  Martin Baulig  <martin@ximian.com>

* MonoSymbolTable.cs
(SourceFileTable.Namespaces): New public property.

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

19 years ago * man/mono.1: Add MONO_LOG_LEVEL and MONO_LOG_MASK
Jackson Harper [Fri, 18 Jun 2004 23:35:58 +0000 (23:35 -0000)]
    * man/mono.1: Add MONO_LOG_LEVEL and MONO_LOG_MASK

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

19 years ago * assembly.c: Trace loading assemblies.
Jackson Harper [Fri, 18 Jun 2004 22:06:53 +0000 (22:06 -0000)]
    * assembly.c: Trace loading assemblies.
* loader.c: Trace loading native libraries.
* mono-config.c: Trace loading config files.

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

19 years ago * mono-logger.c/h: Add a trace mask option for tracing loading
Jackson Harper [Fri, 18 Jun 2004 22:03:10 +0000 (22:03 -0000)]
    * mono-logger.c/h: Add a trace mask option for tracing loading
config files. A little white space love.

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

19 years ago2004-06-18 Martin Baulig <martin@ximian.com>
Martin Baulig [Fri, 18 Jun 2004 21:07:55 +0000 (21:07 -0000)]
2004-06-18  Martin Baulig  <martin@ximian.com>

* generics.cs (GenericMethod.ctor): Don't take an Attributes
argument.  Fixes #60441.

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

19 years agoEnable FC2
Duncan Mak [Fri, 18 Jun 2004 21:03:35 +0000 (21:03 -0000)]
Enable FC2

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

19 years agoFix broken ABI for stack parameters
Neale Ferguson [Fri, 18 Jun 2004 20:03:01 +0000 (20:03 -0000)]
Fix broken ABI for stack parameters

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

19 years agoFix
Miguel de Icaza [Fri, 18 Jun 2004 19:30:24 +0000 (19:30 -0000)]
Fix

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

19 years ago2004-06-18 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 18 Jun 2004 19:12:03 +0000 (19:12 -0000)]
2004-06-18  Sebastien Pouliot  <sebastien@ximian.com>

* ReturnMessage.cs: Added IMessage interface to class definition.

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

19 years ago2004-06-18 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 18 Jun 2004 19:08:04 +0000 (19:08 -0000)]
2004-06-18  Sebastien Pouliot  <sebastien@ximian.com>

* StrongNameMembershipCondition.cs: Added missing [Serializable]
attribute.
* ZoneMembershipCondition.cs: Added missing [Serializable] attribute.

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

19 years agomore v2 classes some workarounds are here for gmcs bugs
Ben Maurer [Fri, 18 Jun 2004 18:32:31 +0000 (18:32 -0000)]
more v2 classes some workarounds are here for gmcs bugs

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

19 years ago2004-06-18 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 18 Jun 2004 18:15:56 +0000 (18:15 -0000)]
2004-06-18  Dick Porter  <dick@ximian.com>

* event-private.h:
* events.c: Auto-reset events need to release one thread for each
time SetEvent() is called.  Fixes bug 41292.

* threads.h:
* mutex-private.h:
* mutexes.c: Scan for mutexes that are still locked by a thread
when it exits.  Fixes the MS demo app linked by bug 41292.

* wait.c (test_and_own): Make sure a handle is signalled before it
is owned.

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 17:48:27 +0000 (17:48 -0000)]
2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>

* DateTime.cs : Concatenating whitespace removal was not working fine.
  Modified FormatException message (1 cent kindness).

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

19 years agoThread exiting behaviour
Dick Porter [Fri, 18 Jun 2004 17:29:27 +0000 (17:29 -0000)]
Thread exiting behaviour

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

19 years ago* IStateRuntime.cs: added missing marshalling attributes
Gert Driesen [Fri, 18 Jun 2004 17:24:05 +0000 (17:24 -0000)]
* IStateRuntime.cs: added missing marshalling attributes

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

19 years ago* IAppDomainFactory.cs: added missing marshalling attributes
Gert Driesen [Fri, 18 Jun 2004 17:22:44 +0000 (17:22 -0000)]
* IAppDomainFactory.cs: added missing marshalling attributes
* IISAPIRuntime.cs: added missing marshalling attributes

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

19 years ago2004-06-18 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Fri, 18 Jun 2004 17:18:10 +0000 (17:18 -0000)]
2004-06-18  Ben Maurer  <bmaurer@ximian.com>

* Action.cs, ArraySegment.cs, Comparison.cs, Converter.cs, Predicate.cs:
new generics classes
* IComparable.cs: add the new <T> version.
* EventHandler.cs: new <T> version.

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

19 years agoFix windows build.
Paolo Molaro [Fri, 18 Jun 2004 17:16:14 +0000 (17:16 -0000)]
Fix windows build.

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

19 years ago* IComManagedImportUtil.cs: added missing marshalling attributes
Gert Driesen [Fri, 18 Jun 2004 17:08:49 +0000 (17:08 -0000)]
* IComManagedImportUtil.cs: added missing marshalling attributes
* IComSoapIISVRoot.cs: added missing marshalling attributes
* IComSoapMetadata.cs: added missing marshalling attributes
* IComSoapPublisher.cs: added missing marshalling attributes
* IServerWebConfig.cs: added missing marshalling attributes
* ISoapClientImport.cs: added missing marshalling attributes
* ISoapServerTlb.cs: added missing marshalling attributes
* ISoapServerVRoot.cs: added missing marshalling attributes
* ISoapUtility.cs: added missing marshalling attributes

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

19 years ago* Compensator.cs: fixed return value of CommitRecord method
Gert Driesen [Fri, 18 Jun 2004 17:01:51 +0000 (17:01 -0000)]
* Compensator.cs: fixed return value of CommitRecord method

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

19 years ago* AuthenticationOption.cs: fixed enum field values to match MS.NET
Gert Driesen [Fri, 18 Jun 2004 16:59:14 +0000 (16:59 -0000)]
* AuthenticationOption.cs: fixed enum field values to match MS.NET
* IProcessInitializer.cs: added missing marshalling attributes
* IRegistrationHelper.cs: added missing marshalling attributes
* ImpersonationLevelOption: fixed enum field values to match MS.NET
* InstallationFlags: fixed enum field values to match MS.NET
* PropertyLockMode: fixed enum field values to match MS.NET
* PropertyReleaseMode: fixed enum field values to match MS.NET
* RegistrationHelper: added missing marshalling attributes
* RegistrationHelperTx: added missing marshalling attributes
* SynchronizationOption: fixed enum field values to match MS.NET
* TransactionIsolationLevel: fixed enum field values to match MS.NET
* TransactionVote: fixed enum field values to match MS.NET

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

19 years agoFri Jun 18 19:39:09 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 18 Jun 2004 16:49:57 +0000 (16:49 -0000)]
Fri Jun 18 19:39:09 CEST 2004 Paolo Molaro <lupus@ximian.com>

* Makefile.am: process data before runtime, so the config file is
installed and gacutil has a chance to work (finding symlink).

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

19 years ago* SqlNullValueException.cs: fixed serialization
Gert Driesen [Fri, 18 Jun 2004 15:40:47 +0000 (15:40 -0000)]
* SqlNullValueException.cs: fixed serialization
* SqlTruncateException.cs: fixed serialization
* SqlTypeException.cs: fixed serialization

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

19 years ago* OleDbError.cs: fixed serialization compatibility with MS.NET
Gert Driesen [Fri, 18 Jun 2004 15:38:10 +0000 (15:38 -0000)]
* OleDbError.cs: fixed serialization compatibility with MS.NET
* OleDbErrorCollection.cs: fixed serialization compatibility with
MS.NET

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

19 years ago* OdbcError.cs: fixed serialization compatibility with MS.NET
Gert Driesen [Fri, 18 Jun 2004 15:37:16 +0000 (15:37 -0000)]
* OdbcError.cs: fixed serialization compatibility with MS.NET
* OdbcErrorCollection.cs: fixed serialization compatibility with
MS.NET
* OdbcException.cs: fixed serialization compatibility with MS.NET

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

19 years agoFri Jun 18 18:24:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 18 Jun 2004 15:34:57 +0000 (15:34 -0000)]
Fri Jun 18 18:24:28 CEST 2004 Paolo Molaro <lupus@ximian.com>

* mini.c, mini.h, mini-ppc.c: handle varargs methods with a special
case until bug #59509 is fixed (shows up in #60332).

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

19 years ago* DBConcurrentcyException.cs: CRLF to LF
Gert Driesen [Fri, 18 Jun 2004 15:34:23 +0000 (15:34 -0000)]
* DBConcurrentcyException.cs: CRLF to LF
* DataViewSetting.cs: CRLF to LF

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

19 years ago*** empty log message ***
Gert Driesen [Fri, 18 Jun 2004 15:29:34 +0000 (15:29 -0000)]
*** empty log message ***

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

19 years agoCorrecting some errors of last checkin.
Ravindra [Fri, 18 Jun 2004 15:12:34 +0000 (15:12 -0000)]
Correcting some errors of last checkin.

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

19 years ago * FontConverter.cs: Implemented the missing functions.
Ravindra [Fri, 18 Jun 2004 14:56:07 +0000 (14:56 -0000)]
* FontConverter.cs: Implemented the missing functions.
* Font.cs: Added some notes.

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

19 years ago * mono-logger.c: Change default logging level to ERROR. Make sure
Jackson Harper [Fri, 18 Jun 2004 14:46:40 +0000 (14:46 -0000)]
    * mono-logger.c: Change default logging level to ERROR. Make sure
that mono_trace_init is called if mono_tracev is our first trace
statement is mono_tracev. Little indentation fix.

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

19 years ago2004-06-18 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 18 Jun 2004 13:53:19 +0000 (13:53 -0000)]
2004-06-18  Dick Porter  <dick@ximian.com>

* String.cs: The icall can cope with embedded \0 now.

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

19 years ago2004-06-18 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 18 Jun 2004 13:52:57 +0000 (13:52 -0000)]
2004-06-18  Dick Porter  <dick@ximian.com>

* locales.c: Tell ICU the lengths of strings, it can cope with
embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 12:32:14 +0000 (12:32 -0000)]
2004-06-18  Atsushi Enomoto <atsushi@ximian.com>

* 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

19 years ago2004-06-18 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Fri, 18 Jun 2004 12:27:03 +0000 (12:27 -0000)]
2004-06-18  Marek Safar <marek.safar@seznam.cz>

* test-274.cs: New test for #60219

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

19 years ago2004-06-18 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Fri, 18 Jun 2004 12:23:29 +0000 (12:23 -0000)]
2004-06-18  Marek Safar  <marek.safar@seznam.cz>

Fix bug #60219
  * class.cs (ConstructorInitializer.GetOverloadedConstructor):
  Don't throw exception but return null (it's sufficient now).

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

19 years ago* runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)):
Raja R Harinath [Fri, 18 Jun 2004 12:07:45 +0000 (12:07 -0000)]
* runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)):
Test if files exist in the mcs/ tree before creating symlinks.
Remove symlinks before creating them again.
* runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise.
* runtime/net_2_0/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise.

Make real bug more explicit.

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

19 years ago2004-06-18 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Fri, 18 Jun 2004 12:00:32 +0000 (12:00 -0000)]
2004-06-18  Marek Safar  <marek.safar@seznam.cz>

  * typemanager.cs (GetArgumentTypes): Faster implementation.

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

19 years ago2004-06-18 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Fri, 18 Jun 2004 11:31:25 +0000 (11:31 -0000)]
2004-06-18  Marek Safar <marek.safar@seznam.cz>

* test-273.cs: New test for #55971

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

19 years agoFri Jun 18 13:46:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 18 Jun 2004 10:55:21 +0000 (10:55 -0000)]
Fri Jun 18 13:46:05 CEST 2004 Paolo Molaro <lupus@ximian.com>

* mono-jni.c: updates for the API cleanups.

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

19 years ago2004-06-18 Umadevi S <sumadevi@novell.com>
Umadevi S [Fri, 18 Jun 2004 10:33:17 +0000 (10:33 -0000)]
2004-06-18 Umadevi S <sumadevi@novell.com>
        * DataContainer.cs - CheckedforNull before calling the relavant setmethods in each of the
                SetItemForDataRecord method for all the classes.

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 09:50:34 +0000 (09:50 -0000)]
2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>

* 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

19 years agoInteraction.cs: Shell method implemented
Anirban Bhattacharjee [Fri, 18 Jun 2004 09:32:18 +0000 (09:32 -0000)]
Interaction.cs: Shell method implemented

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 09:11:48 +0000 (09:11 -0000)]
2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>

* 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

19 years agoFri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 18 Jun 2004 09:09:37 +0000 (09:09 -0000)]
Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>

* image.c: swapped name/filename;

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 09:04:39 +0000 (09:04 -0000)]
2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>

* 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

19 years agoSome formatting and cleanup.
Ravindra [Fri, 18 Jun 2004 08:39:39 +0000 (08:39 -0000)]
Some formatting and cleanup.

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

19 years ago(REWRITE): New. Common rewriting 'sed' command.
Raja R Harinath [Fri, 18 Jun 2004 08:36:21 +0000 (08:36 -0000)]
(REWRITE): New.  Common rewriting 'sed' command.
(bin_SCRIPTS): Unify all the script generating rules into one.

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

19 years agofix line-delete-o.
Raja R Harinath [Fri, 18 Jun 2004 07:53:04 +0000 (07:53 -0000)]
fix line-delete-o.

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

19 years agoFix breaking build (see tests/test-272.cs). Since corlib is a
Raja R Harinath [Fri, 18 Jun 2004 07:45:21 +0000 (07:45 -0000)]
Fix breaking build (see tests/test-272.cs).  Since corlib is a
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

19 years ago(UnmanagedType_80): New constant. Used to workaround
Raja R Harinath [Fri, 18 Jun 2004 07:44:55 +0000 (07:44 -0000)]
(UnmanagedType_80): New constant.  Used to workaround
problems like in tests/test-272.cs.

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

19 years agoNew test case for the breaking build.
Raja R Harinath [Fri, 18 Jun 2004 07:39:32 +0000 (07:39 -0000)]
New test case for the breaking build.

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

19 years ago* ArgIterator.cs: changed layout to Auto
Gert Driesen [Fri, 18 Jun 2004 06:33:49 +0000 (06:33 -0000)]
* ArgIterator.cs: changed layout to Auto
* DateTime.cs: changed layout to Auto

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

19 years ago* DateTime.cs: CRLF to LF
Gert Driesen [Fri, 18 Jun 2004 06:30:40 +0000 (06:30 -0000)]
* DateTime.cs: CRLF to LF

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

19 years agoFixed bugs in Val(string)
Sachin Kumar [Fri, 18 Jun 2004 06:21:09 +0000 (06:21 -0000)]
Fixed bugs in Val(string)

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

19 years ago2004-06-18 Anirban Bhattacharjee <banirban@novell.com>
Anirban Bhattacharjee [Fri, 18 Jun 2004 06:08:10 +0000 (06:08 -0000)]
2004-06-18 Anirban Bhattacharjee <banirban@novell.com>
        * Interaction.cs: Few methods implemented - Contribution by Jambunathan and Anirban

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

19 years ago2004-06-18 Umadevi S <sumadevi@novell.com>
Umadevi S [Fri, 18 Jun 2004 06:01:40 +0000 (06:01 -0000)]
2004-06-18 Umadevi S <sumadevi@novell.com>
        * SqlCommand.cs - ExecuteNonQuery returns -1 in all cases except
                insert,update or delete.

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

19 years ago* BINDPTR.cs: have layout and charset match MS.NET
Gert Driesen [Fri, 18 Jun 2004 05:53:26 +0000 (05:53 -0000)]
* BINDPTR.cs: have layout and charset match MS.NET
* 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

19 years ago* ArrayWithOffset.cs: fixed GetOffset to return int instead of
Gert Driesen [Fri, 18 Jun 2004 05:17:25 +0000 (05:17 -0000)]
* ArrayWithOffset.cs: fixed GetOffset to return int instead of
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

19 years ago2004-06-18 Umadevi S <sumadevi@novell.com>
Umadevi S [Fri, 18 Jun 2004 04:23:08 +0000 (04:23 -0000)]
2004-06-18 Umadevi S <sumadevi@novell.com>
        * 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

19 years agoFlush
Miguel de Icaza [Fri, 18 Jun 2004 03:44:21 +0000 (03:44 -0000)]
Flush

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

19 years ago2004-06-18 Martin Baulig <martin@ximian.com>
Martin Baulig [Fri, 18 Jun 2004 03:12:01 +0000 (03:12 -0000)]
2004-06-18  Martin Baulig  <martin@ximian.com>

* mono-debug-debugger.c (write_class): Write the parent class at
the end of the header.

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

19 years ago2004-06-18 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Fri, 18 Jun 2004 02:58:45 +0000 (02:58 -0000)]
2004-06-18  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
        * Synchronized files with gborg cvs up to release 0.6.

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

19 years ago2004-06-18 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Fri, 18 Jun 2004 02:56:25 +0000 (02:56 -0000)]
2004-06-18  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>

* Synchronized files with gborg cvs up to release 0.6

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

19 years ago2004-06-18 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Fri, 18 Jun 2004 02:54:48 +0000 (02:54 -0000)]
2004-06-18  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>

* Synchronized files from gborg cvs up to release 0.6.

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

19 years agoUpdated for B3
Geoff Norton [Fri, 18 Jun 2004 02:17:48 +0000 (02:17 -0000)]
Updated for B3

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 02:06:08 +0000 (02:06 -0000)]
2004-06-18  Atsushi Enomoto <atsushi@ximian.com>

* XmlSecureResolverTests.cs : [TestFixture] was missing.

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 01:40:17 +0000 (01:40 -0000)]
2004-06-18  Atsushi Enomoto <atsushi@ximian.com>

* MonoMicro.Test.csproj : updated.

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 01:36:53 +0000 (01:36 -0000)]
2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>

* Mono.System.XML.csproj : now contains new NET_2_0 files.

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 01:30:02 +0000 (01:30 -0000)]
2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>

* 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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 01:25:07 +0000 (01:25 -0000)]
2004-06-18  Atsushi Enomoto <atsushi@ximian.com>

* CustomSerializer.cs, XmlSchemaException.cs,
  XmlSchemaParticle.cs, XmlSchemaSimpleTypeRestriction.cs
  : Globalization.

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 01:22:07 +0000 (01:22 -0000)]
2004-06-18  Atsushi Enomoto <atsushi@ximian.com>

* 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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 01:14:29 +0000 (01:14 -0000)]
2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>

* XslNumber.cs : Globalization. Removed unused code.

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 01:13:58 +0000 (01:13 -0000)]
2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>

* Debug.cs, HtmlEmitter.cs, MSXslScriptManager.cs,
  ScriptCompilerInfo.cs, XslFunctions.cs, XslTemplate.cs
  : Globalization. Removed unused code.

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 18 Jun 2004 01:09:03 +0000 (01:09 -0000)]
2004-06-18  Atsushi Enomoto <atsushi@ximian.com>

* XsdIdentityPath.cs : removed unused code.
* XsdIdentityState.cs : Globalization.

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

19 years ago2004-06-18 Martin Baulig <martin@ximian.com>
Martin Baulig [Fri, 18 Jun 2004 00:51:27 +0000 (00:51 -0000)]
2004-06-18  Martin Baulig  <martin@ximian.com>

* attribute.cs (Attribute.Resolve): Check whether we're an
EmptyCast which a Constant child.  Fixes #60333.

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 17 Jun 2004 23:28:23 +0000 (23:28 -0000)]
2004-06-18  Atsushi Enomoto <atsushi@ximian.com>

* CodeGeneratorIdentifierTest.cs : [TestFixture] was missing.

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

19 years ago2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 17 Jun 2004 23:24:54 +0000 (23:24 -0000)]
2004-06-18  Atsushi Enomoto <atsushi@ximian.com>

* TypedDataSetGeneratorTest.cs : [TestFixture] was missing.

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

19 years ago2004-06-17 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Jun 2004 23:12:52 +0000 (23:12 -0000)]
2004-06-17  Sebastien Pouliot  <sebastien@ximian.com>

* 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

19 years ago * Uri.cs: Use invariant culture.
Jackson Harper [Thu, 17 Jun 2004 21:48:29 +0000 (21:48 -0000)]
    * Uri.cs: Use invariant culture.

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

19 years agoRevert
Miguel de Icaza [Thu, 17 Jun 2004 21:36:48 +0000 (21:36 -0000)]
Revert

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

19 years agoRevert.
Martin Baulig [Thu, 17 Jun 2004 21:29:47 +0000 (21:29 -0000)]
Revert.

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

19 years agonew test
Ben Maurer [Thu, 17 Jun 2004 20:50:27 +0000 (20:50 -0000)]
new test

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

19 years ago2004-06-17 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Thu, 17 Jun 2004 20:50:10 +0000 (20:50 -0000)]
2004-06-17  Ben Maurer  <bmaurer@ximian.com>

* 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

19 years ago * CompilerError.cs:
Jackson Harper [Thu, 17 Jun 2004 19:27:12 +0000 (19:27 -0000)]
    * CompilerError.cs:
* CodeGenerator.cs: Make sure we are using invariant for non
culture sensitive operations.

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

19 years ago * CodeGenerator.cs: Make sure we are using invariant for non
Jackson Harper [Thu, 17 Jun 2004 19:11:43 +0000 (19:11 -0000)]
    * CodeGenerator.cs: Make sure we are using invariant for non
culture sensitive operations.

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

19 years ago* ReturnMessage.cs: remove serializable attribute to match MS.NET
Gert Driesen [Thu, 17 Jun 2004 19:01:55 +0000 (19:01 -0000)]
* ReturnMessage.cs: remove serializable attribute to match MS.NET

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

19 years agoIn sounds better than On
Duncan Mak [Thu, 17 Jun 2004 18:56:43 +0000 (18:56 -0000)]
In sounds better than On

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

19 years agoUncomment the MacOS X section
Duncan Mak [Thu, 17 Jun 2004 18:53:40 +0000 (18:53 -0000)]
Uncomment the MacOS X section

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

19 years ago2004-06-18 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 17 Jun 2004 18:46:45 +0000 (18:46 -0000)]
2004-06-18  Sebastien Pouliot  <sebastien@ximian.com>

* 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

19 years ago* MarshalDirectiveException.cs: marked serializable to match MS.NET
Gert Driesen [Thu, 17 Jun 2004 18:35:35 +0000 (18:35 -0000)]
* MarshalDirectiveException.cs: marked serializable to match MS.NET
* SafeArrayRankMismatchException.cs: marked serializable to match
MS.NET
* SafeArrayTypeMismatchException.cs: marked serializable to match
MS.NET

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