mono.git
20 years ago * MessageFormatter.cs: In the all-are-primitive case, serialize Args,
Lluis Sanchez [Mon, 3 May 2004 11:47:27 +0000 (11:47 -0000)]
* MessageFormatter.cs: In the all-are-primitive case, serialize Args,
  not OutArgs.

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

20 years ago* MethodResponse.cs, ReturnMessage.cs: More null checks.
Lluis Sanchez [Mon, 3 May 2004 11:42:06 +0000 (11:42 -0000)]
* MethodResponse.cs, ReturnMessage.cs: More null checks.

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

20 years agoXmlSerializer.cs: Enable serializer generation by default.
Lluis Sanchez [Mon, 3 May 2004 11:38:52 +0000 (11:38 -0000)]
XmlSerializer.cs: Enable serializer generation by default.

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

20 years ago2004-05-03 Marek Safar <marek.safar@seznam.cz>
Marek Safar [Mon, 3 May 2004 07:21:41 +0000 (07:21 -0000)]
2004-05-03 Marek Safar <marek.safar@seznam.cz>

* cs0579-3.cs,
* cs0592-7.cs,
* cs0626.cs: 3 new error tests.

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

20 years agoMon May 3 08:34:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 3 May 2004 05:58:25 +0000 (05:58 -0000)]
Mon May 3 08:34:32 CEST 2004 Paolo Molaro <lupus@ximian.com>

* main.c, defs.h: use the proper header files instead of broken
prototypes (thanks to Marcus for reporting).

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

20 years ago2004-05-03 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Mon, 3 May 2004 04:18:55 +0000 (04:18 -0000)]
2004-05-03  Miguel de Icaza  <miguel@ximian.com>

* codegen.cs: Add patch from Robert Shade
<rshade@dvsconsulting.com>, use FileAccess.Read on the keyfile, to

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

20 years agoDo not remove files on make clean for regular users
Miguel de Icaza [Mon, 3 May 2004 03:43:10 +0000 (03:43 -0000)]
Do not remove files on make clean for regular users

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

20 years agoExitcode fix
Miguel de Icaza [Sun, 2 May 2004 22:58:37 +0000 (22:58 -0000)]
Exitcode fix

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

20 years agoIgnore error on uninstall, we have a greedy removed
Miguel de Icaza [Sun, 2 May 2004 22:28:12 +0000 (22:28 -0000)]
Ignore error on uninstall, we have a greedy removed

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

20 years agoflush
Miguel de Icaza [Sun, 2 May 2004 22:05:13 +0000 (22:05 -0000)]
flush

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

20 years ago2004-05-02 Duncan Mak <duncan@ximian.com>
Duncan Mak [Sun, 2 May 2004 21:16:02 +0000 (21:16 -0000)]
2004-05-02  Duncan Mak  <duncan@ximian.com>

* ByteFX.Data/AssemblyInfo.cs:
* Mono.GetOptions/AssemblyInfo.cs:
* Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
attributes for versioning (1.0 vs. 1.1 vs. 2.0).

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

20 years ago2004-05-02 Duncan Mak <duncan@ximian.com>
Duncan Mak [Sun, 2 May 2004 21:09:34 +0000 (21:09 -0000)]
2004-05-02  Duncan Mak  <duncan@ximian.com>

* ByteFX.Data/AssemblyInfo.cs:
* Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
attributes for versioning (1.0 vs. 1.1 vs. 2.0).

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

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

* AssemblyInfo.cs: Now that bug #57941 (incomplete key pairs) is fixed
we now use nunit.key to sign their assemblies.

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

20 years ago2004-05-02 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sun, 2 May 2004 19:58:31 +0000 (19:58 -0000)]
2004-05-02  Sebastien Pouliot  <sebastien@ximian.com>

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

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

20 years ago2004-05-02 Duncan Mak <duncan@ximian.com>
Duncan Mak [Sun, 2 May 2004 19:40:04 +0000 (19:40 -0000)]
2004-05-02  Duncan Mak  <duncan@ximian.com>

* Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
attributes for versioning (1.0 vs. 1.1 vs. 2.0).

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

20 years ago2004-05-02 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sun, 2 May 2004 19:19:13 +0000 (19:19 -0000)]
2004-05-02  Sebastien Pouliot  <sebastien@ximian.com>

* AssemblyInfo.cs: Added missing using clause. Fixed the build.

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

20 years agoVersion
Miguel de Icaza [Sun, 2 May 2004 18:50:20 +0000 (18:50 -0000)]
Version

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

20 years agoThis did not make it
Miguel de Icaza [Sun, 2 May 2004 18:49:42 +0000 (18:49 -0000)]
This did not make it

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

20 years agoSun May 2 20:12:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sun, 2 May 2004 17:37:04 +0000 (17:37 -0000)]
Sun May 2 20:12:22 CEST 2004 Paolo Molaro <lupus@ximian.com>

* mini.c, mini-ops, inssel-long32.brg: speedup ulong >> 32
(also works around a weird ppc bug: 57957).

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

20 years agoUse EXTRA_DIST, the dist_ hack is not compatible with automake 1.4.
Paolo Molaro [Sun, 2 May 2004 17:26:50 +0000 (17:26 -0000)]
Use EXTRA_DIST, the dist_ hack is not compatible with automake 1.4.

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

20 years agover
Ben Maurer [Sun, 2 May 2004 16:35:08 +0000 (16:35 -0000)]
ver

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

20 years agoFirst batch of changes
Miguel de Icaza [Sun, 2 May 2004 16:22:24 +0000 (16:22 -0000)]
First batch of changes

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

20 years agoversion
Ben Maurer [Sun, 2 May 2004 16:21:35 +0000 (16:21 -0000)]
version

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

20 years agoOutput first to a temp file, in case jay fails.
Paolo Molaro [Sun, 2 May 2004 08:56:40 +0000 (08:56 -0000)]
Output first to a temp file, in case jay fails.

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

20 years agoFix
Miguel de Icaza [Sun, 2 May 2004 04:34:39 +0000 (04:34 -0000)]
Fix

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

20 years ago2004-05-02 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sun, 2 May 2004 03:34:48 +0000 (03:34 -0000)]
2004-05-02  Miguel de Icaza  <miguel@ximian.com>

* mono-sha1.c: MacOS X defines "LITTLE_ENDIAN", you are supposed
to test against BYTE_ORDER, and this caused trouble.  We now use
G_BYTE_ORDER and G_LITTLE_ENDIAN.  This should fix the MacOS woes.

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

20 years agothat was a useless patch
Miguel de Icaza [Sun, 2 May 2004 02:31:58 +0000 (02:31 -0000)]
that was a useless patch

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

20 years agoEndian fix, attempt for the Mac
Miguel de Icaza [Sun, 2 May 2004 01:30:17 +0000 (01:30 -0000)]
Endian fix, attempt for the Mac

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

20 years agosome nice little micro-benchmarks
Ben Maurer [Sat, 1 May 2004 23:39:27 +0000 (23:39 -0000)]
some nice little micro-benchmarks

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

20 years agomore java code from Mainsoft converted, cleaned
Dennis Hayes [Sat, 1 May 2004 20:44:06 +0000 (20:44 -0000)]
more java code from Mainsoft converted, cleaned

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

20 years agoEnable JIT by default, add flags for GC thread support.
Paolo Molaro [Sat, 1 May 2004 20:16:00 +0000 (20:16 -0000)]
Enable JIT by default, add flags for GC thread support.

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

20 years agoSat May 1 16:56:10 EDT 2004 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sat, 1 May 2004 20:15:00 +0000 (20:15 -0000)]
Sat May 1 16:56:10 EDT 2004 Paolo Molaro <lupus@ximian.com>

* tramp-ppc.c: trampoline fixes.

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

20 years agoFlush
Miguel de Icaza [Sat, 1 May 2004 19:17:44 +0000 (19:17 -0000)]
Flush

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

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

        * gacutil.cs: copy the config file, not the assembly again.

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

20 years ago2004-05-01 Miguel de Icaza <miguel@ximian.com>
Miguel de Icaza [Sat, 1 May 2004 18:16:08 +0000 (18:16 -0000)]
2004-05-01  Miguel de Icaza  <miguel@ximian.com>

* assembly.c (mono_assembly_load_references): Add a compatibility
hack to run old applications that might be still referencing the
3300-based assemblies, only do this for System.xxx.

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

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