mono.git
19 years ago2004-11-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 5 Nov 2004 18:17:48 +0000 (18:17 -0000)]
2004-11-05  Sebastien Pouliot  <sebastien@ximian.com>

* KeyPersistanceTest.cs: Merge fixes from HEAD when machine store
isn't created (and can't be created by the current user).

svn path=/branches/mono-1-0/mcs/; revision=35715

19 years ago2004-11-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 5 Nov 2004 18:15:26 +0000 (18:15 -0000)]
2004-11-05  Sebastien Pouliot  <sebastien@ximian.com>

* PrivateKeyTest.cs: Merge endian fix from HEAD.

svn path=/branches/mono-1-0/mcs/; revision=35714

19 years ago2004-11-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 5 Nov 2004 18:06:48 +0000 (18:06 -0000)]
2004-11-05  Sebastien Pouliot  <sebastien@ximian.com>

* MessageBase.cs, Type1Message.cs, Type2Message.cs, Type3Message.cs:
Merge from HEAD - mostly endian issue and localization.

svn path=/branches/mono-1-0/mcs/; revision=35712

19 years ago2004-11-05 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 5 Nov 2004 18:04:02 +0000 (18:04 -0000)]
2004-11-05  Sebastien Pouliot  <sebastien@ximian.com>

* AuthenticodeFormatter.cs, PrivateKey.cs: Backported endian fixes.

svn path=/branches/mono-1-0/mcs/; revision=35711

19 years ago2004-11-04 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 4 Nov 2004 21:04:49 +0000 (21:04 -0000)]
2004-11-04  Zoltan Varga  <vargaz@freemail.hu>

* assembly.c (mono_assembly_names_equal): Allow a match if one of
the cultures is false. Fixes #69090.

svn path=/branches/mono-1-0/mono/; revision=35671

19 years agoMerge from HEAD.
Zoltan Varga [Thu, 4 Nov 2004 20:25:22 +0000 (20:25 -0000)]
Merge from HEAD.

svn path=/branches/mono-1-0/mcs/; revision=35668

19 years agoMerge from HEAD.
Zoltan Varga [Thu, 4 Nov 2004 19:07:44 +0000 (19:07 -0000)]
Merge from HEAD.

svn path=/branches/mono-1-0/mcs/; revision=35649

19 years ago2004-11-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 3 Nov 2004 21:38:04 +0000 (21:38 -0000)]
2004-11-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* InvalidOperationException.cs: make the message more meaningful and
real. Fixes bug #69055.

svn path=/branches/mono-1-0/mcs/; revision=35614

19 years ago2004-11-03 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Wed, 3 Nov 2004 20:04:43 +0000 (20:04 -0000)]
2004-11-03  Miguel de Icaza  <miguel@ximian.com>

* ColorPalette.cs: Add internal Clone method

2004-11-03  Miguel de Icaza  <miguel@ximian.com>

* TextureBrush.cs (Clone): While cloning, it is not enough to let
GDIPlus clone the underlying data, we must alos clone the managed
information.

* Pen.cs (Dispose): Set the nativeObject to IntPtr.Zero to catch
errors in the future, set the lock on the object before doing any
other tests, not after.

(Clone): While cloning, it is not enough to let
GDIPlus clone the underlying data, we must alos clone the managed
information.

* Brush.cs (Dispose): Set the nativeObject to IntPtr.Zero to catch
errors in the future.

Set the lock in the object before checkign disposed.

* SolidBrush.cs (Clone): While cloning, it is not enough to let
GDIPlus clone the underlying data, we must alos clone the managed
information.

(Dispose): Set the nativeObject to IntPtr.Zero to catch
errors in the future.

svn path=/branches/mono-1-0/mcs/; revision=35608

19 years ago2004-11-03 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 3 Nov 2004 13:22:56 +0000 (13:22 -0000)]
2004-11-03  Sebastien Pouliot  <sebastien@ximian.com>

* mini.c: Fix pointer overwrite in mini_method_compile.

svn path=/branches/mono-1-0/mono/; revision=35599

19 years agoMerge from HEAD.
Zoltan Varga [Wed, 3 Nov 2004 13:01:49 +0000 (13:01 -0000)]
Merge from HEAD.

svn path=/branches/mono-1-0/mono/; revision=35597

19 years ago2004-11-02 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Tue, 2 Nov 2004 21:15:46 +0000 (21:15 -0000)]
2004-11-02  Ben Maurer  <bmaurer@ximian.com>

* expression.cs (StringConcat): Handle being called twice,
as when we have a concat in a field init with more than two
ctors in the class

svn path=/branches/mono-1-0/mcs/; revision=35581

19 years ago2004-11-2 Geoff Norton <gnorton@customerdna.com>
Geoff Norton [Tue, 2 Nov 2004 16:34:03 +0000 (16:34 -0000)]
2004-11-2  Geoff Norton  <gnorton@customerdna.com>

        * inssel-ppc.brg (OP_OUTARG_VT (CEE_LDOBJ (base))):
        The darwin ABI needs some special handling for 1 and 2 byte structs
        Lets use lbz/lhz instead of lwz everywhere.
        * mini-ppc.c (calculate_sizes):  The Darwin ABI needs from special handling
        for 1 and 2 byte structs and struct which are size >= 3 || size % 4 != 0.
        Use stb/sth for the former, and put the latter always on stack instead of in
        argument registers.

svn path=/branches/mono-1-0/mono/; revision=35565

19 years ago2004-11-02 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 2 Nov 2004 14:00:28 +0000 (14:00 -0000)]
2004-11-02  Zoltan Varga  <vargaz@freemail.hu>

* reflection.c: Fix some spec conformance issues with the PE file
structures so mcs compiled apps run on the Net 2.0 beta.

svn path=/branches/mono-1-0/mono/; revision=35561

19 years ago2004-11-02 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 2 Nov 2004 12:40:20 +0000 (12:40 -0000)]
2004-11-02  Atsushi Enomoto  <atsushi@ximian.com>

* CustomDataClassGenerator.cs : custom DataTable ctor should call
  InitializeFields(), and those DataColumns created by that method
  should take data type. This should fix bug #68972.

svn path=/branches/mono-1-0/mcs/; revision=35558

19 years ago2004-11-01 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 1 Nov 2004 21:11:20 +0000 (21:11 -0000)]
2004-11-01  Miguel de Icaza  <miguel@ximian.com>

* assign.cs (Assign.DoResolve): Only do the transform of
assignment into a New if the types are compatible, if not, fall
through and let the implicit code deal with the errors and with
the necessary conversions.

svn path=/branches/mono-1-0/mcs/; revision=35540

19 years ago2004-11-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 1 Nov 2004 19:56:56 +0000 (19:56 -0000)]
2004-11-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpWebResponse.cs: don't lock up when the cookie received ends with
a semicolon. Patch by Darryl VanDorp. Fixes bug #68956.

svn path=/branches/mono-1-0/mcs/; revision=35531

19 years agoupdated
Gonzalo Paniagua Javier [Sun, 31 Oct 2004 13:29:30 +0000 (13:29 -0000)]
updated

svn path=/branches/mono-1-0/mono/; revision=35515

19 years agoMerge from HEAD
Zoltan Varga [Sat, 30 Oct 2004 23:50:21 +0000 (23:50 -0000)]
Merge from HEAD

svn path=/branches/mono-1-0/mono/; revision=35509

19 years agoMerge from HEAD.
Zoltan Varga [Sat, 30 Oct 2004 22:55:41 +0000 (22:55 -0000)]
Merge from HEAD.

svn path=/branches/mono-1-0/mono/; revision=35507

19 years ago2004-09-30 Juraj Skripsky <js@hotfeet.ch>
Juraj Skripsky [Sat, 30 Oct 2004 12:36:04 +0000 (12:36 -0000)]
2004-09-30  Juraj Skripsky <js@hotfeet.ch>

* Encoding.cs: Add encoding name "latin1" for compatibility with
MS.NET.

svn path=/branches/mono-1-0/mcs/; revision=35502

19 years ago2004-10-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 30 Oct 2004 06:13:09 +0000 (06:13 -0000)]
2004-10-30  Zoltan Varga  <vargaz@freemail.hu>

* trace.c (is_filenamechar): Add '_'.

svn path=/branches/mono-1-0/mono/; revision=35495

19 years ago2004-10-29 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 29 Oct 2004 21:45:36 +0000 (21:45 -0000)]
2004-10-29  Sebastien Pouliot  <sebastien@ximian.com>

* AuthenticodeFormatter.cs: Fixed spcSpOpusInfo attribute (it wasn't
added) and contentType attribute (was added 2 times). Also fixed the
case where we signed an already Authenticode signed file (re-signing).
* SoftwarePublisherCertificate.cs: Support for base64 encoded ASN.1
files (either Unicode or ASCII).

svn path=/branches/mono-1-0/mcs/; revision=35487

19 years ago2004-10-29 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 29 Oct 2004 21:38:20 +0000 (21:38 -0000)]
2004-10-29  Sebastien Pouliot  <sebastien@ximian.com>

* PKCS7.cs: Added a flag to avoid resigning a structure (which was
duplicating some attributes). Fixed all level 4 compilation warnings.

svn path=/branches/mono-1-0/mcs/; revision=35486

19 years ago2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 29 Oct 2004 19:45:05 +0000 (19:45 -0000)]
2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>

        * HttpApplication.cs: don't hang if a sync step is aborted. Fixes the
        system.web portion of bug #68270.

svn path=/branches/mono-1-0/mcs/; revision=35474

19 years ago2004-10-29 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 29 Oct 2004 15:44:58 +0000 (15:44 -0000)]
2004-10-29  Sebastien Pouliot  <sebastien@ximian.com>

* ASN1.cs: Throw an NotSupportedException when "undefined length
encoding" is used (#68903 but it's not a fix ;-). Fixed GetBytes to
encode structures bigger than 64k (fix #68907). Simplified ToString
and added Length to help debugging.

svn path=/branches/mono-1-0/mcs/; revision=35463

19 years ago2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 29 Oct 2004 15:00:19 +0000 (15:00 -0000)]
2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ControlBuilder.cs: from HEAD.

svn path=/branches/mono-1-0/mcs/; revision=35461

19 years agoPlease test before you commit
Miguel de Icaza [Fri, 29 Oct 2004 14:56:54 +0000 (14:56 -0000)]
Please test before you commit

svn path=/branches/mono-1-0/mcs/; revision=35460

19 years agoUpdate
Miguel de Icaza [Fri, 29 Oct 2004 14:49:32 +0000 (14:49 -0000)]
Update

svn path=/branches/mono-1-0/mcs/; revision=35452

19 years agoUpdate
Miguel de Icaza [Fri, 29 Oct 2004 14:49:32 +0000 (14:49 -0000)]
Update

svn path=/branches/mono-1-0/mono/; revision=35452

19 years agooops
Gonzalo Paniagua Javier [Fri, 29 Oct 2004 04:23:11 +0000 (04:23 -0000)]
oops

svn path=/branches/mono-1-0/mcs/; revision=35426

19 years agofrom HEAD
Gonzalo Paniagua Javier [Fri, 29 Oct 2004 04:21:46 +0000 (04:21 -0000)]
from HEAD

svn path=/branches/mono-1-0/mcs/; revision=35425

19 years agoChangeLog: Updated.
Sanja Gupta [Thu, 28 Oct 2004 05:16:57 +0000 (05:16 -0000)]
ChangeLog: Updated.
SmtpClient.cs: Backported fix for bug 68829.

svn path=/branches/mono-1-0/mcs/; revision=35387

19 years ago2004-10-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 27 Oct 2004 20:07:52 +0000 (20:07 -0000)]
2004-10-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HttpWebRequest.cs: don't fail if the request has already been sent
when accessing ContentType setter. Fixes bug #68848.

svn path=/branches/mono-1-0/mcs/; revision=35367

19 years ago2004-10-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Oct 2004 19:09:14 +0000 (19:09 -0000)]
2004-10-27  Sebastien Pouliot  <sebastien@ximian.com>

* signcode.cs: -i (url) and -n (description) parameters were inverted.

svn path=/branches/mono-1-0/mcs/; revision=35360

19 years ago2004-10-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 27 Oct 2004 19:07:35 +0000 (19:07 -0000)]
2004-10-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* CachingCompiler.cs: when compiling a single .cs file, add the file
itself to dependencies. Fixes bug #68788.

svn path=/branches/mono-1-0/mcs/; revision=35359

19 years ago2004-10-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 27 Oct 2004 17:42:23 +0000 (17:42 -0000)]
2004-10-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* AppDomain.cs: backported fixes related to SetupInformation in HEAD.
Closes bug #68859.
* AppDomainSetup.cs: added copy constructor.

svn path=/branches/mono-1-0/mcs/; revision=35355

19 years ago2004-10-27 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 27 Oct 2004 16:47:09 +0000 (16:47 -0000)]
2004-10-27  Sebastien Pouliot  <sebastien@ximian.com>

* AuthenticodeFormatter.cs: Fix NullReferenceException from signcode
tool when no URL is specified on the command line.

svn path=/branches/mono-1-0/mcs/; revision=35354

19 years ago2004-10-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 27 Oct 2004 01:04:24 +0000 (01:04 -0000)]
2004-10-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Design.dll.sources: added files in
System.Web.UI.Design.WebControls.

svn path=/branches/mono-1-0/mcs/; revision=35347

19 years ago * ProtocolImporter.cs, HttpSimpleProtocolImporter.cs,
Lluis Sanchez [Tue, 26 Oct 2004 15:40:35 +0000 (15:40 -0000)]
* ProtocolImporter.cs, HttpSimpleProtocolImporter.cs,
  SoapProtocolImporter.cs: When appsettingurlkey is provided, generate
  code that reads the url from the config file, instead of doing it at
  the moment of generation. This fixes bug #68795.

svn path=/branches/mono-1-0/mcs/; revision=35334

19 years ago2004-10-26 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 26 Oct 2004 09:54:45 +0000 (09:54 -0000)]
2004-10-26  Zoltan Varga  <vargaz@freemail.hu>

* mono-codeman.c: Fall back to malloc if MAP_ANON is not defined.

svn path=/branches/mono-1-0/mono/; revision=35328

19 years agoSystem.Environment.ExpandEnvironmentVariables: If an Environment variable value isn...
Fawad Halim [Tue, 26 Oct 2004 02:19:26 +0000 (02:19 -0000)]
System.Environment.ExpandEnvironmentVariables: If an Environment variable value isn't found, leave the trailing % of the reference for further matches.
Add text between end of current lookup window and next % match if we just got a match, or add all text to the end if there are no further % matches.
This fixes bug #64995.

svn path=/branches/mono-1-0/mcs/; revision=35319

19 years ago2004-10-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 25 Oct 2004 21:27:59 +0000 (21:27 -0000)]
2004-10-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ChunkStream.cs:
(WantMore): we're not done until we get a 0 chunk size and the trailer.
The 0 can be expressed as more than one character too (ie, 000000).

* HttpWebRequest.cs: new argument in SetResponseError.
* WebConnection.cs: added argument to HandleError as a hint for
debugging.
(Connect): make the chunked stream be in the expected state when
reusing.

* WebConnectionStream.cs: removed unused method (ResetWriteBuffer).

svn path=/branches/mono-1-0/mcs/; revision=35313

19 years agoMerge from HEAD.
Zoltan Varga [Mon, 25 Oct 2004 20:11:49 +0000 (20:11 -0000)]
Merge from HEAD.

svn path=/branches/mono-1-0/mono/; revision=35309

19 years ago2004-10-25 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 25 Oct 2004 18:05:07 +0000 (18:05 -0000)]
2004-10-25  Zoltan Varga  <vargaz@freemail.hu>

* metadata.c (mono_metadata_parse_type_full): Fix parsing of custom
modifiers.

svn path=/branches/mono-1-0/mono/; revision=35307

19 years ago2004-10-25 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 25 Oct 2004 16:34:27 +0000 (16:34 -0000)]
2004-10-25  Sebastien Pouliot  <sebastien@ximian.com>

* BigInteger.cs: Fix issue #68452 when Randomize was being called on a
0 BigInteger (i.e. BitCount == 0).

svn path=/branches/mono-1-0/mcs/; revision=35306

19 years ago2004-10-25 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 25 Oct 2004 14:53:50 +0000 (14:53 -0000)]
2004-10-25  Zoltan Varga  <vargaz@freemail.hu>

* appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Fix
argument of mono_get_exception_file_not_found.

* assembly.c (mono_assembly_names_equal): Compare the cultures as well,
so multiple satellite assemblies for the same name can be loaded.
Fixes #68259.

* appdomain.c (mono_domain_assembly_preload): Actually return the loaded assembly,
not NULL.

svn path=/branches/mono-1-0/mono/; revision=35305

19 years ago2004-10-25 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 25 Oct 2004 13:51:10 +0000 (13:51 -0000)]
2004-10-25  Zoltan Varga  <vargaz@freemail.hu>

* icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
(ves_icall_type_is_assignable_from): Ditto. Fixes #68582.

svn path=/branches/mono-1-0/mono/; revision=35300

19 years ago2004-10-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 25 Oct 2004 13:02:46 +0000 (13:02 -0000)]
2004-10-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ListItemCollection.cs: fixed bug when indexing changed elements in
LoadViewState. Patch from Alois B��la��ka.

svn path=/branches/mono-1-0/mcs/; revision=35298

19 years agoMerge from HEAD.
Zoltan Varga [Mon, 25 Oct 2004 11:15:08 +0000 (11:15 -0000)]
Merge from HEAD.

svn path=/branches/mono-1-0/mono/; revision=35293

19 years ago2004-10-21 Joerg Rosenkranz <joergr@voelcker.com>
Joerg Rosenkranz [Fri, 22 Oct 2004 05:34:19 +0000 (05:34 -0000)]
2004-10-21 Joerg Rosenkranz <joergr@voelcker.com>

    * regex.cs: Fixed a bug introduced with the last patch which
      prevented any replacements when a postive count is given.
      This also happens in all overloads without count parameter.

svn path=/branches/mono-1-0/mcs/; revision=35237

19 years ago2004-10-19 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 19 Oct 2004 22:13:24 +0000 (22:13 -0000)]
2004-10-19  Atsushi Enomoto  <atsushi@ximian.com>

* XmlSerializationWriter.cs : When namespace is an empty string,
  XmlTextWriter.LookupPrefix() will raise an error. Just skip it in
  such case.

svn path=/branches/mono-1-0/mcs/; revision=35147

19 years ago * MarshalByRefObject.cs: Field _identity is not serializable.
Lluis Sanchez [Tue, 19 Oct 2004 21:59:06 +0000 (21:59 -0000)]
* MarshalByRefObject.cs: Field _identity is not serializable.
This fixes bug #68567.

svn path=/branches/mono-1-0/mcs/; revision=35145

19 years ago2004-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 18 Oct 2004 22:14:50 +0000 (22:14 -0000)]
2004-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Text.RegularExpressions/regex.cs: in Replace, when count is
negative, replacement continues to the end of the string.

* Test/System.Text.RegularExpressions/RegexBugs.cs: added test for this
fix.

Fixes bug #68398. Patch by Jon Larimer.

svn path=/branches/mono-1-0/mcs/; revision=35111

19 years ago2004-10-18 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 18 Oct 2004 15:37:21 +0000 (15:37 -0000)]
2004-10-18  Atsushi Enomoto  <atsushi@ximian.com>

* XmlTextReader.cs :
  Normalization check is also required for ReadText(). This fixes
  bug #68449.

svn path=/branches/mono-1-0/mcs/; revision=35086

19 years ago2004-10-15 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 15 Oct 2004 22:04:38 +0000 (22:04 -0000)]
2004-10-15  Atsushi Enomoto  <atsushi@ximian.com>

* XmlTextReader.cs : Inside DTD, '<' character inside XML comment
  is regatded as invalid. This fixes bug #68410. (Error message was
  also not correct.)

svn path=/branches/mono-1-0/mcs/; revision=35046

19 years ago2004-10-15 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 15 Oct 2004 22:04:38 +0000 (22:04 -0000)]
2004-10-15  Atsushi Enomoto  <atsushi@ximian.com>

* XmlTextReader.cs : Inside DTD, '<' character inside XML comment
  is regatded as invalid. This fixes bug #68410. (Error message was
  also not correct.)

svn path=/branches/mono-1-0/mcs/; revision=35045

19 years ago2004-10-15 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 15 Oct 2004 18:39:54 +0000 (18:39 -0000)]
2004-10-15  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs : Also clear UnhandledAttributes ArrayList before
  generating next attribute column schema. This fixes bug #68432.

svn path=/branches/mono-1-0/mcs/; revision=35044

19 years ago * mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
Geoff Norton [Fri, 15 Oct 2004 15:50:11 +0000 (15:50 -0000)]
    * mini-ppc.c (calculate_sizes): Marshal valuetypes for pinvoke
        methods as their native size, fixed bug #57543, #57545.
        * mini-ppc.c (mono_arch_output_basic_block): Use mulli for imm16 types
        This saves a temporary register and mullw call down into 1 (minor perf
        increase for cases like sum = sum * 5;

svn path=/branches/mono-1-0/mono/; revision=35040

19 years agoMerge from HEAD.
Zoltan Varga [Thu, 14 Oct 2004 23:21:44 +0000 (23:21 -0000)]
Merge from HEAD.

svn path=/branches/mono-1-0/mono/; revision=35015

19 years ago2004-10-14 Joe Shaw <joeshaw@novell.com>
Joe Shaw [Thu, 14 Oct 2004 19:56:00 +0000 (19:56 -0000)]
2004-10-14  Joe Shaw  <joeshaw@novell.com>

        * man/mono.1: Fix the syntax of the M: trace syntax

svn path=/branches/mono-1-0/mono/; revision=35011

19 years ago2004-10-14 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Thu, 14 Oct 2004 19:50:36 +0000 (19:50 -0000)]
2004-10-14  Miguel de Icaza  <miguel@ximian.com>

* TextInfo.cs: Fix ToTitleCase to do title case for each word on
the string per the spec.

svn path=/branches/mono-1-0/mcs/; revision=35009

19 years ago2004-10-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 14 Oct 2004 15:12:57 +0000 (15:12 -0000)]
2004-10-14  Atsushi Enomoto  <atsushi@ximian.com>

* Iterator.cs :
  - Added WrapperIterator to return BaseIterator in such case that
    variable reference is resolved to XPathNodeIterator. This fixes
    bug #68267.
  - Path ".." is reverse axis (actually no effect).
  - Fixed DescendantIterator.Clone() that missed "_finished" field.
* Expression.cs :
  In ExprVariable.Evaluate(), use WrapperIterator() for custom
  XPathNodeIterator.

svn path=/branches/mono-1-0/mcs/; revision=34997

19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 13:05:42 +0000 (13:05 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* SocketTest.cs: Test the blocking status of accepted sockets

svn path=/branches/mono-1-0/mcs/; revision=34990

19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 12:13:55 +0000 (12:13 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* Socket.cs (Sockets ): Set Accept()ed socket blocking status to
be the same as the listening socket.  This follows MS behaviour.

svn path=/branches/mono-1-0/mcs/; revision=34988

19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 12:13:09 +0000 (12:13 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* sockets.c (_wapi_accept): Revert the previous change.  We now
set the accepted socket to have the same blocking status as the
listening socket in managed code.  This follows MS behaviour.

svn path=/branches/mono-1-0/mono/; revision=34986

19 years ago2004-10-14 Dick Porter <dick@ximian.com>
Dick Porter [Thu, 14 Oct 2004 09:00:58 +0000 (09:00 -0000)]
2004-10-14  Dick Porter  <dick@ximian.com>

* sockets.c (_wapi_accept): On Darwin, make sure a newly
accept()ed socket is blocking.  Fixes bug 67355, patch by
grompf@sublimeintervention.com.

svn path=/branches/mono-1-0/mono/; revision=34981

19 years ago2004-10-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 13 Oct 2004 21:17:40 +0000 (21:17 -0000)]
2004-10-13  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs : clear UnhandledAttributes ArrayList before generating
  next element column schema. This fixes bug #68256.

svn path=/branches/mono-1-0/mcs/; revision=34960

19 years agoWed Oct 13 15:12:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 13 Oct 2004 11:56:40 +0000 (11:56 -0000)]
Wed Oct 13 15:12:17 CEST 2004 Paolo Molaro <lupus@ximian.com>

* System.Resources/ResXResourceReader.cs: patch by
 joel.reed@ddiworld.com (joel) to handle CDATA sections.

svn path=/branches/mono-1-0/mcs/; revision=34950

19 years agowrote incorrect filename :(
Atsushi Eno [Tue, 12 Oct 2004 14:55:02 +0000 (14:55 -0000)]
wrote incorrect filename :(

svn path=/branches/mono-1-0/mcs/; revision=34914

19 years ago2004-10-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 12 Oct 2004 14:54:18 +0000 (14:54 -0000)]
2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>

* DataSetTest.cs : now xs:schema contains xmlns="".

svn path=/branches/mono-1-0/mcs/; revision=34913

19 years ago2004-10-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 12 Oct 2004 14:53:00 +0000 (14:53 -0000)]
2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs : now xs:schema contains xmlns="".
  This fixes bug #68008.

svn path=/branches/mono-1-0/mcs/; revision=34912

19 years ago2004-10-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 12 Oct 2004 13:27:34 +0000 (13:27 -0000)]
2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs : DBNull attribute column should not be written as
  empty attribute. This fixes bug #68007.

svn path=/branches/mono-1-0/mcs/; revision=34908

19 years ago2004-10-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 12 Oct 2004 13:11:36 +0000 (13:11 -0000)]
2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs, XmlConstant.cs, XmlSchemaDataImporter.cs:
  DataColumn.ReadOnly was not handled. This fixes bug #68005.
  Attribute defaultValue was not handled too.

svn path=/branches/mono-1-0/mcs/; revision=34906

19 years ago * Methods.cs: Use the service namespace as the base for the soap action.
Lluis Sanchez [Mon, 11 Oct 2004 09:15:56 +0000 (09:15 -0000)]
* Methods.cs: Use the service namespace as the base for the soap action.
  This fixes bug #60379.

svn path=/branches/mono-1-0/mcs/; revision=34860

19 years ago2004-10-11 David Sheldon <dave-mono@earth.li>
David Sheldon [Mon, 11 Oct 2004 07:19:39 +0000 (07:19 -0000)]
2004-10-11 David Sheldon <dave-mono@earth.li>

  * HttpWebRequest.cs: Use RemoveAndAdd for AddRange. Fixes unittest.

svn path=/branches/mono-1-0/mcs/; revision=34859

19 years agoMerge from HEAD
Zoltan Varga [Sun, 10 Oct 2004 16:27:53 +0000 (16:27 -0000)]
Merge from HEAD

svn path=/branches/mono-1-0/mono/; revision=34846

19 years ago2004-10-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 10 Oct 2004 13:37:01 +0000 (13:37 -0000)]
2004-10-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web/TraceContext.cs: don't cast to Page is the handler it's
not a page.

* System.Web.Configuration/WebConfigurationSettings.cs: use
CurrentExecutionFilePath instead of FilePath. Fixes bug #67982.

svn path=/branches/mono-1-0/mcs/; revision=34842

19 years ago1.0.3
Miguel de Icaza [Fri, 8 Oct 2004 18:04:19 +0000 (18:04 -0000)]
1.0.3

svn path=/branches/mono-1-0/mono/; revision=34824

19 years agoMerge from HEAD.
Zoltan Varga [Fri, 8 Oct 2004 18:03:55 +0000 (18:03 -0000)]
Merge from HEAD.

svn path=/branches/mono-1-0/mono/; revision=34823

19 years ago2004-10-08 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 8 Oct 2004 15:25:35 +0000 (15:25 -0000)]
2004-10-08  Zoltan Varga  <vargaz@freemail.hu>

* Convert.cs (ToType): Throw an exception when converting null to a
valuetype. Fixes #67780.

svn path=/branches/mono-1-0/mcs/; revision=34813

19 years ago2004-10-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 8 Oct 2004 11:35:14 +0000 (11:35 -0000)]
2004-10-08  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs : Yesterday's fix was different and broke the build :(

svn path=/branches/mono-1-0/mcs/; revision=34802

19 years ago2004-10-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 8 Oct 2004 02:22:13 +0000 (02:22 -0000)]
2004-10-08  Atsushi Enomoto  <atsushi@ximian.com>

* DateTime.cs : Removed incorrectly injected HEAD fix.

svn path=/branches/mono-1-0/mcs/; revision=34794

19 years ago2004-10-07 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 7 Oct 2004 22:17:33 +0000 (22:17 -0000)]
2004-10-07  Atsushi Enomoto  <atsushi@ximian.com>

* DataSet.cs :
  - When AllowDBNull is false on attribute DataColumn, its schema
    should contain use="required". This fixes bug #66792.
  - If MaxLength is set on attribute DataColumn, the mapped schema
    type should contain maxLength facet. This fixes bug #66793.

svn path=/branches/mono-1-0/mcs/; revision=34793

19 years ago * culture-info-tables.h: regenerate file.
Jackson Harper [Thu, 7 Oct 2004 17:21:58 +0000 (17:21 -0000)]
* culture-info-tables.h: regenerate file.

svn path=/branches/mono-1-0/mono/; revision=34790

19 years ago * pt.xml: We need a space after R$. Is there a better way to do
Jackson Harper [Thu, 7 Oct 2004 16:51:25 +0000 (16:51 -0000)]
* pt.xml: We need a space after R$. Is there a better way to do
this? I should know...
* pt_BR.xml: Fix currency format.

svn path=/branches/mono-1-0/mono/; revision=34786

19 years agoThis commit was manufactured by cvs2svn to create branch 'mono-1-0'.
nobody [Thu, 7 Oct 2004 16:51:25 +0000 (16:51 -0000)]
This commit was manufactured by cvs2svn to create branch 'mono-1-0'.

svn path=/branches/mono-1-0/mono/; revision=34785

19 years ago2004-10-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 7 Oct 2004 15:15:12 +0000 (15:15 -0000)]
2004-10-08  Atsushi Enomoto  <atsushi@ximian.com>

* DateTime.cs : When it it not exact parse, 'Z' is allowed as a suffix
  of m/s/t/z. This fixes bug 66723.

svn path=/branches/mono-1-0/mcs/; revision=34781

19 years agoMerge from HEAD.
Zoltan Varga [Thu, 7 Oct 2004 13:12:29 +0000 (13:12 -0000)]
Merge from HEAD.

svn path=/branches/mono-1-0/mono/; revision=34777

19 years ago * pt.xml: We need a space after R$. Is there a better way to do
Jackson Harper [Thu, 7 Oct 2004 03:51:07 +0000 (03:51 -0000)]
* pt.xml: We need a space after R$. Is there a better way to do
this? I should know...
* pt_BR.xml: Fix currency format.

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

19 years ago2004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 7 Oct 2004 00:46:54 +0000 (00:46 -0000)]
2004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DefaultWatcher.cs: if the file is removed between reading the
directory and filling the file info, catch the exception and ignore the
file. Fixes bug #59482.

svn path=/branches/mono-1-0/mcs/; revision=34768

19 years ago2004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 7 Oct 2004 00:44:12 +0000 (00:44 -0000)]
2004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DefaultWatcher.cs: if the file is removed between reading the
directory and filling the file info, catch the exception and ignore the
file. Fixes bug #59482.

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

19 years ago2004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 7 Oct 2004 00:30:03 +0000 (00:30 -0000)]
2004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DefaultWatcher.cs: don't use Directory.GetFileSystemEntries when the
pattern has no wildcards. Fixes bug #67447.

svn path=/branches/mono-1-0/mcs/; revision=34766

19 years ago2004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 7 Oct 2004 00:29:30 +0000 (00:29 -0000)]
2004-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DefaultWatcher.cs: don't use Directory.GetFileSystemEntries when the
pattern has no wildcards. Fixes bug #67447.

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

19 years ago2004-10-05 John Luke <john.luke@gmail.com>
John Luke [Wed, 6 Oct 2004 17:25:26 +0000 (17:25 -0000)]
2004-10-05  John Luke <john.luke@gmail.com>

        * cs-parser.jay: add location to error CS0175

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

19 years ago2004-10-06 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 6 Oct 2004 14:35:24 +0000 (14:35 -0000)]
2004-10-06  Zoltan Varga  <vargaz@freemail.hu>

* TypeTest.cs: Add tests for GetInterfaces ().

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

19 years ago2004-10-06 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 6 Oct 2004 14:33:09 +0000 (14:33 -0000)]
2004-10-06  Zoltan Varga  <vargaz@freemail.hu>

* icall.c (ves_icall_Type_GetInterfaces): Include interfaces
implemented by other interfaces in the result. Fixes #65764.

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

19 years agoChangeLog: Updated ChangeLog.
Sanja Gupta [Wed, 6 Oct 2004 12:57:24 +0000 (12:57 -0000)]
ChangeLog: Updated ChangeLog.
IButtonControl.cs: Corrected property name.

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

19 years agoremoves warnings from compilation
Jordi Mas i Hernandez [Wed, 6 Oct 2004 09:59:05 +0000 (09:59 -0000)]
removes warnings from compilation

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

19 years agoWed Oct 6 12:40:28 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 6 Oct 2004 09:25:03 +0000 (09:25 -0000)]
Wed Oct 6 12:40:28 CEST 2004 Paolo Molaro <lupus@ximian.com>

* inssel-ppc.brg: added a couple of speedup rules.

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