mono.git
20 years ago * Methods.cs: Set the correct element name and namespace for headers (those
Lluis Sanchez [Wed, 14 Jan 2004 17:31:40 +0000 (17:31 -0000)]
* Methods.cs: Set the correct element name and namespace for headers (those
are not managed like other data classes).

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

20 years ago * MapCodeGenerator.cs: Use type namespace instead of root namespace as
Lluis Sanchez [Wed, 14 Jan 2004 17:30:50 +0000 (17:30 -0000)]
* MapCodeGenerator.cs: Use type namespace instead of root namespace as
  default namespace for members.
* XmlCodeExporter.cs: Fixed generation of XmlRootAttribute.
* XmlReflectionImporter.cs: Fixed the assignment of root and type
  namespaces.
* XmlSchemaExporter.cs: Use type namespace instead of root namespace as
  default namespace for members. In AddSchemaElement, if the element is
  a root element never use a "ref" attribute.
* XmlSchemaImporter.cs: Fixed issue when importing root elements.

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

20 years ago2004-01-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 14 Jan 2004 16:41:05 +0000 (16:41 -0000)]
2004-01-14  Zoltan Varga  <vargaz@freemail.hu>

* tramp-x86.c (x86_magic_trampoline): Disable code patching when
running under valgrind.

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

20 years ago2004-01-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 14 Jan 2004 16:30:23 +0000 (16:30 -0000)]
2004-01-14  Zoltan Varga  <vargaz@freemail.hu>

* debug-mini.c: Modify the debug info serialize/deserialize code so it handles
negative values as well. This is needed for the encoding of the line number
info, since sometimes the line numbers are not in increasing order.

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

20 years agoChanged SolidBrush constructor to initialize its color from IntPtr.
Ravindra [Wed, 14 Jan 2004 16:17:19 +0000 (16:17 -0000)]
Changed SolidBrush constructor to initialize its color from IntPtr.

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

20 years ago2004-01-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 14 Jan 2004 15:42:15 +0000 (15:42 -0000)]
2004-01-14  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchemaComplexType.cs : forgot to commit ;)
* XmlSchemaUtil.cs : Fixed IsSchemaDatatypeEquals() to return false
  for comparison between ID and IDREF.

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

20 years ago2004-01-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 14 Jan 2004 15:41:32 +0000 (15:41 -0000)]
2004-01-14  Atsushi Enomoto <atsushi@ximian.com>

* XsdIdentityState.cs :
  Now takes xsi:nil value into consideration for comparison.
  nsname:* was not handled correctly.
  Reject complexType as key value type (it is dynamic instance error).
* XsdKeyTable.cs : remoed unused code.
* XsdValidatingReader.cs :
  ID comparison was not done.
  {final} value of attribute definition was not used for default value.
  Get xsi:nil value from non-default value.

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

20 years ago2004-01-14 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 14 Jan 2004 14:55:46 +0000 (14:55 -0000)]
2004-01-14  Zoltan Varga  <vargaz@freemail.hu>

* FileStream.cs (.ctor): Avoid allocating a large buffer when reading
from small files.

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

20 years agoindex:Fixed spelling
Martin Willemoes Hansen [Wed, 14 Jan 2004 12:36:04 +0000 (12:36 -0000)]
index:Fixed spelling

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

20 years ago * MonoCustomAttrs.cs: Removed attribute cache. Attribute instances can't
Lluis Sanchez [Wed, 14 Jan 2004 11:19:29 +0000 (11:19 -0000)]
* MonoCustomAttrs.cs: Removed attribute cache. Attribute instances can't
be reused because they could be modified. This fixes bug #52655.

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

20 years ago * INSTALL.txt: Fixed, autogen should be autogen.sh
Martin Willemoes Hansen [Wed, 14 Jan 2004 10:46:28 +0000 (10:46 -0000)]
    * INSTALL.txt: Fixed, autogen should be autogen.sh

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

20 years ago2004-01-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 14 Jan 2004 08:06:19 +0000 (08:06 -0000)]
2004-01-14  Atsushi Enomoto  <atsushi@ximian.com>

* README, Makefile, xmltest.cs : Initial checkin.

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

20 years ago2004-01-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 14 Jan 2004 08:02:53 +0000 (08:02 -0000)]
2004-01-14  Atsushi Enomoto <atsushi@ximian.com>

* XmlAttributeCollectionTests.cs : Added RemoveDefaultAttribute().
* XmlDocumentTests.cs, XmlElementTests.cs, XmlNodeReaderTests.cs,
  XmlTextReaderTests.cs, XmlTextWriter.cs, XmlWriterTests.cs :
  Close or avoid XmlTextReader.

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

20 years ago2004-01-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 14 Jan 2004 07:55:50 +0000 (07:55 -0000)]
2004-01-14  Atsushi Enomoto <atsushi@ximian.com>

* XmlAttribute.cs : when set a value, it is no longer default
  (even if the value is the same as default value).
* XmlAttributeCollection.cs : Remove() should recover default attribute
  value to default, not specified value.
  Patch by Boris Kirzner (modified a bit)
* XmlDocument.cs : Reference to undeclared entity is not allowed in
  Load(), while allowed in ReadNode(). Added such distinguishing logic.

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

20 years ago2004-01-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 14 Jan 2004 07:20:21 +0000 (07:20 -0000)]
2004-01-14  Atsushi Enomoto  <atsushi@ximian.com>

* System.Xml.dll.sources : added SchemaDataValueType.cs

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

20 years ago2004-01-14 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 14 Jan 2004 07:19:20 +0000 (07:19 -0000)]
2004-01-14  Atsushi Enomoto <atsushi@ximian.com>

* Added SchemaDataValueType.cs.
* BuiltInDatatype.cs, XmlSchemaDatatype.cs : Adde ParseValueType() on
  all derived datatype classes.
* XmlSchemaComplexType.cs : Fixed ContentType value for simple types.
  Errata-considered simple content derivation check and simple content
  restriction should check this too.

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

20 years ago2004-01-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Wed, 14 Jan 2004 07:08:41 +0000 (07:08 -0000)]
2004-01-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* StringBuilderTest.cs: added tests for the couple of bugs found in the
new StringBuilder implementation.

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

20 years agoCheck for empty elements to avoid NullReferenceException.
Eran Domb [Wed, 14 Jan 2004 05:09:32 +0000 (05:09 -0000)]
Check for empty  elements to avoid NullReferenceException.

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

20 years ago2004-01-13 Cesar Lopez Nataren <cesar@ciencias.unam.mx>
César Natarén [Wed, 14 Jan 2004 02:07:20 +0000 (02:07 -0000)]
2004-01-13  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>

* VariableDeclaration.cs: get the this.type which is a Type not a TypeBuilder.

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

20 years agoremove my mistake
Miguel de Icaza [Tue, 13 Jan 2004 23:43:42 +0000 (23:43 -0000)]
remove my mistake

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

20 years ago2004-01-14 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Tue, 13 Jan 2004 23:22:42 +0000 (23:22 -0000)]
2004-01-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* IISAPIRuntime.cs: Fixed wrong attribute

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

20 years ago2004-01-13 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Tue, 13 Jan 2004 22:55:36 +0000 (22:55 -0000)]
2004-01-13  Bernie Solomon  <bernard@ugsolutions.com>

* graphics-path.c (append): fix struct initialization
for old fashioned C compilers

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

20 years agoFlush
Miguel de Icaza [Tue, 13 Jan 2004 22:40:30 +0000 (22:40 -0000)]
Flush

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

20 years agoinstall config, not config.in
Gonzalo Paniagua Javier [Tue, 13 Jan 2004 22:39:12 +0000 (22:39 -0000)]
install config, not config.in

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

20 years ago * TemplateControlCompiler.cs: If an item has the partial caching
Jackson Harper [Tue, 13 Jan 2004 21:22:37 +0000 (21:22 -0000)]
    * TemplateControlCompiler.cs: If an item has the partial caching
attribute build a PartialCachingControl in the parents __Build method.
* BaseCompiler.cs: Add a method for adding class attributes to the
class.
* UserControlCompiler.cs: If caching is enabled on a user control
add the PartialCachingAttribute to it.

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

20 years ago * TemplateParser.cs: Add VaryByControls and Shared output cache
Jackson Harper [Tue, 13 Jan 2004 21:21:27 +0000 (21:21 -0000)]
    * TemplateParser.cs: Add VaryByControls and Shared output cache
properties. These are not assigned yet.
* TemplateControlParser.cs: Do not ignore the OutputCache
attribute.
* BasePartialCachingControl.cs: Initial implementation. Keys are
still not created properly.
* StaticPartialCachingControl.cs: Assign properties in base class,
implement CreateControl.

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

20 years ago2004-01-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 13 Jan 2004 21:18:06 +0000 (21:18 -0000)]
2004-01-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* StringBuilder.cs: added checks for null in a few Append methods.

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

20 years agoTue Jan 13 22:23:25 CET 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 13 Jan 2004 21:08:46 +0000 (21:08 -0000)]
Tue Jan 13 22:23:25 CET 2004 Paolo Molaro <lupus@ximian.com>

* StringBuilder.cs: fixed start offset in Append(char).

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

20 years ago * XmlSchemaComplexType.cs: Comment out line that was breaking
Jackson Harper [Tue, 13 Jan 2004 19:52:22 +0000 (19:52 -0000)]
    * XmlSchemaComplexType.cs: Comment out line that was breaking
          the build.

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

20 years ago2004-01-10 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Tue, 13 Jan 2004 19:49:14 +0000 (19:49 -0000)]
2004-01-10  Miguel de Icaza  <miguel@ximian.com>

* ecore.cs (FieldExpr.AddressOf): Fix generated IL for accessing
static read-only fields in ctors.

Applied patch from Benjamin Jemlich

* expression.cs (UnaryMutator): Avoid leaking local variables.

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

20 years agoTue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 13 Jan 2004 18:49:30 +0000 (18:49 -0000)]
Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>

* string-icalls.c: fix stringbuilder regression as suggested by
Iain McCoy <iain@mccoy.id.au>.

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

20 years ago2004-01-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 13 Jan 2004 18:23:23 +0000 (18:23 -0000)]
2004-01-13  Atsushi Enomoto <atsushi@ximian.com>

* XsdValidatingReader.cs :
  Dependent change with XmlSchemaElement internal property.

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

20 years ago2004-01-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 13 Jan 2004 18:22:49 +0000 (18:22 -0000)]
2004-01-13  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchemaSimpleTypeUnion.cs : The same reason as the previous patch.
* XmlSchemaComplexType.cs : Now it handles ContentTypeParticle and
  ContentType much more presise than before.
* XmlSchemaElement.cs :
  Simplified property handling for reference element.

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

20 years agoUpdate
Miguel de Icaza [Tue, 13 Jan 2004 16:56:47 +0000 (16:56 -0000)]
Update

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

20 years ago * XmlReflectionImporter.cs, XmlSerializationWriterInterpreter.cs
Lluis Sanchez [Tue, 13 Jan 2004 15:19:53 +0000 (15:19 -0000)]
* XmlReflectionImporter.cs, XmlSerializationWriterInterpreter.cs
XmlTypeMapping.cs: more namespace fixes.

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

20 years agoEscape backslashed
Miguel de Icaza [Tue, 13 Jan 2004 14:36:52 +0000 (14:36 -0000)]
Escape backslashed

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

20 years ago2004-01-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 13 Jan 2004 14:12:26 +0000 (14:12 -0000)]
2004-01-13  Zoltan Varga  <vargaz@freemail.hu>

* process.c (process_read_stringtable_block): Recognize '007f' as
a language neutral stringtable block.

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

20 years ago2004-01-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 13 Jan 2004 13:30:41 +0000 (13:30 -0000)]
2004-01-13  Zoltan Varga  <vargaz@freemail.hu>

* cpu-pentium.md (localloc): Increase the size of the localloc
instruction since it is a loop under Win32.

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

20 years ago2004-01-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 13 Jan 2004 13:18:22 +0000 (13:18 -0000)]
2004-01-13  Zoltan Varga  <vargaz@freemail.hu>

* AssemblyBuilder.cs (DefineVersionInfoResource): Set more
version info properties.

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

20 years ago2004-01-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 13 Jan 2004 13:17:04 +0000 (13:17 -0000)]
2004-01-13  Zoltan Varga  <vargaz@freemail.hu>

* Win32Resources.cs (Win32VersionInfoResource): Add more properties.

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

20 years ago * XmlReflectionImporter.cs: type namespace must never be used as root
Lluis Sanchez [Tue, 13 Jan 2004 12:33:08 +0000 (12:33 -0000)]
* XmlReflectionImporter.cs: type namespace must never be used as root
  namespace. This fixes bug #52772.

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

20 years ago2004-01-13 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Tue, 13 Jan 2004 10:54:08 +0000 (10:54 -0000)]
2004-01-13  Zoltan Varga  <vargaz@freemail.hu>

* debug-mini.c (record_line_number): Get rid of unneccesary memory
allocation.

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

20 years ago2004-01-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 13 Jan 2004 10:27:20 +0000 (10:27 -0000)]
2004-01-13  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchema.cs, XmlSchemaComplexType.cs, XmlSchemaElement.cs :
  Invalid attribute should raise an error, not a warning.

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

20 years ago2004-01-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 13 Jan 2004 09:32:18 +0000 (09:32 -0000)]
2004-01-13  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchemaObject.cs : Fixed error() not to set severity as Warning.
* ValidationHandler.cs,
  XmlSchemaSet.cs,
  XmlSchemaCollection.cs : Throw exception only in case of errors.
* XmlSchemaCollection.cs : Remove schema from schemaset if exist.
  (It might not be good to use schemaset, but keep for a while)
* XmlSchemaContent.cs,
  XmlSchemaComplexContentExtension.cs,
  XmlSchemaComplexContentRestriction.cs,
  XmlSchemaSimpleContentExtension.cs,
  XmlSchemaSimpleContentRestriction.cs,
  : added GetBaseTypeName() and GetParticle() (not used yet).

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

20 years ago2004-01-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 13 Jan 2004 09:07:20 +0000 (09:07 -0000)]
2004-01-13  Atsushi Enomoto <atsushi@ximian.com>

* XmlValidatingReader.cs : Throw exception only in case of errors.
  Added NET_1_2 Evidences property.

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

20 years ago2004-01-13 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 13 Jan 2004 09:03:46 +0000 (09:03 -0000)]
2004-01-13  Atsushi Enomoto <atsushi@ximian.com>

* XsdValidatingReader.cs : Throw exception only in case of errors.

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

20 years agoChanging the access to Matrix(IntPtr) constructor from private to internal.
Ravindra [Tue, 13 Jan 2004 05:18:30 +0000 (05:18 -0000)]
Changing the access to Matrix(IntPtr) constructor from private to internal.

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

20 years agoForgot to commit the Changelog last time.
Ravindra [Tue, 13 Jan 2004 05:16:29 +0000 (05:16 -0000)]
Forgot to commit the Changelog last time.

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

20 years agopen.matrix must be initialized to identity matrix. Fixing the same.
Ravindra [Tue, 13 Jan 2004 05:14:03 +0000 (05:14 -0000)]
pen.matrix must be initialized to identity matrix. Fixing the same.

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

20 years ago2004-01-12 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Tue, 13 Jan 2004 04:06:53 +0000 (04:06 -0000)]
2004-01-12  Sebastien Pouliot  <spouliot@videotron.ca>

* CryptoConvert.cs: RSA doesn't start with a Q - at least that what
a strongname told me. Sorry Ron :(

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

20 years ago2004-01-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 13 Jan 2004 03:25:01 +0000 (03:25 -0000)]
2004-01-12  Atsushi Enomoto  <atsushi@ximian.com>

* XmlElement.cs : Fixed .ctor(). Default attribute was not treated as
  Specified = false. Patch by Boris Kirzner.

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

20 years agoFlush
Miguel de Icaza [Tue, 13 Jan 2004 03:23:26 +0000 (03:23 -0000)]
Flush

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

20 years ago2004-01-13 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 13 Jan 2004 02:25:47 +0000 (02:25 -0000)]
2004-01-13  Martin Baulig  <martin@ximian.com>

* MonoSymbolTable.cs: Added more #region's and a comment at the
top of the file.

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

20 years agoAdded a comment about BuildLineNumberTable().
Martin Baulig [Tue, 13 Jan 2004 02:06:25 +0000 (02:06 -0000)]
Added a comment about BuildLineNumberTable().

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

20 years ago2004-01-13 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 13 Jan 2004 02:00:11 +0000 (02:00 -0000)]
2004-01-13  Martin Baulig  <martin@ximian.com>

* MonoSymbolWriter.cs (SourceMethod.BuildLineNumberTable): Removed
it here since it's in MethodEntry again.

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

20 years agoReverting revisions 1.37, 1.38, 1.40 and 1.41.
Martin Baulig [Tue, 13 Jan 2004 01:58:59 +0000 (01:58 -0000)]
Reverting revisions 1.37, 1.38, 1.40 and 1.41.

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

20 years ago2004-01-13 Martin Baulig <martin@ximian.com>
Martin Baulig [Tue, 13 Jan 2004 01:55:19 +0000 (01:55 -0000)]
2004-01-13  Martin Baulig  <martin@ximian.com>

* ChangeLog, MonoSymbolTable.cs: Reviewed Ben's patches.  For
those which are not ok, I'll add detailed comments to the source
code.

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

20 years agomiscommit
Ben Maurer [Tue, 13 Jan 2004 01:05:57 +0000 (01:05 -0000)]
miscommit

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

20 years ago2004-01-12 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Mon, 12 Jan 2004 23:26:36 +0000 (23:26 -0000)]
2004-01-12 Ben Maurer  <bmaurer@users.sourceforge.net>

* Color.cs: Keep KnownColors in an array so that we avoid ht lookup.

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

20 years ago * ProtocolReflector.cs: in the case a new ServiceDescription is created,
Lluis Sanchez [Mon, 12 Jan 2004 23:13:12 +0000 (23:13 -0000)]
* ProtocolReflector.cs: in the case a new ServiceDescription is created,
the name of the BindingInfo was not copied into the new ServiceDescriptor.
Patch by Yaacov Akiba Slama.

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

20 years ago * Hashtable.cs: Added serialization support to SynchedHashtable. This
Lluis Sanchez [Mon, 12 Jan 2004 23:02:00 +0000 (23:02 -0000)]
* Hashtable.cs: Added serialization support to SynchedHashtable. This
fixes bug #52741.

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

20 years ago * WebConnection.cs: Yet another fix for WebConnection. This fixes
Lluis Sanchez [Mon, 12 Jan 2004 22:42:44 +0000 (22:42 -0000)]
* WebConnection.cs: Yet another fix for WebConnection. This fixes
bug #52169.

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

20 years ago2004-01-12 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 12 Jan 2004 22:40:19 +0000 (22:40 -0000)]
2004-01-12  Miguel de Icaza  <miguel@ximian.com>

* monoresgen.cs (PoResourceWriter.AddResource): Escape strings,
fixes #52105

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

20 years agoAdded myself to the team
Pedro Abelleira Seco [Mon, 12 Jan 2004 22:38:00 +0000 (22:38 -0000)]
Added myself to the team

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

20 years agoAdded my photo
Pedro Abelleira Seco [Mon, 12 Jan 2004 22:34:17 +0000 (22:34 -0000)]
Added my photo

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

20 years ago2004-01-12 Patrik Torstensson
Patrik Torstensson [Mon, 12 Jan 2004 22:09:28 +0000 (22:09 -0000)]
2004-01-12  Patrik Torstensson

* object.h (MonoStringBuilder) : Changed layout to support our
new stringbuilder class.
* marshal.c: Change marshalling to support the new layout of
string builder.
* appdomain.c: increased version number because new layout of
string builder.

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

20 years ago2004-01-12 Patrik Torstensson
Patrik Torstensson [Mon, 12 Jan 2004 22:07:38 +0000 (22:07 -0000)]
2004-01-12  Patrik Torstensson

* StringBuilder.cs: new implementation that uses
string as a buffer instead of a array of chars.

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

20 years ago2004-01-12 Patrik Torstensson
Patrik Torstensson [Mon, 12 Jan 2004 22:06:54 +0000 (22:06 -0000)]
2004-01-12  Patrik Torstensson

* Environment.cs: Bump corlib version number due to new StringBuilder

* String.cs: New internal method to support the new StringBuilder that
uses the string as a buffer (until ToString is called)

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

20 years ago2004-01-12 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 12 Jan 2004 17:43:28 +0000 (17:43 -0000)]
2004-01-12  Zoltan Varga  <vargaz@freemail.hu>

* Environment.cs: Bump corlib version number for real this time.

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

20 years ago2004-01-12 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 12 Jan 2004 16:04:56 +0000 (16:04 -0000)]
2004-01-12  Zoltan Varga  <vargaz@freemail.hu>

* appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
assembly name as an string instead of an AssemblyName, since it is
easier to extract info from it.

* appdomain.c (mono_domain_assembly_preload): Look for assemblies in
the culture subdirectories too. Fixes #52231.

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

20 years ago2004-01-12 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 12 Jan 2004 16:01:29 +0000 (16:01 -0000)]
2004-01-12  Zoltan Varga  <vargaz@freemail.hu>

* AppDomain.cs (LoadAssembly): Pass the assembly name as a string to
the runtime, so it can take into account the Culture etc.

* Environment.cs: Bump corlib version number.

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

20 years ago2003-12-23 Jaroslaw Kowalski <jaak@zd.com.pl>
Gonzalo Paniagua Javier [Mon, 12 Jan 2004 11:12:48 +0000 (11:12 -0000)]
2003-12-23  Jaroslaw Kowalski <jaak@zd.com.pl>

* CodeAttributeDeclaration.cs:
* CodeDelegateInvokeExpression:
  -Added "params" keyword to constructors

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

20 years ago2004-01-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 12 Jan 2004 11:09:50 +0000 (11:09 -0000)]
2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* CultureInfo.cs: Parent returns null when lcid == parent_lcid. Fixes
bug #52102.

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

20 years ago2004-01-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 12 Jan 2004 10:51:14 +0000 (10:51 -0000)]
2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* interp.c: call setlocale (). Fixes bug #52100.

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

20 years ago2004-01-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 12 Jan 2004 10:31:20 +0000 (10:31 -0000)]
2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Hashtable.cs: fix Clone. Closes bug #52740. Patch by Benjamin Jemlich
(pcgod@gmx.net).

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

20 years agoUse ExecuteReader instead of ExecuteNonQuery. We need to use the CommandBehavior...
Eran Domb [Mon, 12 Jan 2004 08:53:13 +0000 (08:53 -0000)]
Use ExecuteReader instead of ExecuteNonQuery. We need to use the CommandBehavior parameter, so the connection will be closed if neede.

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

20 years ago2004-01-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 12 Jan 2004 07:42:28 +0000 (07:42 -0000)]
2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* MonoType.cs: GetMethods renamed to GetMethodsByName. It takes a
new parameter with the method name and a boolean for ignoring case.
Removed some string comparisons no longer needed.

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

20 years ago2004-01-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 12 Jan 2004 07:42:17 +0000 (07:42 -0000)]
2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
It takes 2 new parameters with an optional name for the method to look
for and case ignoring info.

* threadpool.c: removed unused variable.

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

20 years agoAdded system.web/pages section
Gonzalo Paniagua Javier [Mon, 12 Jan 2004 07:04:06 +0000 (07:04 -0000)]
Added system.web/pages section

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

20 years ago2004-01-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 12 Jan 2004 07:03:42 +0000 (07:03 -0000)]
2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.dll.sources: added new files in S.W.Configuration.

* System.Web/HttpContext.cs: add setter for ConfigTimeout.
* System.Web/HttpException.cs: added Description property and HTML
encode some unescaped values.

* System.Web/HttpRequest.cs: support request validation.

* System.Web/HttpRequestValidationException.cs: added message and
description.

* System.Web/HttpServerUtility.cs: implemented ScriptTimeout.

* System.Web.Compilation/PageCompiler.cs: invoke Request.ValidateInput
if required.

* System.Web.Configuration/GlobalizationConfiguration.cs: undo old fix.

* System.Web.Configuration/PagesConfiguration.cs:
* System.Web.Configuration/PagesConfigurationHandler.cs: new files for
processing system.web/pages section.

* System.Web.UI/ApplicationFileParser.cs: adde DefaultBaseTypeName
property.

* System.Web.UI/PageParser.cs: support validateRequest.

* System.Web.UI/TemplateControlParser.cs: get default values from
system.web/pages section.

* System.Web.UI/TemplateParser.cs: added separate method for changing
base type (Inherits or system.web/pages).

* System.Web.UI/UserControlParser.cs: support system.web/pages defined
base type.

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

20 years ago2004-01-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 12 Jan 2004 06:39:46 +0000 (06:39 -0000)]
2004-01-12  Atsushi Enomoto  <atsushi@ximian.com>

* JSMethodInfo.cs : tiny fix for NET_1_2 build.

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

20 years ago2004-01-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 12 Jan 2004 06:33:31 +0000 (06:33 -0000)]
2004-01-12  Atsushi Enomoto  <atsushi@ximian.com>

* test-uri-list.txt, test-uri-props.txt : added more tests.

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

20 years ago2004-01-12 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 12 Jan 2004 06:30:09 +0000 (06:30 -0000)]
2004-01-12  Atsushi Enomoto  <atsushi@ximian.com>

* Uri.cs : should not escape already-escaped string (Patch by
  Boris Kirzner).  File LocalPath should unespace return value.
  ToString() should be unescaped only when it is not an UNC path.
  (UNC looks not to be unescaped).

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

20 years agoFlush
Miguel de Icaza [Mon, 12 Jan 2004 04:45:21 +0000 (04:45 -0000)]
Flush

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

20 years ago * OutputCacheModule.cs: Remove varyby objects when there are no
Jackson Harper [Mon, 12 Jan 2004 03:01:48 +0000 (03:01 -0000)]
     * OutputCacheModule.cs: Remove varyby objects when there are no
more raw responses that belong to them.
* CachedRawResponse.cs: Keep a reference to the VaryBy object that
this response belongs to this is so the varyby can be cleaned up.
* CachedVaryBy.cs: Keep a reference to the keys that belong to the
varyby and a reference to the varyby's key.

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

20 years ago * OutputCacheModule.cs: Remove varyby objects when there are no
Jackson Harper [Mon, 12 Jan 2004 02:58:21 +0000 (02:58 -0000)]
    * OutputCacheModule.cs: Remove varyby objects when there are no
more raw responses that belong to them.
* CachedRawResponse.cs: Keep a reference to the VaryBy object that
this response belongs to this is so the varyby can be cleaned up.
* CachedVaryBy.cs: Keep a reference to the keys that belong to the
varyby and a reference to the varyby's key.

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

20 years ago2004-01-11 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Mon, 12 Jan 2004 01:30:01 +0000 (01:30 -0000)]
2004-01-11  Sebastien Pouliot  <spouliot@videotron.ca>

* System.Security.dll.sources: Added AssemblyInfo.cs and Locale.cs.

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

20 years ago2004-01-11 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Mon, 12 Jan 2004 01:28:16 +0000 (01:28 -0000)]
2004-01-11  Sebastien Pouliot <spouliot@videotron.ca>

* AssemblyInfo.cs: New. Copied and ajusted from corlib.
* Locale.cs: New. Copied (verbatim) from corlib.
* ChangeLog: New.

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

20 years ago2004-01-11 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Mon, 12 Jan 2004 01:26:55 +0000 (01:26 -0000)]
2004-01-11  Sebastien Pouliot  <spouliot@videotron.ca>

* SignedXml.cs: Fixed class signature (for 1.1+) by adding public to
Resolver property.
* Transform.cs: Fixed class signature (for 1.1+) by adding public to
Resolver property.

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

20 years ago2004-01-11 Sebastien Pouliot <spouliot@videotron.ca>
Sebastien Pouliot [Mon, 12 Jan 2004 01:24:17 +0000 (01:24 -0000)]
2004-01-11  Sebastien Pouliot  <spouliot@videotron.ca>

* CodeAccessPermissionTest.cs: Fixed CustomCAS test under Windows.

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

20 years ago2004-01-11 Daniel Morgan <danielmorgan@verizon.net>
Daniel Morgan [Mon, 12 Jan 2004 01:06:25 +0000 (01:06 -0000)]
2004-01-11  Daniel Morgan <danielmorgan@verizon.net>

* Graphics.cs: fix compile error on Windows builds for out
parameter state in call to GdipSaveGraphics

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

20 years agoAdd two more links
Miguel de Icaza [Sun, 11 Jan 2004 22:48:04 +0000 (22:48 -0000)]
Add two more links

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

20 years agoAdd two more links
Miguel de Icaza [Sun, 11 Jan 2004 22:34:11 +0000 (22:34 -0000)]
Add two more links

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

20 years ago2004-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 11 Jan 2004 22:08:00 +0000 (22:08 -0000)]
2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* MonoType.cs: GetProperties renamed to GetPropetiesByName. It takes a
new parameter with the property name and a boolean for ignoring case.
Fixes bug #52753.

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

20 years ago2004-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sun, 11 Jan 2004 22:07:55 +0000 (22:07 -0000)]
2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
It takes 2 new parameters with an optional name for the property to look
for and case ignoring info.
Fixes bug #52753.

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

20 years ago * TraceManager.cs: Dont crash if there is no trace
Jackson Harper [Sun, 11 Jan 2004 21:56:16 +0000 (21:56 -0000)]
    * TraceManager.cs: Dont crash if there is no trace
        config element.

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

20 years agoFlush
Miguel de Icaza [Sun, 11 Jan 2004 21:53:03 +0000 (21:53 -0000)]
Flush

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

20 years agoAdded customErrors handler
Gonzalo Paniagua Javier [Sun, 11 Jan 2004 21:47:21 +0000 (21:47 -0000)]
Added customErrors handler

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

20 years ago * TraceHandler.cs: Obey localOnly attribute.
Jackson Harper [Sun, 11 Jan 2004 21:42:04 +0000 (21:42 -0000)]
    * TraceHandler.cs: Obey localOnly attribute.

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

20 years ago * HttpRequest.cs: Add property for determining if the request is
Jackson Harper [Sun, 11 Jan 2004 21:39:18 +0000 (21:39 -0000)]
   * HttpRequest.cs: Add property for determining if the request is
local or not.

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