mono.git
20 years ago * Char.cs: New managed implementation. Modified patch by
Jackson Harper [Fri, 5 Mar 2004 02:25:52 +0000 (02:25 -0000)]
    * Char.cs: New managed implementation. Modified patch by
          Andreas Nahr.

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

20 years ago * icall.c: Add icall to access char conversion tables.
Jackson Harper [Fri, 5 Mar 2004 02:24:53 +0000 (02:24 -0000)]
    * icall.c: Add icall to access char conversion tables.
* char-conversions.h: Character conversion tables.
* Makefile.am: Add char-conversions.h private header file.

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

20 years ago * icall.c: Add icall to access char conversion tables.
Jackson Harper [Fri, 5 Mar 2004 02:24:12 +0000 (02:24 -0000)]
    * icall.c: Add icall to access char conversion tables.
* char-conversions.h: Character conversion tables.
        * Makefile.am: Add char-conversions.h private header file.

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

20 years ago- Streamlined and cleaned up
Peter Dennis Bartok [Fri, 5 Mar 2004 00:53:04 +0000 (00:53 -0000)]
- Streamlined and cleaned up

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

20 years ago * TcpServerChannel.cs: In the ProcessMessages() loop, moved the closing of
Lluis Sanchez [Fri, 5 Mar 2004 00:24:03 +0000 (00:24 -0000)]
* TcpServerChannel.cs: In the ProcessMessages() loop, moved the closing of
  the stream to the finally block, so it is called if the thread is aborted.

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

20 years ago2004-03-04 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 4 Mar 2004 22:57:33 +0000 (22:57 -0000)]
2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>

* SignatureTest.cs : added some malformed xml tests.

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

20 years ago2004-03-04 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 4 Mar 2004 22:53:21 +0000 (22:53 -0000)]
2004-03-04  Atsushi Enomoto <atsushi@ximian.com>

* KeyInfo.cs :
  Fixed LoadXml() to skip text nodes as MS.NET does.
  Uncommented out RSAKeyValue.
* Signature.cs : Fixed LoadXml(). Don't use GetElementsByTagName()
  that incorrectly acquires descendants. Throw CryptographicException
  if required elements were not found.
* Transform.cs : added internal GetResolver().
* XmlDsigXPathTransform.cs,
  XmlDsigXsltTransform.cs : use XmlResolver.

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

20 years agodefault string formatting
Jordi Mas i Hernandez [Thu, 4 Mar 2004 22:50:58 +0000 (22:50 -0000)]
default string formatting

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

20 years ago2004-03-05 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 4 Mar 2004 22:40:52 +0000 (22:40 -0000)]
2004-03-05  Atsushi Enomoto <atsushi@ximian.com>

* SecurityElement.cs : ignore prefix; this enables RSA.FromXmlString()
  to allow namespaced elements.

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

20 years ago2004-03-04 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Thu, 4 Mar 2004 21:15:01 +0000 (21:15 -0000)]
2004-03-04  Zoltan Varga  <vargaz@freemail.hu>

* appdomain.c (unload_thread_main): Increase unloading timeout to
10 sec as a temporary workaround for Nant problems.

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

20 years ago2004-03-04 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 4 Mar 2004 21:05:04 +0000 (21:05 -0000)]
2004-03-04  Atsushi Enomoto  <atsushi@ximian.com>

* Makefile : made "make test" independent of "make" so that extraneous
  archive extraction won't be run every time (for automated tests).

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

20 years agoDigitSubstitution and TabStob methods
Jordi Mas i Hernandez [Thu, 4 Mar 2004 20:59:28 +0000 (20:59 -0000)]
DigitSubstitution and TabStob methods

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

20 years ago2004-03-03 Dave Camp <dave@ximian.com>
Dick Porter [Thu, 4 Mar 2004 20:07:28 +0000 (20:07 -0000)]
2004-03-03  Dave Camp  <dave@ximian.com>

* daemon.c: (add_fd), (fd_activity), (_wapi_daemon_main):
Use a new main context.

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

20 years ago2004-03-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 4 Mar 2004 20:01:42 +0000 (20:01 -0000)]
2004-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* io.c:
(GetFileAttributes): set the error depending on errno instead of
setting ERROR_FILE_NOT_FOUND always. See bug #55160.

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

20 years ago2004-03-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 4 Mar 2004 19:57:23 +0000 (19:57 -0000)]
2004-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Directory.cs: check if the error returned in Exists is different
from 'path not found' and throw the appropiate exception in that case.
See #55160.

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

20 years ago2004-03-04 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 4 Mar 2004 19:44:05 +0000 (19:44 -0000)]
2004-03-04  Sebastien Pouliot  <sebastien@ximian.com>

* mono-hacking-roadmap.html: Updated status about assembly
signing.

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

20 years ago- Fixed description for running autoconf
Peter Dennis Bartok [Thu, 4 Mar 2004 19:26:38 +0000 (19:26 -0000)]
- Fixed description for running autoconf

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

20 years ago2004-03-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 4 Mar 2004 19:00:55 +0000 (19:00 -0000)]
2004-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* TemplateControl.cs: fixed typos and added new method names to the set
of page events.

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

20 years ago2004-03-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Thu, 4 Mar 2004 17:28:27 +0000 (17:28 -0000)]
2004-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* WebConnection.cs:
* WebConnectionGroup.cs: the requests queue is now shared for all the
connections belonging to the same connection group.

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

20 years ago2004-03-04 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 4 Mar 2004 16:52:12 +0000 (16:52 -0000)]
2004-03-04  Atsushi Enomoto <atsushi@ximian.com>

* XmlImplementation.cs : fixity fix (I need NUnit runnable ;)

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

20 years ago2004-03-04 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 4 Mar 2004 16:41:57 +0000 (16:41 -0000)]
2004-03-04  Atsushi Enomoto <atsushi@ximian.com>

* XmlImplementation.cs : forgot to commit (renaming internal case)

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

20 years ago2004-03-04 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 4 Mar 2004 16:29:32 +0000 (16:29 -0000)]
2004-03-04  Atsushi Enomoto <atsushi@ximian.com>

* XmlDocumentTests.cs : added Implementation().

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

20 years ago2004-03-04 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 4 Mar 2004 16:28:49 +0000 (16:28 -0000)]
2004-03-04  Atsushi Enomoto <atsushi@ximian.com>

* XmlDocument.cs : Implementation should not return null.

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

20 years agoXmlDataLoader.cs : Xml reading reviewed. Added support for additional xml formats...
Eran Domb [Thu, 4 Mar 2004 15:47:10 +0000 (15:47 -0000)]
XmlDataLoader.cs : Xml reading reviewed. Added support for additional xml formats as described

in MS.NET documentation (missing DataSet element etc).

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

20 years ago*** empty log message ***
Victor Vatamanescu [Thu, 4 Mar 2004 15:28:06 +0000 (15:28 -0000)]
*** empty log message ***

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

20 years agoThu Mar 4 15:46:20 PST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Thu, 4 Mar 2004 14:19:44 +0000 (14:19 -0000)]
Thu Mar 4 15:46:20 PST 2004 Paolo Molaro <lupus@ximian.com>

* mono-codeman.c: add a define to force the use of malloc
instead of mmap.

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

20 years ago * Win32RegistryApi.cs: Specify entry points.
Jackson Harper [Thu, 4 Mar 2004 13:51:42 +0000 (13:51 -0000)]
    * Win32RegistryApi.cs: Specify entry points.

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

20 years agoChanged Read implementation.
Alon Gazit [Thu, 4 Mar 2004 13:23:15 +0000 (13:23 -0000)]
Changed Read implementation.
Currently can read "field" element before "selector" element (like MS).

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

20 years agoAdded resources to System.Data.dll.sources.
Eran Domb [Thu, 4 Mar 2004 07:05:22 +0000 (07:05 -0000)]
Added resources to System.Data.dll.sources.

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

20 years agoAdded Node.cs.
Eran Domb [Thu, 4 Mar 2004 07:03:24 +0000 (07:03 -0000)]
Added Node.cs.
Rollback changes in Index.cs.

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

20 years agoChangeLog: Updated ChangeLog
Sanja Gupta [Thu, 4 Mar 2004 05:46:05 +0000 (05:46 -0000)]
ChangeLog: Updated ChangeLog
Metafile.cs: Corrected the signature for constructor

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

20 years ago- Added missing switch
Peter Dennis Bartok [Thu, 4 Mar 2004 05:03:00 +0000 (05:03 -0000)]
- Added missing switch

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

20 years ago2004-03-04 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Thu, 4 Mar 2004 04:06:37 +0000 (04:06 -0000)]
2004-03-04 Nick Drochak <ndrochak@ieee.org>

* Metafile.cs: Fix build, remove duplicate member.

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

20 years ago- Now called wine-shared-patch; less version specific
Peter Dennis Bartok [Thu, 4 Mar 2004 03:14:57 +0000 (03:14 -0000)]
- Now called wine-shared-patch; less version specific

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

20 years ago- No longer uses absolute path
Peter Dennis Bartok [Thu, 4 Mar 2004 03:13:55 +0000 (03:13 -0000)]
- No longer uses absolute path
- Added export of dll path for System.Drawing

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

20 years ago- Fixed broken symbolic link creation
Peter Dennis Bartok [Thu, 4 Mar 2004 03:02:38 +0000 (03:02 -0000)]
- Fixed broken symbolic link creation
- Removed unneeded comments

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

20 years agoupdate instructions
Miguel de Icaza [Thu, 4 Mar 2004 02:21:44 +0000 (02:21 -0000)]
update instructions

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

20 years agoRemove aboslute paths
Miguel de Icaza [Thu, 4 Mar 2004 02:19:18 +0000 (02:19 -0000)]
Remove aboslute paths

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

20 years ago2004-03-03 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 4 Mar 2004 01:41:42 +0000 (01:41 -0000)]
2004-03-03  Atsushi Enomoto <atsushi@ximian.com>

* System.Data.dll.sources : added Index.cs.

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

20 years ago2004-03-03 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 4 Mar 2004 00:25:04 +0000 (00:25 -0000)]
2004-03-03  Atsushi Enomoto <atsushi@ximian.com>

* Index.cs : justa build fix.

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

20 years agoWrong maintainer name
Jackson Harper [Wed, 3 Mar 2004 23:03:33 +0000 (23:03 -0000)]
Wrong maintainer name

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

20 years ago * corlib.dll.sources: Add new registry files to the build.
Jackson Harper [Wed, 3 Mar 2004 22:44:54 +0000 (22:44 -0000)]
    * corlib.dll.sources: Add new registry files to the build.

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

20 years ago * Win32RegistryApi.cs: New file - pinvokes to the win32
Jackson Harper [Wed, 3 Mar 2004 22:40:13 +0000 (22:40 -0000)]
    * Win32RegistryApi.cs: New file - pinvokes to the win32
registry. Patch  by Jose Cornado.
* IRegistryApi.cs: New file - Interface to a registry backend
(win32 on windows, no implementation on unix). This interface will
probably change when we write a Linux backend.
* Win32ResultCode.cs: New file - Win32 result codes needed to
check pinvoke. Patch by Jose Cornado.
* Registry.cs: Create the keys. Patch by Jose Cornado.
* RegistryKey.cs: Implement. Patch by Jose Cornado.

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

20 years ago2004-03-04 Carlos Guzman Alvarez <carlosga@telefonica.net>
Carlos Guzmán Álvarez [Wed, 3 Mar 2004 22:36:26 +0000 (22:36 -0000)]
2004-03-04 Carlos Guzman Alvarez  <carlosga@telefonica.net>

* Mono.Security.Protocol.Tls.Handshake.Client/TlsServerHelloDone.cs:
* Mono.Security.Protocol.Tls.Handshake.Server/TlsServerHelloDone.cs:

        - Fixed message type.

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

20 years ago- New patch no longer specific to mono-winelib. Uses better method
Peter Dennis Bartok [Wed, 3 Mar 2004 21:32:30 +0000 (21:32 -0000)]
- New patch no longer specific to mono-winelib. Uses better method
  to switch wine into shared mode

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

20 years ago- Updated description to match updated patch
Peter Dennis Bartok [Wed, 3 Mar 2004 21:31:34 +0000 (21:31 -0000)]
- Updated description to match updated patch

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

20 years ago- Changed initialization code to match improved (generalized) Wine patch
Peter Dennis Bartok [Wed, 3 Mar 2004 19:27:26 +0000 (19:27 -0000)]
- Changed initialization code to match improved (generalized) Wine patch
- Changed name of wine shared library

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

20 years agoupdated libgdiplus location
Jordi Mas i Hernandez [Wed, 3 Mar 2004 15:54:45 +0000 (15:54 -0000)]
updated libgdiplus location

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

20 years agoChangeLog: Updated ChangeLog
Sanja Gupta [Wed, 3 Mar 2004 14:48:31 +0000 (14:48 -0000)]
ChangeLog: Updated ChangeLog
ImageAttributes.cs: Added few missing functions
Metafile.cs: Added stubs for missing constructors and functions

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

20 years agoChangeLog: Updated ChangeLog
Sanja Gupta [Wed, 3 Mar 2004 14:37:04 +0000 (14:37 -0000)]
ChangeLog: Updated ChangeLog
gdipFunctions.cs: Added ImageAttributes functions

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

20 years ago2004-03-03 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Wed, 3 Mar 2004 13:48:26 +0000 (13:48 -0000)]
2004-03-03 Nick Drochak <ndrochak@ieee.org>

* BmpCodec.cs: Remove unsed variable.

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

20 years ago*** empty log message ***
Victor Vatamanescu [Wed, 3 Mar 2004 12:03:56 +0000 (12:03 -0000)]
*** empty log message ***

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

20 years ago*** empty log message ***
Victor Vatamanescu [Wed, 3 Mar 2004 11:44:45 +0000 (11:44 -0000)]
*** empty log message ***

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

20 years agoChangeLog: Updated ChangeLog
Sanja Gupta [Wed, 3 Mar 2004 08:29:08 +0000 (08:29 -0000)]
ChangeLog: Updated ChangeLog
Icon.cs: Missing function stubs added
IconConverter.cs: Missing function stubs added
ImageAnimator.cs: Missing function stubs added
ImageConverter.cs: Missing function stubs added
ImageFormatConverter.cs: Missing function stubs added

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

20 years agoIndex.cs : Added.
Eran Domb [Wed, 3 Mar 2004 08:06:42 +0000 (08:06 -0000)]
Index.cs : Added.
Constraint.cs, ForeignKeyConstraint.cs, UniqueConstraint, ConstraintCollection.cs, DataColumn.cs,
DataRow.cs, DataRowCollection.cs, DataSet.cs, DataTable.cs : Changes made for using indexes on tables.
This changes made for performance improvement.

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

20 years agoAdded new file ComparerFactory.
Eran Domb [Wed, 3 Mar 2004 08:03:35 +0000 (08:03 -0000)]
Added new file ComparerFactory.

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

20 years agoModified extensions to use register functionality provided in ExtResponseFactory
Sunil Kumar [Wed, 3 Mar 2004 07:58:54 +0000 (07:58 -0000)]
Modified extensions to use register functionality provided in ExtResponseFactory

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

20 years agoFor GetPrievilegeRequest extension
Sunil Kumar [Wed, 3 Mar 2004 07:58:03 +0000 (07:58 -0000)]
For GetPrievilegeRequest extension

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

20 years agoFor registering extended responses
Sunil Kumar [Wed, 3 Mar 2004 07:57:07 +0000 (07:57 -0000)]
For registering extended responses

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

20 years agoImplemented font strikeout and underline, allows multiple attributes
Jordi Mas i Hernandez [Tue, 2 Mar 2004 23:04:33 +0000 (23:04 -0000)]
Implemented font strikeout and underline, allows multiple attributes

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

20 years agoFlush
Miguel de Icaza [Tue, 2 Mar 2004 16:26:19 +0000 (16:26 -0000)]
Flush

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

20 years agoTue Mar 2 17:23:48 CET 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 2 Mar 2004 15:58:29 +0000 (15:58 -0000)]
Tue Mar 2 17:23:48 CET 2004 Paolo Molaro <lupus@ximian.com>

* mini-ppc.c: if a relative branch displacement is too big
but it points to and area reachable with an absolute branch,
avoid the thunks.

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

20 years agoTue Mar 2 16:59:40 CET 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 2 Mar 2004 15:46:08 +0000 (15:46 -0000)]
Tue Mar 2 16:59:40 CET 2004 Paolo Molaro <lupus@ximian.com>

* mini.c: optimize small copies in cpblk.

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

20 years ago*** empty log message ***
Victor Vatamanescu [Tue, 2 Mar 2004 15:32:02 +0000 (15:32 -0000)]
*** empty log message ***

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

20 years ago*** empty log message ***
Victor Vatamanescu [Tue, 2 Mar 2004 15:32:02 +0000 (15:32 -0000)]
*** empty log message ***

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

20 years ago2004/03/02 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Tue, 2 Mar 2004 15:17:34 +0000 (15:17 -0000)]
2004/03/02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* sourcebeingcompiled.cs : new source/class to hold things previously contained in namespaces.cs
because in C# they were semantically tied to nested namespaces, and in VB.NET
they can occur only once per file.
* mbas.exe.sources: added sourcebeingcompiled.cs
* mb-parser.jay: reference RootContext.Sourcebeingcompiled things
* namespace.cs: move pieces to sourcebeingcompiled
* rootcontext.cs: use SourceBeingCompiled class
* decl.cs: reference RootContext.Sourcebeingcompiled things

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

20 years ago2004-03-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Tue, 2 Mar 2004 15:16:57 +0000 (15:16 -0000)]
2004-03-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* MonoIO.cs: added case for ERROR_FILENAME_EXCED_RANGE.

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

20 years ago * MonoWSDL.cs: Use DiscoveryClientProtocol instead of WebClient to get the
Lluis Sanchez [Tue, 2 Mar 2004 15:11:42 +0000 (15:11 -0000)]
* MonoWSDL.cs: Use DiscoveryClientProtocol instead of WebClient to get the
  documents, since it supports disco files in addition to wsdl files.
  Added some missing proxy options.

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

20 years ago2004/03/02 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Tue, 2 Mar 2004 15:11:36 +0000 (15:11 -0000)]
2004/03/02  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* sourcebeingcompiled.cs : new source/class to hold things previously contained in namespaces.cs
because in C# they were semantically tied to nested namespaces, and in VB.NET
they can occur only once per file.
* mbas.exe.sources: added sourcebeingcompiled.cs
* mb-parser.jay: reference RootContext.Sourcebeingcompiled things
* namespace.cs: move pieces to sourcebeingcompiled
* rootcontext.cs: use SourceBeingCompiled class
* decl.cs: reference RootContext.Sourcebeingcompiled things

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

20 years ago* ProtocolImporter.cs: Little fix in schema classification.
Lluis Sanchez [Tue, 2 Mar 2004 15:03:40 +0000 (15:03 -0000)]
* ProtocolImporter.cs: Little fix in schema classification.

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

20 years ago * DiscoveryClientProtocol.cs: Now it can get alternate urls from HTML pages
Lluis Sanchez [Tue, 2 Mar 2004 15:03:12 +0000 (15:03 -0000)]
* DiscoveryClientProtocol.cs: Now it can get alternate urls from HTML pages
  that include a link tag. Added support for loading files from a the
  file system.

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

20 years ago * services.xml: More services.
Lluis Sanchez [Tue, 2 Mar 2004 15:02:41 +0000 (15:02 -0000)]
* services.xml: More services.
* wstest.cs: Added null check.
* client/localhost/IncludeTestTest.cs: New test.
* server/localhost/IncludeTest.asmx, server/localhost/Test1.asmx,
  server/localhost/Test2.asmx, server/localhost/TestBinding6.asmx.

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

20 years agoSupport for '-' delimiter in DateTime
Anirban Bhattacharjee [Tue, 2 Mar 2004 14:57:56 +0000 (14:57 -0000)]
Support for '-' delimiter in DateTime

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

20 years agoFormatted warning thrown
Anirban Bhattacharjee [Tue, 2 Mar 2004 14:52:55 +0000 (14:52 -0000)]
Formatted warning thrown

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

20 years agoAdded Overloads and Shadows modifiers to Function and Sub, also fixed few other modif...
Anirban Bhattacharjee [Tue, 2 Mar 2004 14:41:32 +0000 (14:41 -0000)]
Added Overloads and Shadows modifiers to Function and Sub, also fixed few other modifier related problems

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

20 years agoUpdated Firebird ADO.NET Data Provider information
Carlos Guzmán Álvarez [Tue, 2 Mar 2004 10:16:34 +0000 (10:16 -0000)]
Updated Firebird ADO.NET Data Provider information

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

20 years ago2004-03-02 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Tue, 2 Mar 2004 07:57:07 +0000 (07:57 -0000)]
2004-03-02 Marek Safar <marek.safar@seznam.cz>

Created .cvsignore

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

20 years ago2004-03-02 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Tue, 2 Mar 2004 07:54:59 +0000 (07:54 -0000)]
2004-03-02 Marek Safar <marek.safar@seznam.cz>

* cs0246-5.cs: New error test.

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

20 years ago2004-03-01 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 1 Mar 2004 23:49:29 +0000 (23:49 -0000)]
2004-03-01 Atsushi Enomoto <atsushi@ximian.com>

* XslLiteralElement.cs : quick fix for ArgumentNullException which
  was because of the combination of non-namespaced instances and
  exclude-result-prefixes.

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

20 years ago2004-03-01 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 1 Mar 2004 21:17:13 +0000 (21:17 -0000)]
2004-03-01  Atsushi Enomoto <atsushi@ximian.com>

* README : added usage descriptions.

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

20 years ago2004-03-01 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 1 Mar 2004 19:37:54 +0000 (19:37 -0000)]
2004-03-01  Atsushi Enomoto <atsushi@ximian.com>

* xml-classes : updates on relax ng stuff.

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

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

* io.c:
(CopyFile): free the buffer on error.
* sockets.c:
(WSAIoctl): free the buffer on error.

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

20 years ago2004-03-01 Larry Ewing <lewing@ximian.com>
Larry Ewing [Mon, 1 Mar 2004 19:04:02 +0000 (19:04 -0000)]
2004-03-01  Larry Ewing  <lewing@ximian.com>

* HttpUtility.cs: fix UrlEncodeToBytes count check.

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

20 years agodefine HAVE_GC_ENABLE for included libgc
Gonzalo Paniagua Javier [Mon, 1 Mar 2004 14:30:40 +0000 (14:30 -0000)]
define HAVE_GC_ENABLE for included libgc

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

20 years ago2004/03/01 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Mon, 1 Mar 2004 14:08:07 +0000 (14:08 -0000)]
2004/03/01  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
* namespace.cs : correcting some error messages text

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

20 years ago2004-03-01 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 1 Mar 2004 13:58:06 +0000 (13:58 -0000)]
2004-03-01  Zoltan Varga  <vargaz@freemail.hu>

* mini-sparc.c inssel-sparc.brg mini-ops.h: Access local variables at
negative offsets from %fp. Implement localloc. Fix local register
allocation. Fix the case when the this argument needs to be saved to
the stack. Implement some missing opcodes.

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

20 years ago2004-03-01 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 1 Mar 2004 13:57:05 +0000 (13:57 -0000)]
2004-03-01  Zoltan Varga  <vargaz@freemail.hu>

* basic-calls.cs basic-float.cs: New regression tests.

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

20 years ago2004-03-01 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 1 Mar 2004 13:56:05 +0000 (13:56 -0000)]
2004-03-01  Zoltan Varga  <vargaz@freemail.hu>

* mini-sparc.c inssel-sparc.brg mini-ops.h: Access local variables at
negative offsets from %fp. Implement localloc. Fix local register
allocation. Fix the case when the this argument needs to be saved to
the stack. Implement some missing opcodes.

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

20 years agobits
Rafael Teixeira [Mon, 1 Mar 2004 13:38:11 +0000 (13:38 -0000)]
bits

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

20 years ago2004-02-29 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 29 Feb 2004 22:04:12 +0000 (22:04 -0000)]
2004-02-29  Zoltan Varga  <vargaz@freemail.hu>

* gc.c: Add checks for GC_enable and GC_disable.

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

20 years ago2004-02-29 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 29 Feb 2004 22:02:34 +0000 (22:02 -0000)]
2004-02-29  Zoltan Varga  <vargaz@freemail.hu>

* configure.in: Add check for GC_enable.

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

20 years ago2004-02-29 Ben Maurer <bmaurer@users.sourceforge.net>
Miguel de Icaza [Sun, 29 Feb 2004 20:16:19 +0000 (20:16 -0000)]
2004-02-29  Ben Maurer <bmaurer@users.sourceforge.net>

* class.cs (Method.CheckBase): Avoid using FindMembers, we have
direct access to our parent, so check the method inline there.

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

20 years ago2004-02-29 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 29 Feb 2004 19:18:36 +0000 (19:18 -0000)]
2004-02-29  Zoltan Varga  <vargaz@freemail.hu>

* configure.in: Remove amd64/Makefile from AC_OUTPUT to fix build.

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

20 years ago2004-02-29 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Sun, 29 Feb 2004 18:22:23 +0000 (18:22 -0000)]
2004-02-29  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
        * Npgsql/NpgsqlConnection.cs: Better handling of connection encoding. Added support for encoding and connection timeout in connection string.
        * Npgsql/NpgsqlConnectorPool.cs: Added support for timeout and max connection pool.

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

20 years ago2004-02-29 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 29 Feb 2004 14:51:10 +0000 (14:51 -0000)]
2004-02-29  Zoltan Varga  <vargaz@freemail.hu>

* StringTest.cs: Add regression test for bug #54988.

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

20 years ago2004-02-29 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 29 Feb 2004 14:48:43 +0000 (14:48 -0000)]
2004-02-29  Zoltan Varga  <vargaz@freemail.hu>

* string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
(jaak@zd.com.pl). Fix memory corruption in String.Replace
(bug #54988).

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

20 years ago2004-02-28 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Sun, 29 Feb 2004 01:25:26 +0000 (01:25 -0000)]
2004-02-28  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>

        * Npgsql/NpgsqlConnector.cs: Added support for connection encoding.
        * Npgsql/NpgsqlConnection.cs: Better handling of connection encoding.
        * Npgsql/NpgsqlCommand.cs: Fixed an Invalid Index error when executing ExecuteScalar() method with an empty resultset. Thanks Lynn A. Roth for the fix. This fixes bug 687 in gborg.

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

20 years ago- Added WriteLine as a reminder to remove the SelectObject hack later
Peter Dennis Bartok [Sun, 29 Feb 2004 00:07:27 +0000 (00:07 -0000)]
- Added WriteLine as a reminder to remove the SelectObject hack later

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

20 years ago- Updated
Peter Dennis Bartok [Sat, 28 Feb 2004 23:19:33 +0000 (23:19 -0000)]
- Updated

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

20 years ago- Removed code related to old Wine support
Peter Dennis Bartok [Sat, 28 Feb 2004 23:18:40 +0000 (23:18 -0000)]
- Removed code related to old Wine support
- Added loading & initialization code for new Wine patch
- Commented out font selection for DrawText until ToHfont is complete

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