mono.git
19 years ago2005-01-31 Geoff Norton <gnorton@customerdna.com>
Geoff Norton [Tue, 1 Feb 2005 04:52:45 +0000 (04:52 -0000)]
2005-01-31  Geoff Norton  <gnorton@customerdna.com>

* Initial import of macpack

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

19 years ago2005-01-31 Geoff Norton <gnorton@customerdna.com>
Geoff Norton [Tue, 1 Feb 2005 04:40:02 +0000 (04:40 -0000)]
2005-01-31  Geoff Norton  <gnorton@customerdna.com>

        * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
        their parent at creation time rather than lazily later.  Fixes a major
        regression we were experiencing.

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

19 years agoUpdate version numbers
Miguel de Icaza [Tue, 1 Feb 2005 01:54:57 +0000 (01:54 -0000)]
Update version numbers

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

19 years agoUpdate version number
Miguel de Icaza [Tue, 1 Feb 2005 01:53:04 +0000 (01:53 -0000)]
Update version number

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

19 years ago2005-01-31 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 1 Feb 2005 01:13:28 +0000 (01:13 -0000)]
2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>

* Exception.cs: Added Data property for NET_2_0 (required for new
unit tests).

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

19 years ago * Stdlib.cs: Import "msvcrt", not "libc". These members are part of the
Jonathan Pryor [Tue, 1 Feb 2005 01:10:05 +0000 (01:10 -0000)]
* Stdlib.cs: Import "msvcrt", not "libc".  These members are part of the
  ANSI C standard, and thus should be present on Windows via msvcrt.dll
  (except snprintf, until they catch up to C99).  Change the calling
  convention of all functions to Cdecl, as the .NET default is Stdcall.
  Changing the calling convention isn't needed in Syscall, as it can only be
  run on Unix platforms anyway, where the default is Cdecl.
* Syscall.cs: Add LIBC member that points to the real "libc"; we can't use
  the imported definition from Stdlib as "msvcrt" doesn't exist on Unix.

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

19 years ago2005-01-31 Bernie Solomon <bernard@ugsolutions.com>
Bernie Solomon [Tue, 1 Feb 2005 01:02:53 +0000 (01:02 -0000)]
2005-01-31  Bernie Solomon  <bernard@ugsolutions.com>

* interp.c: fix typo

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

19 years ago2005-01-31 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Tue, 1 Feb 2005 01:01:52 +0000 (01:01 -0000)]
2005-01-31  Ben Maurer  <bmaurer@ximian.com>

* StringBuilder.cs (Remove): We need to do the check that the
string isnt being cached *before* we munge it.

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

19 years agoFix from Kazuki Oikaw
Miguel de Icaza [Tue, 1 Feb 2005 00:44:29 +0000 (00:44 -0000)]
Fix from Kazuki Oikaw

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

19 years ago * data/config.in: Add libraries msvcrt and MonoPosixHelper for use by
Jonathan Pryor [Tue, 1 Feb 2005 00:39:19 +0000 (00:39 -0000)]
* data/config.in: Add libraries msvcrt and MonoPosixHelper for use by
  Mono.Posix.dll.

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

19 years ago2005-01-31 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Tue, 1 Feb 2005 00:19:37 +0000 (00:19 -0000)]
2005-01-31  Ben Maurer  <bmaurer@ximian.com>

* marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
be set to null to keep things valid

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

19 years agoMoved the old Mono JIT
Miguel de Icaza [Mon, 31 Jan 2005 23:57:28 +0000 (23:57 -0000)]
Moved the old Mono JIT

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

19 years agoUpdated --security description and added directories being used for key containers...
Sebastien Pouliot [Mon, 31 Jan 2005 23:24:51 +0000 (23:24 -0000)]
Updated --security description and added directories being used for key containers and isolated storage.

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

19 years ago2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 31 Jan 2005 23:19:39 +0000 (23:19 -0000)]
2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ConsoleDriver.cs:
* TermInfoDriver.cs:
* IConsoleDriver.cs:
* Console.cs: added BufferWidth and BufferHeight.

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

19 years ago2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 31 Jan 2005 23:12:53 +0000 (23:12 -0000)]
2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ConsoleDriver.cs:
* Console.cs:
* TermInfoDriver.cs:
* IConsoleDriver.cs: added a few more properties and fixed cursor
addressing.

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

19 years ago * driver.c: Disabled SSAPRE until fix the bug that appears
Massimiliano Mantione [Mon, 31 Jan 2005 22:42:28 +0000 (22:42 -0000)]
* driver.c: Disabled SSAPRE until fix the bug that appears
in IronPython's parrotbench.

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

19 years agoLess noise, remove the warning on deprecated attributes for Tests
Miguel de Icaza [Mon, 31 Jan 2005 22:38:10 +0000 (22:38 -0000)]
Less noise, remove the warning on deprecated attributes for Tests

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

19 years ago2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 31 Jan 2005 22:34:30 +0000 (22:34 -0000)]
2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* configure.in: check for term.h and termios.h

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

19 years agoMake private
Miguel de Icaza [Mon, 31 Jan 2005 21:55:24 +0000 (21:55 -0000)]
Make private

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

19 years ago2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 31 Jan 2005 19:50:35 +0000 (19:50 -0000)]
2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* ConsoleDriver.cs: static class that forwards the Console 2.0 class
calls to the proper driver.
* TermInfoDriver.cs: terminfo based console driver.
* IConsoleDriver.cs: interface implemented by console drivers.

* ConsoleCancelEventArgs.cs:
* ConsoleCancelEventHandler.cs:

* ConsoleModifiers.cs:
* ConsoleSpecialKey.cs:
* ConsoleColor.cs:
* ConsoleKey.cs: new enumerations.

* ConsoleKeyInfo.cs: New file.

* TermInfoReader.cs: reader for terminfo capabilities files.

* TermInfoNumbers.cs:
* TermInfoBooleans.cs:
* TermInfoStrings.cs: enumations for terminfo property names.

* KnownTerminals.cs: byte arrays for selected terminals.

* Console.cs: added more 2.0 methods and implemented some of them.

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

19 years ago2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 31 Jan 2005 19:40:33 +0000 (19:40 -0000)]
2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* icall.c: added Console 2.0 icalls.
* Makefile.am: added console-io.[ch]
* console-io.[ch]: internal calls for Console 2.0 API.

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

19 years agoFix compilation for NET_2_0
Sebastien Pouliot [Mon, 31 Jan 2005 19:06:41 +0000 (19:06 -0000)]
Fix compilation for NET_2_0

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

19 years ago* corlib_test.dll.sources : Added new unit tests for System.IO.IsolatedStorage and...
Sebastien Pouliot [Mon, 31 Jan 2005 19:03:07 +0000 (19:03 -0000)]
* corlib_test.dll.sources : Added new unit tests for System.IO.IsolatedStorage and new CAS (*.Cas.cs) tests to the build.

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

19 years ago2005-01-31 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 31 Jan 2005 18:58:11 +0000 (18:58 -0000)]
2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>

* IsolatedStorageFileStreamTest.cs: New. Unit tests for
IsolatedStorageFileStream.
* IsolatedStorageFileTest.cs: New. Unit tests for IsolatedStorageFile.
* IsolatedStorageTest.cs: New. Unit tests for IsolatedStorage abstract
class.

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

19 years ago* corlib.dll.source: Added Microsoft.Win32.SafeHandles.SafeFileHandle,removed Isolate...
Sebastien Pouliot [Mon, 31 Jan 2005 18:47:03 +0000 (18:47 -0000)]
* corlib.dll.source: Added Microsoft.Win32.SafeHandles.SafeFileHandle,removed IsolatedStorageInfo and added IsolatedStorageFileEnumerator to the build.

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

19 years agoAdd test attribute, thanks Hari
Miguel de Icaza [Mon, 31 Jan 2005 18:46:27 +0000 (18:46 -0000)]
Add test attribute, thanks Hari

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

19 years ago2005-01-31 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 31 Jan 2005 18:44:52 +0000 (18:44 -0000)]
2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>

* IsolatedStorage.cs: Added checks to get identities.
* IsolatedStorageFile.cs: Added support for identities (assembly,
domain and, for 2.0, application).
* IsolatedStorageFileEnumerator.cs: New. Internal enumerator for
IsolatedStorageFile.
* IsolatedStorageFileStream.cs: Now use the new FileStream
constructor to ensure filestream name stays [Unknown].
* IsolatedStorageInfo.cs: Removed (no more required).
* IsolatedStorageScope.cs: Added new 2.0 scopes: Application and
Machine.

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

19 years ago2005-01-31 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 31 Jan 2005 18:38:05 +0000 (18:38 -0000)]
2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>

* FileStream.cs: Added new constructor to allow anonymous files (i.e.
when Name property is "[Unknown]") for IsolatedStorage. Added
SafeFileHandle property and a reference to Microsoft.Win32.SafeHandles
for the NET_2_0 profile.

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

19 years ago2005-01-31 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 31 Jan 2005 18:35:21 +0000 (18:35 -0000)]
2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>

* SafeFileHandle.cs: Class declaration to allow compiling System.IO
and System.IO.IsolatedStorage for the NET_2_0 profile.

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

19 years agoMon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Mon, 31 Jan 2005 17:50:12 +0000 (17:50 -0000)]
Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>

* class.c: make sure we consider all the interfaces
when calculating max_interface_id (bug found by
Jeroen Frijters running ikvm).

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

19 years agoIn Test/System.Data:
Sureshkumar T [Mon, 31 Jan 2005 16:31:32 +0000 (16:31 -0000)]
In Test/System.Data:
2005-01-31  Sureshkumar T  <tsureshkumar@novell.com>

* DataRowTest.cs: Added case for SetparentRow: create
DataRelations with createConstraints=false.  part of the test case
by Ankit Jain.

In System.Data:
2005-01-31  Sureshkumar T  <tsureshkumar@novell.com>

* DataRow.cs: SetParentRow (): use relation.ParentColumns &
relation.ChildColumns instead of relation.ChildKeyConstraint.*
because createConstrains flag may be false when creating data
relations. Hack along with Ankit Jain.

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

19 years ago2005-01-31 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 31 Jan 2005 15:53:41 +0000 (15:53 -0000)]
2005-01-31  Zoltan Varga  <vargaz@freemail.hu>

* aot.c (mono_compile_assembly): Get rid of Skip (other) messages.

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

19 years ago2005-01-31 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 31 Jan 2005 15:48:03 +0000 (15:48 -0000)]
2005-01-31  Zoltan Varga  <vargaz@freemail.hu>

* mini.c (mono_method_to_ir): Revert the previous change.

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

19 years ago2005-01-31 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 31 Jan 2005 15:29:02 +0000 (15:29 -0000)]
2005-01-31  Zoltan Varga  <vargaz@freemail.hu>

* mini.c (mono_method_to_ir): Do not inline ldfld and stfld wrappers
when AOT compiling.

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

19 years ago2005-01-31 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 31 Jan 2005 15:27:06 +0000 (15:27 -0000)]
2005-01-31  Atsushi Enomoto  <atsushi@ximian.com>

* NumberFormatInfo.cs : allow zero length sizes. patch by Kazuki
  Oikawa.

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

19 years ago2005-01-31 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 31 Jan 2005 15:16:02 +0000 (15:16 -0000)]
2005-01-31  Zoltan Varga  <vargaz@freemail.hu>

* tramp-x86.c (x86_magic_trampoline): Avoid calls to
mono_jit_info_table_find () etc. when running under valgrind.

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

19 years ago2005-01-31 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 31 Jan 2005 14:41:33 +0000 (14:41 -0000)]
2005-01-31  Zoltan Varga  <vargaz@freemail.hu>

* icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
valuetype fields to null.

* object.c (set_value): Ditto. Fixes #71669.

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

19 years ago2005-01-31 Nick Drochak <ndrochak@ieee.com>
Nick Drochak [Mon, 31 Jan 2005 14:07:35 +0000 (14:07 -0000)]
2005-01-31  Nick Drochak <ndrochak@ieee.com>

* ThreadTest.cs: SuspendAbort is not working it seems.

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

19 years ago2004-01-31 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Mon, 31 Jan 2005 14:06:49 +0000 (14:06 -0000)]
2004-01-31  Nick Drochak <ndrochak@ieee.org>

* TypeBuilderTest.cs: Put "NotWorking" on failing tests for mono.

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

19 years ago2005-01-31 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 31 Jan 2005 13:58:48 +0000 (13:58 -0000)]
2005-01-31  Zoltan Varga  <vargaz@freemail.hu>

       * inssel.brg: Fix warnings.

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

19 years ago2005-01-31 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Mon, 31 Jan 2005 13:36:46 +0000 (13:36 -0000)]
2005-01-31  Zoltan Varga  <vargaz@freemail.hu>

* mini-exceptions.c: Fix warnings.

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

19 years ago2005-01-31 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Mon, 31 Jan 2005 13:21:22 +0000 (13:21 -0000)]
2005-01-31  Nick Drochak <ndrochak@ieee.org>

* SoapServicesTest.cs: Pull out asserts that do not work on mono.
* SynchronizationAttributeTest.cs: Run test on mono, but not .NET.

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

19 years ago2005-01-31 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 31 Jan 2005 13:21:15 +0000 (13:21 -0000)]
2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>

* library.make: Exclude CAS category when running unit tests with
Mono (they can be run manually using --security). Added a define
for WINDOWS (only on Windows) to be used for declarative security
attributes ONLY.

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

19 years ago2005-01-31 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 31 Jan 2005 13:00:25 +0000 (13:00 -0000)]
2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>

* HashTest.cs: Oops, changed "NotWorking" to "NotDotNet".

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

19 years ago- ThemeWin32Classic.cs: more date time picker painting fixes
John BouAntoun [Mon, 31 Jan 2005 12:47:29 +0000 (12:47 -0000)]
- ThemeWin32Classic.cs: more date time picker painting fixes
- DateTimePicker.cs: more monthcalendar drop down fixes
- MonthCalendar.cs: more CreateParams fixes to ensure correct drop down

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

19 years ago2005-01-31 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 31 Jan 2005 12:41:33 +0000 (12:41 -0000)]
2005-01-31  Martin Baulig  <martin@ximian.com>

* driver.c (compile_all_methods_thread_main): Don't try to compile
generic methods or anything which has type parameters.

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

19 years ago2005-01-31 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 31 Jan 2005 12:40:54 +0000 (12:40 -0000)]
2005-01-31  Martin Baulig  <martin@ximian.com>

* metadata.c (mono_metadata_has_generic_params): New public
function; checks whether something is a generic method.

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

19 years ago2005-01-31 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Mon, 31 Jan 2005 12:39:28 +0000 (12:39 -0000)]
2005-01-31  Nick Drochak  <ndrochak@ieee.org>

* StringTest.cs: Some NotWorking tests fail on .NET too.  Fix the tests
and then try on mono.

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

19 years agoScrollBar fixes
Jordi Mas i Hernandez [Mon, 31 Jan 2005 10:49:44 +0000 (10:49 -0000)]
ScrollBar fixes

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

19 years ago2005-01-31 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 31 Jan 2005 09:02:07 +0000 (09:02 -0000)]
2005-01-31  Atsushi Enomoto  <atsushi@ximian.com>

* DataView.cs :some interface implementations.

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

19 years agoRemoved the non-existant test-340.cs.
Martin Baulig [Mon, 31 Jan 2005 06:59:18 +0000 (06:59 -0000)]
Removed the non-existant test-340.cs.

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

19 years agoFix
Miguel de Icaza [Mon, 31 Jan 2005 06:08:42 +0000 (06:08 -0000)]
Fix

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

19 years agoUpdate test, Kazuki fixed 71297
Miguel de Icaza [Mon, 31 Jan 2005 06:07:43 +0000 (06:07 -0000)]
Update test, Kazuki fixed 71297

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

19 years agoAnother bug fix from Kazuki, fixes bug: 71297
Miguel de Icaza [Mon, 31 Jan 2005 06:06:57 +0000 (06:06 -0000)]
Another bug fix from Kazuki, fixes bug: 71297

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

19 years agoCommit test from mei@work.email.ne.jp, fixes 70451
Miguel de Icaza [Mon, 31 Jan 2005 06:01:15 +0000 (06:01 -0000)]
Commit test from mei@work.email.ne.jp, fixes 70451

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

19 years ago2005-01-31 mei (mei@work.email.ne.jp)
Miguel de Icaza [Mon, 31 Jan 2005 05:56:24 +0000 (05:56 -0000)]
2005-01-31  mei (mei@work.email.ne.jp)

* RegistryKey.cs: Fixes bug 70451: When the key doesn't exist, and
the default value is not specified, it is necessary to return
null. and DecodeString function's bug is fixed.

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

19 years agoAdd new tests, enable old friends
Miguel de Icaza [Mon, 31 Jan 2005 05:43:59 +0000 (05:43 -0000)]
Add new tests, enable old friends

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

19 years ago2005-01-31 Kazuki Oikawa <kazuki@panicode.com>
Miguel de Icaza [Mon, 31 Jan 2005 05:35:20 +0000 (05:35 -0000)]
2005-01-31  Kazuki Oikawa <kazuki@panicode.com>

* Patch from Kazuki Oikawa <kazuki@panicode.com> that replaces the
old Integer and Floating point number string formatter with a new
formatter that is more compliant.

This fixes: http://bugzilla.ximian.com/show_bug.cgi?id=71286

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

19 years ago- Removed debug output
Peter Dennis Bartok [Mon, 31 Jan 2005 01:54:01 +0000 (01:54 -0000)]
- Removed debug output
- Setting proper foreground and background color for TextBox
- Added workaround for Form VisibleChanged notifications

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 22:34:14 +0000 (22:34 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* aot.c: Avoid costly calls to mono_method_full_name in tracing code and fix memory leaks.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 22:30:50 +0000 (22:30 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* mono-logger.c (mono_trace_is_traced): Fix comment.

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

19 years ago2005-01-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sun, 30 Jan 2005 20:22:15 +0000 (20:22 -0000)]
2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>

* PermissionSetTest.cs: Changed [Ignore] to [Category("NotDotNet")] to
reduce nunit logs.
* SecurityElementTest.cs: Changed [Ignore] to [Category("NotDotNet")]
to reduce nunit logs.
* SecurityManagerTest.cs: Changed [Ignore] to [Category("NotDotNet")]
to reduce nunit logs.

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

19 years ago2005-01-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sun, 30 Jan 2005 20:12:44 +0000 (20:12 -0000)]
2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>

* PasswordDeriveBytesTest.cs: Changed [Ignore] to [Category
("NotWorking")] to reduce nunit logs.

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

19 years ago2005-01-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sun, 30 Jan 2005 20:09:00 +0000 (20:09 -0000)]
2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>

* HashTest.cs: Changed [Ignore] to [Category("NotWorking")] to reduce
nunit logs.

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

19 years ago2005-01-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sun, 30 Jan 2005 20:00:11 +0000 (20:00 -0000)]
2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>

* DSA.cs: Really fixed case where DSAParameters.Counter is 0.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 19:38:25 +0000 (19:38 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* mono-logger.h mono-logger.c (mono_trace_is_traced): New helper function.

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

19 years agoSun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sun, 30 Jan 2005 19:07:04 +0000 (19:07 -0000)]
Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>

* appdomain.c: fix infinite recursion when adding assemblies.

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

19 years ago2005-01-30 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sun, 30 Jan 2005 15:52:46 +0000 (15:52 -0000)]
2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
* object.c: Fix small typo to return all items for Environment.
GetCommandLineArgs.

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

19 years agoSun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Sun, 30 Jan 2005 15:38:33 +0000 (15:38 -0000)]
Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>

* domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
reflection.c: more domain and assembly-unload related fixes
and memory leaks plugs.

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

19 years ago2005-01-30 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Sun, 30 Jan 2005 14:06:09 +0000 (14:06 -0000)]
2005-01-30  Nick Drochak  <ndrochak@ieee.org>

* ComplexDataStructure.cs:
* DeserializationTests.cs: Ignore failures on .NET

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 13:41:58 +0000 (13:41 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* Al.cs: Fix spitting of newlines.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 13:31:55 +0000 (13:31 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* Al.cs: Add support for response files. Fixes #71949.

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

19 years ago2005-01-26 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Sun, 30 Jan 2005 13:17:56 +0000 (13:17 -0000)]
2005-01-26  Nick Drochak  <ndrochak@ieee.org>

* XmlValidatingReaderTests.cs: Move MS.NET bug-exposing test to a new
test method and ignore it on .NET.

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

19 years ago2005-01-30 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Sun, 30 Jan 2005 13:16:51 +0000 (13:16 -0000)]
2005-01-30  Nick Drochak <ndrochak@ieee.org>

* XmlSchemaTests.cs: Use less strict test. Probably the order of the
namespaces is not required to be in any particular order.

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

19 years ago2005-01-30 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Sun, 30 Jan 2005 12:26:41 +0000 (12:26 -0000)]
2005-01-30  Nick Drochak  <ndrochak@ieee.org>

* StringTest.cs: Surgically remove some failing tests.

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

19 years ago2005-01-29 Ritvik Mayank <mritvik@novell.com>
Ritvik Mayank [Sun, 30 Jan 2005 11:35:39 +0000 (11:35 -0000)]
2005-01-29  Ritvik Mayank  <mritvik@novell.com>
* ecore.cs :
* class.cs :
* cfold.cs :
* attribute.cs :
* statement.cs :
* mb-parser.jay :
Changed for reflecting correct Error Number/Message.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 10:17:06 +0000 (10:17 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* libtest.c: Fix some warnings.

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

19 years ago2005-01-30 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sun, 30 Jan 2005 10:14:53 +0000 (10:14 -0000)]
2005-01-30  Atsushi Enomoto  <atsushi@ximian.com>

* Int32.cs : (FindSign) IndexOf() is better than creating substring.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 10:08:02 +0000 (10:08 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* get.c dis-cil.c dump.c: Fix 64 bit warnings.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 10:03:59 +0000 (10:03 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* class.c loader.c security.c loader.h process.c threads.c mono-debug-debugger.c profiler.c marshal.c rand.cpedump.c: Fix 64 bit warnings.

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

19 years ago* System.Windows.Forms.dll.Sources: Added DateTimePicker.cs and
John BouAntoun [Sun, 30 Jan 2005 09:44:57 +0000 (09:44 -0000)]
* System.Windows.Forms.dll.Sources: Added DateTimePicker.cs and
  DateTimePickerFormat.cs
* Theme: Added DrawDateTimePicker to interface
* ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
* DateTimePicker.cs: Created (still needs keys and painting code)
* DateTimePickerFormat.cs: added
* MonthCalendar.cs: fixed CreateParams for popup window mode

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 09:41:16 +0000 (09:41 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* TestDriver.cs: Add --verbose flags.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 09:40:18 +0000 (09:40 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* graph.c ssa.c: Fix 64 bit warnings.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 09:39:10 +0000 (09:39 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* abcremoval.h ssapre.h abcremoval.c ssapre.c mini.c tramp-amd64.c
trace.c mini-exceptions.c linear-scan.c inssel-amd64.brg inssel.brg:
Fix 64 bit warnings.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 08:53:06 +0000 (08:53 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* mini-amd64.c (mono_arch_output_basic_block): Fix uninitialized
variable not spotted by gcc.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 08:06:04 +0000 (08:06 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* runtime/Makefile.am (mcs-compileall): Disable this for the 2.0
profile because of bug #71963.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 07:41:30 +0000 (07:41 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* mini-amd64.c inssel-amd64.brg: Applied patch from
Willibald Krenn <Willibald.Krenn@gmx.at>. Clean up usage of
X86_COMPARE_MEMBASE opcodes.

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

19 years ago2005-01-30 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 30 Jan 2005 07:18:14 +0000 (07:18 -0000)]
2005-01-30  Zoltan Varga  <vargaz@freemail.hu>

* exceptions-amd64.c (mono_arch_find_jit_info): Fix AMD64 build.

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

19 years ago- Fixed ScrollBar size defaults
Peter Dennis Bartok [Sun, 30 Jan 2005 06:33:35 +0000 (06:33 -0000)]
- Fixed ScrollBar size defaults
- Fixed luminace value returned on achromatic colors in ControlPaint.ColorHBS

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

19 years ago- Fixed calculations of HSV numbers. Previous implementation returned wrong
Peter Dennis Bartok [Sun, 30 Jan 2005 06:29:01 +0000 (06:29 -0000)]
- Fixed calculations of HSV numbers. Previous implementation returned wrong
  numbers and NaN on achromatic colors

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

19 years agoIn mono/metadata:
Ben Maurer [Sun, 30 Jan 2005 03:06:32 +0000 (03:06 -0000)]
In mono/metadata:
2005-01-29  Ben Maurer  <bmaurer@ximian.com>

* loader.c (mono_method_signature): Make this method lazy
(mono_get_method_from_token): Don't computate the signature here.

Doing this saves quite a bit of memory. I got 90 kb on starting up
monodoc. It should also save some disk reads on startup.

* *: MonoMethod->signature might be NULL now. You *MUST* use
mono_method_signature.

In mono/mini:
2005-01-29  Ben Maurer  <bmaurer@ximian.com>

* *: MonoMethod->signature might be NULL now. You *MUST* use
        mono_method_signature.

In mono/interpreter:
2005-01-29  Ben Maurer  <bmaurer@ximian.com>

* *: MonoMethod->signature might be NULL now. You *MUST* use
mono_method_signature.

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

19 years ago2004-01-30 Nick Drochak <ndrochak@ieee.org>
Nick Drochak [Sun, 30 Jan 2005 01:32:52 +0000 (01:32 -0000)]
2004-01-30  Nick Drochak <ndrochak@ieee.org>

* ModuleBuilderTest.cs: Avoid path length exceptions on Windows.

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

19 years agoMoved the now deprecated System.Windows.Forms
Miguel de Icaza [Sun, 30 Jan 2005 01:25:13 +0000 (01:25 -0000)]
Moved the now deprecated System.Windows.Forms

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

19 years ago- Implemented SystemInformation class
Peter Dennis Bartok [Sun, 30 Jan 2005 01:06:00 +0000 (01:06 -0000)]
- Implemented SystemInformation class
- Fixed menu visibility on Win32
- Preventing Popup menus from popping up partially offscreen

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

19 years ago * Stdlib.cs: sys_* functions shouldn't be public.
Jonathan Pryor [Sun, 30 Jan 2005 00:29:39 +0000 (00:29 -0000)]
* Stdlib.cs: sys_* functions shouldn't be public.

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

19 years agoShut up compiler
Miguel de Icaza [Sat, 29 Jan 2005 23:26:43 +0000 (23:26 -0000)]
Shut up compiler

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

19 years ago2005-01-29 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 29 Jan 2005 20:36:51 +0000 (20:36 -0000)]
2005-01-29  Zoltan Varga  <vargaz@freemail.hu>

* EnvironmentTest.cs: Reenable command line args test.

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

19 years ago2005-01-29 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sat, 29 Jan 2005 20:36:03 +0000 (20:36 -0000)]
2005-01-29  Zoltan Varga  <vargaz@freemail.hu>

* object.c (mono_runtime_get_main_args): Return an array from the
current domain here. Fixes #71938.

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

19 years agoIn System.Collections.Generic:
Ben Maurer [Sat, 29 Jan 2005 18:56:34 +0000 (18:56 -0000)]
In System.Collections.Generic:
2005-01-29  Ben Maurer  <bmaurer@ximian.com>

* Queue.cs: `duh' bugs.

In Test/System.Collections.Generic:
2005-01-29  Ben Maurer  <bmaurer@ximian.com>

* QueueTest.cs: new Test.

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

19 years ago2005-01-29 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Sat, 29 Jan 2005 18:19:23 +0000 (18:19 -0000)]
2005-01-29  Miguel de Icaza  <miguel@novell.com>

* pending.cs: Produce better code (no nops produced by using Ldarg
+ value).

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