mono.git
20 years ago2004-05-01 Todd Berman <tberman@sevenl.net>
Todd Berman [Sat, 1 May 2004 18:15:26 +0000 (18:15 -0000)]
2004-05-01  Todd Berman  <tberman@sevenl.net>

        * driver.cs: Try a LoadFrom before a Load, this checks the current
        path. This is currently a bug in mono that is be fixed, however, this
        provides a workaround for now. This will be removed when the bug
        is fixed.

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

20 years ago2004-05-01 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Sat, 1 May 2004 18:09:43 +0000 (18:09 -0000)]
2004-05-01  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>

        * Npgsql/NpgsqlCommand.cs,
        Npgsql/NpgsqlConnection.cs,
        Npgsql/NpgsqlConnector.cs,
        Npgsql/NpgsqlConnectorPool.cs,
        Npgsql/NpgsqlError.cs,
        Npgsql/NpgsqlException.cs,
        Npgsql/NpgsqlParameterCollection.cs,
        NpgsqlTypes/NpgsqlTypesHelper.cs: Improved exception support. Now NpgsqlException as well as NpgsqlError provide much more information. Thanks Glen Parker (glenebob@nwlink.com) for the patch.

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

20 years agoAdd
Miguel de Icaza [Sat, 1 May 2004 18:07:33 +0000 (18:07 -0000)]
Add

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

20 years ago2004-05-01 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Sat, 1 May 2004 18:07:32 +0000 (18:07 -0000)]
2004-05-01  Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>

* Npgsql/NpgsqlCommand.cs,
Npgsql/NpgsqlConnection.cs,
Npgsql/NpgsqlConnector.cs,
Npgsql/NpgsqlConnectorPool.cs,
Npgsql/NpgsqlError.cs,
Npgsql/NpgsqlException.cs,
Npgsql/NpgsqlParameterCollection.cs,
NpgsqlTypes/NpgsqlTypesHelper.cs: Improved exception support. Now NpgsqlException as well as NpgsqlError provide much more information. Thanks Glen Parker (glenebob@nwlink.com) for the patch.

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

20 years ago2004-05-01 Todd Berman <tberman@sevenl.net>
Todd Berman [Sat, 1 May 2004 17:33:47 +0000 (17:33 -0000)]
2004-05-01  Todd Berman  <tberman@sevenl.net>

        * gacutil.cs: ack, miguel is right, cmdline handling needs some love.

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

20 years agoRemove patch that *did* regress the build, it was even flagged on Bugzilla
Miguel de Icaza [Sat, 1 May 2004 17:26:22 +0000 (17:26 -0000)]
Remove patch that *did* regress the build, it was even flagged on Bugzilla

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

20 years ago * appdomain.c: If the culture is neutral we set it to "".
Jackson Harper [Sat, 1 May 2004 17:21:29 +0000 (17:21 -0000)]
    * appdomain.c: If the culture is neutral we set it to "".

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

20 years ago2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sat, 1 May 2004 17:12:30 +0000 (17:12 -0000)]
2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>

* nunit.key: New. (Truncated) key pair used to sign nunit assemblies.

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

20 years ago2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sat, 1 May 2004 17:09:57 +0000 (17:09 -0000)]
2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoConvert.cs: Synched with Mono.Security.dll. Fix bug #57941
(truncated key pair).
* RSAManaged.cs: Synched with Mono.Security.dll. Fix bug #57941
(truncated key pair).

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

20 years ago2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sat, 1 May 2004 17:05:11 +0000 (17:05 -0000)]
2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoConvert.cs: Updated to latest version. Fix issue with
incomplete key pairs (#57941).

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

20 years ago2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sat, 1 May 2004 16:46:01 +0000 (16:46 -0000)]
2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoConvert.cs: Added support for truncated, but still valid, RSA
private key blob. Fix #57941 (couldn't sign with nunit key).
* RSAManaged.cs: Normalized the size of D when not present. This
allows us to output a compatible base64 representation of 1024bits 0.

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

20 years ago2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sat, 1 May 2004 15:36:40 +0000 (15:36 -0000)]
2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoConvertTest.cs: Added test case where a strongname key pair
(RSA 1024 bits) was truncated in the last parameter (D) (i.e. the
private key) but saved by the use of CRT (Chinese Remainder Theorem).

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

20 years ago2004-05-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Sat, 1 May 2004 13:20:28 +0000 (13:20 -0000)]
2004-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* Socket.cs: only enable socket AIO if MONO_ENABLE_SOCKET_AIO is there.
I will remove this once THE bug is hunted.

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

20 years ago2004-05-01 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Sat, 1 May 2004 12:45:50 +0000 (12:45 -0000)]
2004-05-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* Comparer.cs: ensure culture is set to null , removed
  static constructor, removed unneccesary checks

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

20 years agoups
Andreas N [Sat, 1 May 2004 12:43:35 +0000 (12:43 -0000)]
ups

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

20 years ago2004-05-01 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Sat, 1 May 2004 12:30:44 +0000 (12:30 -0000)]
2004-05-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* CaseInsensitiveComparer.cs: Fix the default constructor (needs to
  set CurrentCulture, ensure culture is set to null for invariant case,
  construct early
* Comparer.cs: Restyle, change lineendings

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

20 years ago2004-05-01 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Sat, 1 May 2004 11:53:01 +0000 (11:53 -0000)]
2004-05-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* CaseInsensitiveHashCodeProvider.cs
* CaseInsensitiveComparer.cs: Change lineendings
* CaseInsensitiveComparer.cs: Restyle

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

20 years ago2004-05-01 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Sat, 1 May 2004 10:23:55 +0000 (10:23 -0000)]
2004-05-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* BitArray.cs: Fix parameter names
* CaseInsensitiveHashCodeProvider.cs: Fix signature
* DictionaryEntry.cs: Fix parameter names
* Hashtable.cs: Fix signatures
* SortedList.cs: Fix signatures

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

20 years ago2004-05-01 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Sat, 1 May 2004 09:10:38 +0000 (09:10 -0000)]
2004-05-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* TimeSpan.cs: Redid a lot of stuff in TimeSpan from scratch.
  Fixes several potential bugs and makes things way faster.

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

20 years ago2004-05-01 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
Andreas N [Sat, 1 May 2004 09:07:32 +0000 (09:07 -0000)]
2004-05-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* TimeSpan.cs: Formatting changes

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

20 years ago2004-05-01 Todd Berman <tberman@sevenl.net>
Todd Berman [Sat, 1 May 2004 08:28:54 +0000 (08:28 -0000)]
2004-05-01  Todd Berman  <tberman@sevenl.net>

        * ModuleBuilder.cs: Load the proper assembly for a gac-only install.

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

20 years agoWhy am I such a loser sometimes?
Duncan Mak [Sat, 1 May 2004 05:52:42 +0000 (05:52 -0000)]
Why am I such a loser sometimes?

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

20 years ago* runtime/net_1_1/Makefile.am:
Duncan Mak [Sat, 1 May 2004 05:46:50 +0000 (05:46 -0000)]
* runtime/net_1_1/Makefile.am:
* runtime/net_2_0/Makefile.am (gac_assemblies_list): Add NUnit
dlls here.
(non_gac_assemblies): Removed, every thing is migrated over to gac_assemblies.
(EXTRA_DIST): Include only gac_assemblies.
(dist_assemblies_DATA): It's referring to $(non_gac_assemblies)
and that is no gone now. So remove as well.
($(non_gac_assemblies)): Bye bye.

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

20 years ago2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sat, 1 May 2004 05:08:21 +0000 (05:08 -0000)]
2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Fixed path so it works with CVS.

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

20 years ago2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sat, 1 May 2004 05:02:51 +0000 (05:02 -0000)]
2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Delay signed using Mono public key.
* NUnit.Util.dll.sources: Added AssemblyInfo.cs to build.

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

20 years ago2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sat, 1 May 2004 05:02:09 +0000 (05:02 -0000)]
2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Delay signed using Mono public key.

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

20 years agoRemove from build assemblies that we no longer support. Rationale: they are not...
Miguel de Icaza [Sat, 1 May 2004 04:52:56 +0000 (04:52 -0000)]
Remove from build assemblies that we no longer support.  Rationale: they are not signed

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

20 years agoFix
Miguel de Icaza [Sat, 1 May 2004 04:49:59 +0000 (04:49 -0000)]
Fix

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

20 years agoOnly use the GAC
Miguel de Icaza [Sat, 1 May 2004 04:41:14 +0000 (04:41 -0000)]
Only use the GAC

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

20 years agoMake monocharge work
Miguel de Icaza [Sat, 1 May 2004 04:19:34 +0000 (04:19 -0000)]
Make monocharge work

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

20 years agoupdate
Miguel de Icaza [Sat, 1 May 2004 04:13:39 +0000 (04:13 -0000)]
update

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

20 years ago(gac_assemblies_list): Add
Duncan Mak [Sat, 1 May 2004 04:06:55 +0000 (04:06 -0000)]
(gac_assemblies_list): Add
System.Web.Services. Someone accidentally took the line out.

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

20 years ago2004-05-01 Todd Berman <tberman@sevenl.net>
Todd Berman [Sat, 1 May 2004 03:49:21 +0000 (03:49 -0000)]
2004-05-01  Todd Berman  <tberman@sevenl.net>

        * driver.cs: Remove '.' from path_chars, now System.* loads properly
        from the GAC

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

20 years ago * codegen.cs: Open keys readonly.
Jackson Harper [Sat, 1 May 2004 03:00:26 +0000 (03:00 -0000)]
    * codegen.cs: Open keys readonly.

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

20 years agoproperly use /root. also, noticed the 2_0 makefile is using the 1_1 dir, not sure...
Todd Berman [Sat, 1 May 2004 00:43:21 +0000 (00:43 -0000)]
properly use /root. also, noticed the 2_0 makefile is using the 1_1 dir, not sure how intentional that is, leaving it for now.

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

20 years ago2004-04-30 Todd Berman <tberman@sevenl.net>
Todd Berman [Sat, 1 May 2004 00:32:22 +0000 (00:32 -0000)]
2004-04-30  Todd Berman  <tberman@sevenl.net>

        * gacutil.cs: cleanup help.

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

20 years ago2004-04-30 Todd Berman <tberman@sevenl.net>
Todd Berman [Fri, 30 Apr 2004 23:59:08 +0000 (23:59 -0000)]
2004-04-30  Todd Berman  <tberman@sevenl.net>

        * gacutil.cs: remove /prefix, now --root and /root

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

20 years ago2004-04-30 Todd Berman <tberman@sevenl.net>
Todd Berman [Fri, 30 Apr 2004 23:56:58 +0000 (23:56 -0000)]
2004-04-30  Todd Berman  <tberman@sevenl.net>

        * gacutil.cs: Change the way of handling the /prefix stuff.
        Now all gacbased operations will work with /prefix or --root. This
        *MUST* be at the end of the commandline for it to work.
        Also note, that in a Makefile changing /i to /u will not work, as the
        gac uninstalls based on AssemblyName.Name, so forexample:

        gacutil /i some/path/blah/System.dll --root /usr/lib/somefakegac

        will install and

        gacutil /u System --root /usr/lib/somefakegac

        will uninstall.

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

20 years agoMore verbosity
Miguel de Icaza [Fri, 30 Apr 2004 23:33:08 +0000 (23:33 -0000)]
More verbosity

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

20 years agoRemove missing assemblies
Miguel de Icaza [Fri, 30 Apr 2004 23:32:48 +0000 (23:32 -0000)]
Remove missing assemblies
Clean files
Use root argument

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

20 years agoremove some unused, remove extension
Jackson Harper [Fri, 30 Apr 2004 23:27:38 +0000 (23:27 -0000)]
remove some unused, remove extension

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

20 years ago2004-04-30 Todd Berman <tberman@sevenl.net>
Todd Berman [Fri, 30 Apr 2004 23:22:33 +0000 (23:22 -0000)]
2004-04-30  Todd Berman  <tberman@sevenl.net>

        * Npgsql/AssemblyInfo.cs: use the proper path to the .pub file

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

20 years agoMake argument handling decent
Miguel de Icaza [Fri, 30 Apr 2004 23:14:52 +0000 (23:14 -0000)]
Make argument handling decent

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

20 years ago * runtime/net_1_1/Makefile.am:
Jackson Harper [Fri, 30 Apr 2004 22:07:24 +0000 (22:07 -0000)]
    * runtime/net_1_1/Makefile.am:
* runtime/net_2_0/Makefile.am: These assemblies are signed
        now.

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

20 years ago* Npgsql/AssemblyInfo.cs: Enable delay signing, using Npgsql.pub.
Duncan Mak [Fri, 30 Apr 2004 22:04:44 +0000 (22:04 -0000)]
* Npgsql/AssemblyInfo.cs: Enable delay signing, using Npgsql.pub.

* Npgsql/Npgsql.pub: Added to CVS.

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

20 years agoSlience CVS for a bit
Duncan Mak [Fri, 30 Apr 2004 21:57:31 +0000 (21:57 -0000)]
Slience CVS for a bit

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

20 years ago2004-04-30 Duncan Mak <duncan@ximian.com>
Duncan Mak [Fri, 30 Apr 2004 21:49:43 +0000 (21:49 -0000)]
2004-04-30  Duncan Mak  <duncan@ximian.com>

        * AssemblyInfo.cs: Added
        * ChangeLog: Added
        * Locale.cs: Added

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

20 years agoAdded Assembly/AssemblyInfo.cs and Locale.cs to build.
Duncan Mak [Fri, 30 Apr 2004 21:49:07 +0000 (21:49 -0000)]
Added Assembly/AssemblyInfo.cs and Locale.cs to build.

2004-04-30  Duncan Mak  <duncan@ximian.com>

        * AssemblyInfo.cs: Added
        * ChangeLog: Added
        * Locale.cs: Added

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 21:17:51 +0000 (21:17 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Now delay-signed with IBM public key.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 21:15:07 +0000 (21:15 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* ibm.pub: IBM public key (thanks to Victor :-)

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

20 years agomore readonly/const
Ben Maurer [Fri, 30 Apr 2004 21:11:55 +0000 (21:11 -0000)]
more readonly/const

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

20 years agoreadonlyificate
Ben Maurer [Fri, 30 Apr 2004 20:56:49 +0000 (20:56 -0000)]
readonlyificate

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:52:54 +0000 (20:52 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Added delay-signing with Mono public key.

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

20 years agoconstify
Ben Maurer [Fri, 30 Apr 2004 20:46:43 +0000 (20:46 -0000)]
constify

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:41:23 +0000 (20:41 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* Mono.Posix.dll.sources: Added Assembly/AssemblyInfo.cs and
Locale.cs to build.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:40:37 +0000 (20:40 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Added
* ChangeLog: Added
* Locale.cs: Added

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:32:03 +0000 (20:32 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Use Mono public key toi delay-sign assembly.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:22:33 +0000 (20:22 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Fixing version number to match MS releases

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:17:37 +0000 (20:17 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* I18N.West.dll.sources: Added Assembly/AssemblyInfo.cs to build.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:16:53 +0000 (20:16 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* I18N.Rare.dll.sources: Added Assembly/AssemblyInfo.cs to build.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:16:00 +0000 (20:16 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* I18N.Other.dll.sources: Added Assembly/AssemblyInfo.cs to build.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:15:14 +0000 (20:15 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* I18N.MidEast.dll.sources: Added Assembly/AssemblyInfo.cs to build.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:14:25 +0000 (20:14 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* I18N.dll.sources: Added Assembly/AssemblyInfo.cs to build.

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

20 years ago2004-04-30 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Fri, 30 Apr 2004 20:13:36 +0000 (20:13 -0000)]
2004-04-30 Ben Maurer  <bmaurer@users.sourceforge.net>

* BigInteger.cs: use readonly for prime array.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:13:35 +0000 (20:13 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* I18N.CJK.dll.sources: Added Assembly/AssemblyInfo.cs to build.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:11:54 +0000 (20:11 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Added
* ChangeLog: Added

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:10:10 +0000 (20:10 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* Mono.Data.TdsClient.dll.sources: Added Assembly/AssemblyInfo.cs
and Locale.cs to build.

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

20 years agooops
Ben Maurer [Fri, 30 Apr 2004 20:09:01 +0000 (20:09 -0000)]
oops

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

20 years ago2004-04-30 Ben Maurer <bmaurer@users.sourceforge.net>
Ben Maurer [Fri, 30 Apr 2004 20:08:08 +0000 (20:08 -0000)]
2004-04-30 Ben Maurer  <bmaurer@users.sourceforge.net>

* BinaryWriter.cs, Stream.cs: ensure we have beforefieldinit.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:06:07 +0000 (20:06 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* Mono.Data.SybaseClient.dll.sources: Added Assembly/AssemblyInfo.cs
and Locale.cs to build.

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

20 years ago* runtime/net_1_1/Makefile.am (non_gac_assemblies):
Duncan Mak [Fri, 30 Apr 2004 20:05:15 +0000 (20:05 -0000)]
* runtime/net_1_1/Makefile.am (non_gac_assemblies):

* runtime/net_2_0/Makefile.am (non_gac_assemblies): Added
Microsoft.Web.Services.dll

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:02:22 +0000 (20:02 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* Mono.Data.SqliteClient.dll.sources: Added Assembly/AssemblyInfo.cs
and Locale.cs to build.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 20:01:21 +0000 (20:01 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Added
* ChangeLog: Added
* Locale.cs: Added

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 19:57:18 +0000 (19:57 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* Mono.CSharp.Debugger.dll.sources: Added Assembly/AssemblyInfo.cs
and Locale.cs to build.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 19:54:19 +0000 (19:54 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* Mono.Cairo.dll.sources: Added Assembly/AssemblyInfo.cs
and Locale.cs to build.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 19:42:28 +0000 (19:42 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* Commons.Xml.Relaxng.dll.sources: Added Assembly/AssemblyInfo.cs
and Locale.cs to build.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 19:41:28 +0000 (19:41 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Added
* ChangeLog: Added
* Locale.cs: Added

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

20 years agoFri Apr 30 15:54:26 EDT 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 30 Apr 2004 19:13:29 +0000 (19:13 -0000)]
Fri Apr 30 15:54:26 EDT 2004 Paolo Molaro <lupus@ximian.com>

* mini-ppc.c: fixed typos.

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

20 years ago2004-04-30 Dick Porter <dick@ximian.com>
Dick Porter [Fri, 30 Apr 2004 18:37:15 +0000 (18:37 -0000)]
2004-04-30  Dick Porter  <dick@ximian.com>

* StringInfo.cs:
* TextElementEnumerator.cs: Implemented

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

20 years ago * gacutil.cs: Install config files.
Jackson Harper [Fri, 30 Apr 2004 18:01:40 +0000 (18:01 -0000)]
      * gacutil.cs: Install config files.

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

20 years ago * gacutil.cs: Use invariant culture for ToLower. Patch from
Jackson Harper [Fri, 30 Apr 2004 17:22:45 +0000 (17:22 -0000)]
    * gacutil.cs: Use invariant culture for ToLower. Patch from
          Urs Muff.

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

20 years ago2004-05-01 Nick Drochak <ndrochak@gol.com>
Nick Drochak [Fri, 30 Apr 2004 16:25:21 +0000 (16:25 -0000)]
2004-05-01  Nick Drochak <ndrochak@gol.com>

* ThreadTest.cs: Un-ignore some tests that seem to run pretty well
now.  Getting one failure from these, but at least they run without
crashing, or throwing some nasty _wapi exception thingy.

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

20 years agoChanged exception messages.
Ravindra [Fri, 30 Apr 2004 16:20:37 +0000 (16:20 -0000)]
Changed exception messages.

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

20 years agoSome fixes in LinearGradientBrush.cs.
Ravindra [Fri, 30 Apr 2004 15:36:13 +0000 (15:36 -0000)]
Some fixes in LinearGradientBrush.cs.

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

20 years agoAdded few more P/Invokes for lineargradientbrush.
Ravindra [Fri, 30 Apr 2004 15:21:00 +0000 (15:21 -0000)]
Added few more P/Invokes for lineargradientbrush.

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

20 years ago * Makefile: Add dependancies.
Jackson Harper [Fri, 30 Apr 2004 13:24:17 +0000 (13:24 -0000)]
    * Makefile: Add dependancies.

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 13:10:49 +0000 (13:10 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Now use mono.pub for Mono assemblies (not the ECMA key).

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

20 years ago2004-04-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Fri, 30 Apr 2004 12:37:58 +0000 (12:37 -0000)]
2004-04-30  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Now use mono.pub for Mono assemblies (not the ECMA key).

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

20 years ago(clean): Quick hack to get 'make clean' to work better.
Raja R Harinath [Fri, 30 Apr 2004 12:06:58 +0000 (12:06 -0000)]
(clean): Quick hack to get 'make clean' to work better.

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

20 years agofixes MemoryBmp when saving images
Jordi Mas i Hernandez [Fri, 30 Apr 2004 11:22:03 +0000 (11:22 -0000)]
fixes MemoryBmp when saving images

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

20 years ago(SUBDIRS): Remove 'gmcs' for now.
Raja R Harinath [Fri, 30 Apr 2004 11:19:08 +0000 (11:19 -0000)]
(SUBDIRS): Remove 'gmcs' for now.
(all): Simplify.

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

20 years ago2004-04-30 Umadevi S <sumadevi@novell.com>
Umadevi S [Fri, 30 Apr 2004 10:49:11 +0000 (10:49 -0000)]
2004-04-30  Umadevi S  <sumadevi@novell.com>
        * DataColumnCollection.cs : Fixed nunit test errors, removed TODOs
        * DataTableCollection.cs  : Tested and removed TODO
        * TypedDataSetGeneratorException.cs : Fixed a couple of TODOs

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

20 years ago2004-04-30 Umadevi S (sumadevi@novell.com)
Umadevi S [Fri, 30 Apr 2004 10:46:03 +0000 (10:46 -0000)]
2004-04-30 Umadevi S (sumadevi@novell.com)
* Modified testcases in DataColumnCollectionTest.cs and DataRowTest.cs

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

20 years ago* NewMonoXSD.cs: Import elements in the order they are declared in the schema.
Lluis Sanchez [Fri, 30 Apr 2004 09:39:50 +0000 (09:39 -0000)]
* NewMonoXSD.cs: Import elements in the order they are declared in the schema.

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

20 years ago* MethodResponse.cs, ReturnMessage.cs: Added null checks.
Lluis Sanchez [Fri, 30 Apr 2004 09:35:47 +0000 (09:35 -0000)]
* MethodResponse.cs, ReturnMessage.cs: Added null checks.

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

20 years ago* HttpServer.cs: Removed dead code.
Lluis Sanchez [Fri, 30 Apr 2004 09:25:15 +0000 (09:25 -0000)]
* HttpServer.cs: Removed dead code.

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

20 years ago * SoapClientFormatterSink.cs: The deserialized message can be actually a
Lluis Sanchez [Fri, 30 Apr 2004 09:23:42 +0000 (09:23 -0000)]
* SoapClientFormatterSink.cs: The deserialized message can be actually a
  SoapFault. Taken this into account.
* SoapMessageFormatter.cs: Added FormatFault method. In FormatResponse(),
  the array of output parameters must also include placeholders for the
  input parameters (set to null).
  ParameterInfo.IsOut does not correspond to the "out" keyword in C#, but
  to the OutAttribute applied to parameters. There can be input parameters
  with the OutAttribute. Fixed this in a couple of places.
  Added CreateSoapMessage method, which creates a SoapMessage including
  the parameter types (only for responses, since for requests the target
  method is not known).
* SoapServerFormatterSink.cs: Use soapMsgFormatter.CreateSoapMessage to
  create the SoapMessage.

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

20 years agoAdding status checks in StringFormat.cs.
Ravindra [Fri, 30 Apr 2004 09:18:29 +0000 (09:18 -0000)]
Adding status checks in StringFormat.cs.

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

20 years ago * SoapReader.cs: If the SoapMessage instance being filled includes the
Lluis Sanchez [Fri, 30 Apr 2004 09:04:06 +0000 (09:04 -0000)]
* SoapReader.cs: If the SoapMessage  instance being filled includes the
  array of parameter types, use those to deserialize the parameter values.
  Use the new method SoapTypeMapper.ParseXsdValue() to parse primitive values.
* SoapTypeMapper.cs: Added GetXsdValue and ParseXsdValue.
* SoapWriter.cs: Always include parameter types when serializing a message.
  MS.NET does it.

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

20 years agoChangeLog: Updated ChangeLog
Sanja Gupta [Fri, 30 Apr 2004 08:44:02 +0000 (08:44 -0000)]
ChangeLog: Updated ChangeLog
Image.cs: Now make uniform function calls for differnt platforms.
gdipFunctions.cs: Removed *IX specific calls

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