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

20 years agoFixed: Book titles was apearing in only one line, instead of three
Martin Willemoes Hansen [Sun, 11 Jan 2004 20:46:52 +0000 (20:46 -0000)]
Fixed: Book titles was apearing in only one line, instead of three

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

20 years agoFix a bug : Convert the value from xml using XmlConvert.
Eran Domb [Sun, 11 Jan 2004 16:00:21 +0000 (16:00 -0000)]
Fix a bug : Convert the value from xml using XmlConvert.

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

20 years ago2004-01-11 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sun, 11 Jan 2004 15:33:25 +0000 (15:33 -0000)]
2004-01-11  Atsushi Enomoto  <atsushi@ximian.com>

* BuiltInDatatype.cs : internal type should not appear in protected
  members' signature.

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

20 years agofixes to gdip, see ChangeLog for details
Alexandre Pigolkine [Sun, 11 Jan 2004 15:14:28 +0000 (15:14 -0000)]
fixes to gdip, see ChangeLog for details

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

20 years ago2004-01-11 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Sun, 11 Jan 2004 14:44:45 +0000 (14:44 -0000)]
2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* UserControl.cs: Added missing attribute, implemented method
* Page.cs: Added missing attribute, implemented method

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

20 years agoFix a big in Close () method - close the underlying stream.
Eran Domb [Sun, 11 Jan 2004 14:36:31 +0000 (14:36 -0000)]
Fix a big in Close () method - close the underlying stream.

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

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

* makefile: Dependency to EnterpriseServices.dll added
* System.Web.dll.sources: Added 4 files in System.Util, sorted Web.Util file names

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

20 years ago2004-01-11 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Sun, 11 Jan 2004 13:54:58 +0000 (13:54 -0000)]
2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* TransactedCallback.cs:
* WorkItemCallback.cs:
* WorkItem.cs:
* Transactions.cs: Added and stubbed/ implemented

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

20 years ago2004-01-11 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Sun, 11 Jan 2004 13:51:38 +0000 (13:51 -0000)]
2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* WebEqualComparer.cs:
* WebHashCodeProvider.cs:
* FileAction.cs:
* FileChangeEventHandler.cs:
* NativeFileChangeEventHandler.cs: Monostyled header, internalized

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

20 years ago2004-01-11 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Sun, 11 Jan 2004 13:48:12 +0000 (13:48 -0000)]
2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* PassportIdentity.cs: Added v 1.1 members

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

20 years ago2004-01-11 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Sun, 11 Jan 2004 13:47:20 +0000 (13:47 -0000)]
2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* SimpleWorkerRequest.cs: Added missing attribute
* IISAPIRuntime.cs: Added attributes, fixed signature
* IAppDomainFactory.cs: Added attributes, fixed signature

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

20 years ago2004-01-11 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sun, 11 Jan 2004 10:47:33 +0000 (10:47 -0000)]
2004-01-11  Atsushi Enomoto <atsushi@ximian.com>

* XmlException.cs : Fixed incorrect .ctor signature.
* XmlParserInput.cs : Fixed in sync with the above fix.

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

20 years ago2004-01-11 David Sheldon <dave-mono@earth.li>
David Sheldon [Sun, 11 Jan 2004 09:57:35 +0000 (09:57 -0000)]
2004-01-11  David Sheldon <dave-mono@earth.li>

 * DateTime.cs: Correct processing of formats with multiple '-'s, fixing bug
  52274

  * DateTimeTest.cs: Tests for bug 52274 fix, formats such as
  '--MM--'

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

20 years agoAdded more checking of restriction facets.
David Sheldon [Sun, 11 Jan 2004 09:46:37 +0000 (09:46 -0000)]
Added more checking of restriction facets.

2004-01-11  David Sheldon <dave-mono@earth.li>

  * BuiltInDatatype.cs : Added XsdOrdering enum, and Compare methods
   to the data-types. Changed AllowedFacets to be a bitfield.

  * XmlSchemaFacet.cs : Added Facet enumeration to represent bitfield.

  * XmlSchemaEnumerationFacet.cs,
    XmlSchemaFractionDigitsFacet.cs,
    XmlSchemaLengthFacet.cs,
    XmlSchemaMaxExclusiveFacet.cs,
    XmlSchemaMaxInclusiveFacet.cs,
    XmlSchemaMaxLengthFacet.cs,
    XmlSchemaMinExclusiveFacet.cs,
    XmlSchemaMinInclusiveFacet.cs,
    XmlSchemaMinLengthFacet.cs,
    XmlSchemaNumericFacet.cs,
    XmlSchemaPatternFacet.cs,
    XmlSchemaTotalDigitsFacet.cs,
    XmlSchemaWhiteSpaceFacet.cs : Added ThisFacet Property to return facet type

  * XmlSchemaSimpleTypeRestriction.cs: Inherited facets from base types,
    checked which which were allowed on different types. Validated fixed
    facets, duplicated facets and derivation by restriction. Added checking
    for min/max Inclusive/Exclusive, totalDigits and fractionDigits facets in
    validation.

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

20 years ago2004-01-11 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sun, 11 Jan 2004 09:38:28 +0000 (09:38 -0000)]
2004-01-11  Atsushi Enomoto <atsushi@ximian.com>

* xml-classes : added v2 info. schema status updates.

Added ChangeLog. (There are reason not to keep ChangeLog for
documents, at least for not a little changes ;-)

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

20 years ago add trace configuration handlers.
Jackson Harper [Sun, 11 Jan 2004 05:12:54 +0000 (05:12 -0000)]
    add trace configuration handlers.

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

20 years ago * Page.cs: Handle trace being enabled in the config file.
Jackson Harper [Sun, 11 Jan 2004 05:11:54 +0000 (05:11 -0000)]
    * Page.cs: Handle trace being enabled in the config file.

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

20 years ago * TraceContext.cs: Handle tracing when it is enabled in the config
Jackson Harper [Sun, 11 Jan 2004 05:09:46 +0000 (05:09 -0000)]
    * TraceContext.cs: Handle tracing when it is enabled in the config
file but not on the page.
* TraceManager.cs: Get settings from the configuration object.
* HttpRuntime.cs: Create trace manager in the first request start
so it can get configuration settings.

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

20 years ago * System.Web.dll.sources: Add TraceConfig.cs and
Jackson Harper [Sun, 11 Jan 2004 05:09:11 +0000 (05:09 -0000)]
    * System.Web.dll.sources: Add TraceConfig.cs and
TraceConfigurationHandler.cs to the build.

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

20 years ago * TraceConfig.cs: New class contains trace configuration data.
Jackson Harper [Sun, 11 Jan 2004 05:07:32 +0000 (05:07 -0000)]
    * TraceConfig.cs: New class contains trace configuration data.
* TraceConfigurationHandler.cs: New class parses trace
configurations.

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

20 years ago * data/machine.config: Add trace handler (Trace.axd)
Jackson Harper [Sun, 11 Jan 2004 02:15:48 +0000 (02:15 -0000)]
     * data/machine.config: Add trace handler (Trace.axd)

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

20 years agofix
Jackson Harper [Sun, 11 Jan 2004 01:50:20 +0000 (01:50 -0000)]
fix

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

20 years ago * TraceHandler.cs: Implement.
Jackson Harper [Sun, 11 Jan 2004 01:48:45 +0000 (01:48 -0000)]
    * TraceHandler.cs: Implement.

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

20 years ago * TraceContext.cs: Save the request path in the trace data.
Jackson Harper [Sun, 11 Jan 2004 01:47:29 +0000 (01:47 -0000)]
    * TraceContext.cs: Save the request path in the trace data.
* TraceData.cs: Add RequestPath property, make some rendering
methods internal static so the TraceHandler can use them.
* TraceManager.cs: Expose trace data, add a method for clearing
trace data.

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

20 years agoadd mono-develop
Ben Maurer [Sun, 11 Jan 2004 00:48:15 +0000 (00:48 -0000)]
add mono-develop

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

20 years ago2004-01-10 Francisco Figueiredo Jr <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Sat, 10 Jan 2004 20:22:05 +0000 (20:22 -0000)]
2004-01-10  Francisco Figueiredo Jr  <fxjrlists@yahoo.com.br>
* Synchronized test files with gborg repository.

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

20 years ago2004-01-10 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Sat, 10 Jan 2004 20:20:11 +0000 (20:20 -0000)]
2004-01-10  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Changed makefile to add test targets. Now Npgsql can be tested with alread existing nunit test infrastructure.

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

20 years ago2004-01-10 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Sat, 10 Jan 2004 20:18:40 +0000 (20:18 -0000)]
2004-01-10  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Added new test sources to the list.

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

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

* SqlClientPermission.cs : Fixed NET_1_2 build related to
  obsolete attribute problem (see DbDataPermission.cs)

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

20 years ago2004-01-10 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 10 Jan 2004 18:37:17 +0000 (18:37 -0000)]
2004-01-10  Atsushi Enomoto  <atsushi@ximian.com>

* ISqlParameterCollection.cs : Obsolete attribute requires usingdecl.

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

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

* ISqlParameterCollection.cs : Obsolete attribute namespace
  declaration is missing (looks mcs bug if mcs allows this code).

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

20 years ago2004-01-10 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 10 Jan 2004 18:30:25 +0000 (18:30 -0000)]
2004-01-10  Atsushi Enomoto  <atsushi@ximian.com>

* OleDbPermission.cs : NET_1_2 fix not to call obsolete .ctor.

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

20 years ago2004-01-10 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 10 Jan 2004 18:28:11 +0000 (18:28 -0000)]
2004-01-10  Atsushi Enomoto  <atsushi@ximian.com>

* DbDataPermission.cs : tiny fix to pass OleDbPermission.

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

20 years ago2004-01-10 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 10 Jan 2004 18:07:11 +0000 (18:07 -0000)]
2004-01-10  Atsushi Enomoto <atsushi@ximian.com>

* Path.cs : GetDirectoryName ("c:\readme.txt") should return "c:\"
  instead of "c:" . This fixed bug #52735.

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

20 years agotypo fix
Ben Maurer [Sat, 10 Jan 2004 17:40:43 +0000 (17:40 -0000)]
typo fix

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

20 years agoAdd new docs
Miguel de Icaza [Sat, 10 Jan 2004 17:30:03 +0000 (17:30 -0000)]
Add new docs

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

20 years agoUpdate
Miguel de Icaza [Sat, 10 Jan 2004 17:05:03 +0000 (17:05 -0000)]
Update

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

20 years agoAh, thta was a mistake, its not ready
Miguel de Icaza [Sat, 10 Jan 2004 16:34:17 +0000 (16:34 -0000)]
Ah, thta was a mistake, its not ready

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

20 years ago2004-01-10 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Sat, 10 Jan 2004 15:50:09 +0000 (15:50 -0000)]
2004-01-10  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
* System.Reflection.Emit/ModuleBuilder.cs: 'types' array is normally larger than number of itens in it,
so searchs have to stop at 'num_types' limit (as it was it was throwing exceptions inside mbas that needs the case insensitive scan)

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

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

* AppDomain.cs: Keep track of type resolve and assembly resolve
events in progress to prevent infinite recursion.

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

20 years ago * System.Web.dll.sources: Add TraceData.cs and TraceManager.cs to
Jackson Harper [Sat, 10 Jan 2004 09:57:07 +0000 (09:57 -0000)]
    * System.Web.dll.sources: Add TraceData.cs and TraceManager.cs to
build.

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

20 years ago * HttpRuntime.cs: Add trace manager
Jackson Harper [Sat, 10 Jan 2004 09:55:31 +0000 (09:55 -0000)]
    * HttpRuntime.cs: Add trace manager
* TraceManager.cs: New class for handling trace configuration and
storing trace data objects.
* TraceContext.cs: Save trace data to the trace manager. Fix
        typo.

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

20 years agoMade all Enums serializable.
Ravindra [Sat, 10 Jan 2004 09:51:29 +0000 (09:51 -0000)]
Made all Enums serializable.

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

20 years agochangelog
Jackson Harper [Sat, 10 Jan 2004 09:51:18 +0000 (09:51 -0000)]
changelog

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