mono.git
17 years ago2007-01-25 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 25 Jan 2007 10:32:13 +0000 (10:32 -0000)]
2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>

* DateTime.cs : copy Kind in those members that return DateTime.
  Fixed bug #80614.

* DateTimeTest.cs : test for copying Kind property.

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

17 years agodescribe only supported bindings and never HttpPostLocalhost
Konstantin Triger [Thu, 25 Jan 2007 09:59:09 +0000 (09:59 -0000)]
describe only supported bindings and never HttpPostLocalhost

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

17 years ago2007-01-25 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Thu, 25 Jan 2007 09:57:57 +0000 (09:57 -0000)]
2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>

* SignedXml.cs : for DataObject, copy namespaces in Data into Object
  element itself. I haven't solved the puzzle on why it is needed
  though.

* SignedXmlTest.cs : enable SignElementWithPrefixedNamespace().

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

17 years agosupport test page using POST request
Konstantin Triger [Thu, 25 Jan 2007 09:53:00 +0000 (09:53 -0000)]
support test page using POST request

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

17 years agoUse System.IO tests for TARGET_JVM.
Boris Kirzner [Thu, 25 Jan 2007 09:48:45 +0000 (09:48 -0000)]
Use System.IO tests for TARGET_JVM.

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

17 years ago* LoginTest.cs: removed NotWorking attribute
Vladimir Krasnov [Thu, 25 Jan 2007 09:32:17 +0000 (09:32 -0000)]
* LoginTest.cs: removed NotWorking attribute

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

17 years agoMerge gh20preview2 branch (revisions 70670:71411)
Noam Lampert [Thu, 25 Jan 2007 08:46:55 +0000 (08:46 -0000)]
Merge gh20preview2 branch (revisions 70670:71411)

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

17 years ago2007-01-24 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Gonzalo Paniagua Javier [Thu, 25 Jan 2007 06:12:54 +0000 (06:12 -0000)]
2007-01-24 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>

* StreamReader.cs: fix for bug #75526. We return earlier from Read () if
the underlying stream might block or end on the next read.

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

17 years agofix this in a better way
Chris Toshok [Thu, 25 Jan 2007 00:32:24 +0000 (00:32 -0000)]
fix this in a better way

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

17 years ago2007-01-24 Chris Toshok <toshok@ximian.com>
Chris Toshok [Thu, 25 Jan 2007 00:26:47 +0000 (00:26 -0000)]
2007-01-24  Chris Toshok  <toshok@ximian.com>

* XplatUIX11.cs: fix the wake_waiting logic - we always clear the
wake_waiting flag, not just when there's data to be read.  if we
don't, then future wakeup's won't reach us and we'll be doomed to
wait for the entire 1 second timeout forever (unless there are X
events to be had).

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

17 years agoNew tests and updates.
Marek Safar [Thu, 25 Jan 2007 00:20:04 +0000 (00:20 -0000)]
New tests and updates.

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

17 years ago2007-01-25 Marek Safar <marek.safar@gmail.com>
Marek Safar [Thu, 25 Jan 2007 00:18:28 +0000 (00:18 -0000)]
2007-01-25  Marek Safar  <marek.safar@gmail.com>

* expression.cs (CheckUselessComparison): Add additional check for char
constants.

* namespace.cs: Fixed typo.

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

17 years ago2007-01-25 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 24 Jan 2007 23:46:05 +0000 (23:46 -0000)]
2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>

* SimpleCollator.cs : GetTailContraction() was broken to pick correct
  contraction/special sortkey out and thus LastIndexOf() failed when
  it is involved. Fixed bug #80612.

* CompareInfoTest.cs : added test for bug #80612.

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

17 years agoWed Jan 24 23:20:17 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 24 Jan 2007 22:24:14 +0000 (22:24 -0000)]
Wed Jan 24 23:20:17 CET 2007 Paolo Molaro <lupus@ximian.com>

* mono-codeman.c: don't call mono_mprotect() on windows.

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

17 years agoAvoid declaration warning.
Paolo Molaro [Wed, 24 Jan 2007 22:16:31 +0000 (22:16 -0000)]
Avoid declaration warning.

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

17 years ago* FormTest.cs: Added NotWorking test for bug #80604.
Gert Driesen [Wed, 24 Jan 2007 21:04:43 +0000 (21:04 -0000)]
* FormTest.cs: Added NotWorking test for bug #80604.
* ColumnHeaderTest.cs: Added tests for bug #80607. Added test for
properties introduced in 2.0 profile.

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

17 years ago2007-01-24 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Wed, 24 Jan 2007 21:01:29 +0000 (21:01 -0000)]
2007-01-24  Jonathan Pobst  <monkey@jpobst.com>

* ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
until you pass Items.Count, not Items.Count - 1 like 1.1.

2007-01-24  Jonathan Pobst  <monkey@jpobst.com>

* ComboBoxTest.cs: Add FindStringExactMaxExceptionNet20 test.
* FormTest.cs: Mark BehaviorResizeOnBorderStyleChangedNotVisible as NotWorking,
it's values match MS only.
* LabelTest.cs: Mark AutoSizeChangedChangedTest as Ignore for 2.0 until it is
reworked.
* ToolStripTextBoxTest.cs: Mark PropertyModified as Ignore until a bug in TextBox
is fixed.  Same for Constructor: A12.

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

17 years ago* ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
Gert Driesen [Wed, 24 Jan 2007 20:42:06 +0000 (20:42 -0000)]
* ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.

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

17 years ago2007-01-24 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Wed, 24 Jan 2007 20:16:32 +0000 (20:16 -0000)]
2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* ControlTest.cs: Marked OnPaintDoubleBufferedTest as Interactive,
they'll only work if you actually have a display to show them on.

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

17 years agoWed Jan 24 21:00:40 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 24 Jan 2007 20:01:27 +0000 (20:01 -0000)]
Wed Jan 24 21:00:40 CET 2007 Paolo Molaro <lupus@ximian.com>

* arm/arm-codegen.h: fixed encoding of short/byte load/store
instructions with negative immediate offsets.

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

17 years ago2007-01-24 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Wed, 24 Jan 2007 19:28:47 +0000 (19:28 -0000)]
2007-01-24  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * MonoLocationHelper.cs: Made class internal. It will be removed soon
        (all its functionality is in ToolLocationHelper and it wasn't
        documented yet)

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

17 years ago2006-01-24 Chris Toshok <toshok@ximian.com>
Chris Toshok [Wed, 24 Jan 2007 19:27:56 +0000 (19:27 -0000)]
2006-01-24  Chris Toshok  <toshok@ximian.com>

[ these fix nunit built with MS .net 2.0, running on mono.  nunit
apparently stores all manner of things in its resources ]

* NumberFormatInfo.cs: add unused nativeDigits and
digitSubstitution fields that MS serializes.

* DateTimeFormatInfo.cs: serialization fixes.  MS apparently
stores (and serializes) a couple of fields as ints, but exposes
them to programmers as Enum's.

* CompareInfo.cs: add unused m_name field that MS serializes.

* GregorianCalendar.cs: add a couple of unused fields that MS serializes.

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

17 years ago2007-01-24 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Wed, 24 Jan 2007 19:26:14 +0000 (19:26 -0000)]
2007-01-24  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * GetFrameworkPath.cs
        * GetFrameworkSdkPath.cs: Changed to use ToolLocationHelper instead of
        MonoLocationHelper.

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

17 years agorevert, this was a mistake
Miguel de Icaza [Wed, 24 Jan 2007 18:37:03 +0000 (18:37 -0000)]
revert, this was a mistake

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

17 years agofix
Miguel de Icaza [Wed, 24 Jan 2007 18:33:28 +0000 (18:33 -0000)]
fix

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

17 years agoWed Jan 24 19:10:28 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 24 Jan 2007 18:10:54 +0000 (18:10 -0000)]
Wed Jan 24 19:10:28 CET 2007 Paolo Molaro <lupus@ximian.com>

* mini-arm.h: use soft-float also on vfp for now.

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

17 years ago2007-01-24 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Wed, 24 Jan 2007 17:29:21 +0000 (17:29 -0000)]
2007-01-24  Jonathan Pobst  <monkey@jpobst.com>

* ToolStripContainer.cs: The recent Dock fix exposed that I was
adding the panels in the wrong order.

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

17 years ago * TextBoxBase.cs: When we move the caret we also need to move
Jackson Harper [Wed, 24 Jan 2007 17:05:29 +0000 (17:05 -0000)]
    * TextBoxBase.cs: When we move the caret we also need to move
        * the
        selection, this fixes some random crashing after doing select
        text, unselect, delete a char, paste.

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

17 years ago * ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test.
Everaldo Canuto [Wed, 24 Jan 2007 16:50:16 +0000 (16:50 -0000)]
* ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test.

2007-01-23  Everaldo Canuto  <everaldo@simios.org>

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

17 years agoTypo fix
Miguel de Icaza [Wed, 24 Jan 2007 16:18:27 +0000 (16:18 -0000)]
Typo fix

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

17 years ago2007-01-24 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 24 Jan 2007 16:15:58 +0000 (16:15 -0000)]
2007-01-24  Dick Porter  <dick@ximian.com>

* IOControlCode.cs:
* SocketInformationOptions.cs:
* TransmitFileOptions.cs: Fix enum values

* AddressFamily.cs: Not Serializable in the 2.0 profile

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

17 years agoadded support for testing using POST requests
Konstantin Triger [Wed, 24 Jan 2007 16:13:34 +0000 (16:13 -0000)]
added support for testing using POST requests

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

17 years agoupdate supported protocols defaults
Konstantin Triger [Wed, 24 Jan 2007 16:07:37 +0000 (16:07 -0000)]
update supported protocols defaults

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

17 years ago2007-01-24 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 24 Jan 2007 16:02:09 +0000 (16:02 -0000)]
2007-01-24  Zoltan Varga  <vargaz@gmail.com>

* class.c (mono_class_layout_fields): When force-aligning a field, make sure
we doesn't decrease its alignment. Should fix the sparc build.

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

17 years ago2007-01-24 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 24 Jan 2007 15:26:47 +0000 (15:26 -0000)]
2007-01-24  Dick Porter  <dick@ximian.com>

* NetworkStream.cs: 2.0 profile updates, based on a patch by
Sridhar Kulkarni (sridharkulkarni@gmail.com)

2007-01-24  Dick Porter  <dick@ximian.com>

* NetworkStreamTest.cs: Test 2.0 ReadTimeout property

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

17 years ago2007-01-24 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 24 Jan 2007 15:26:19 +0000 (15:26 -0000)]
2007-01-24  Dick Porter  <dick@ximian.com>

* socket-io.c
(ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
Create the returned object if we need to ignore an unsupported
socket option.  Fixes a segfault reported by Atsushi.

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

17 years agoFixed s390* build...
Paolo Molaro [Wed, 24 Jan 2007 15:21:02 +0000 (15:21 -0000)]
Fixed s390* build...

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

17 years agoTARGET_JVM: ifdef unsupported stuff
Konstantin Triger [Wed, 24 Jan 2007 14:32:12 +0000 (14:32 -0000)]
TARGET_JVM: ifdef unsupported stuff

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

17 years ago* TextBox.cs: implemented AutoCompleteType property, fixed AddAttributesToRender
Vladimir Krasnov [Wed, 24 Jan 2007 13:59:04 +0000 (13:59 -0000)]
* TextBox.cs: implemented AutoCompleteType property, fixed AddAttributesToRender
* TextBoxTest.cs: removed NotWorking attribute

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

17 years agoWed Jan 24 14:54:40 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 24 Jan 2007 13:54:49 +0000 (13:54 -0000)]
Wed Jan 24 14:54:40 CET 2007 Paolo Molaro <lupus@ximian.com>

* mini.c: fix some more soft-float issues.

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

17 years ago2007-01-24 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 24 Jan 2007 13:31:58 +0000 (13:31 -0000)]
2007-01-24  Zoltan Varga  <vargaz@gmail.com>

* mini-sparc.h (MONO_ARCH_FRAME_ALIGNMENT): Fix sparc build.

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

17 years ago * Page.cs: fixed CheckForValidationSupport, SupportsEventValidationAttribute should...
Vladimir Krasnov [Wed, 24 Jan 2007 12:58:50 +0000 (12:58 -0000)]
 * Page.cs: fixed CheckForValidationSupport, SupportsEventValidationAttribute should be checked at only one level\n * TableTest.cs: removed NotWorking attribute

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

17 years agoFix the build...
Paolo Molaro [Wed, 24 Jan 2007 11:10:01 +0000 (11:10 -0000)]
Fix the build...

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

17 years ago * mini-arch.h, , inssel-amd64.brg, mini-x86.c, inssel-x86.brg,
Massimiliano Mantione [Wed, 24 Jan 2007 10:52:55 +0000 (10:52 -0000)]
* mini-arch.h, , inssel-amd64.brg, mini-x86.c, inssel-x86.brg,
mini-ia64.c, mini-sparc.c, mini-alpha.c: Introduced
MONO_ARCH_LOCALLOC_ALIGNMEENT to fix bug 80498.

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

17 years agoWed Jan 24 12:04:39 GMT 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Wed, 24 Jan 2007 10:19:17 +0000 (10:19 -0000)]
Wed Jan 24 12:04:39 GMT 2007 Paolo Molaro <lupus@ximian.com>

* mini-arm.c: typo fix.

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

17 years ago2007-01-24 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Wed, 24 Jan 2007 10:14:45 +0000 (10:14 -0000)]
2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).

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

17 years agoFixed rendering problems in DetailsView control, related to an empty data source.
Ilya Kharmatsky [Wed, 24 Jan 2007 09:57:22 +0000 (09:57 -0000)]
Fixed rendering problems in DetailsView control, related to an empty data source.

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

17 years ago * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
Everaldo Canuto [Wed, 24 Jan 2007 04:03:33 +0000 (04:03 -0000)]
* Control.cs: In OnParentBackgroundImageChanged remove conditions to call
OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553.
* ToolBar.cs: Force redraw in BackgroundImageChanged.

2007-01-23  Everaldo Canuto  <everaldo@simios.org>

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

17 years ago2007-01-23 Everaldo Canuto <everaldo@simios.org>
Everaldo Canuto [Wed, 24 Jan 2007 01:37:52 +0000 (01:37 -0000)]
2007-01-23  Everaldo Canuto  <everaldo@simios.org>

* ToobarTest.cs: TooBar.ButtonSize tests added.

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

17 years ago2007-01-23 Everaldo Canuto <everaldo@simios.org>
Everaldo Canuto [Wed, 24 Jan 2007 01:36:56 +0000 (01:36 -0000)]
2007-01-23  Everaldo Canuto  <everaldo@simios.org>

* ToolBar.cs:
- Implement support for vertical toolbars. Fixes #80539;
- Call LayoutToolBar when resize, it fix some other problems in layout.
- Rename requested_height to requested_size, as we can have width on it
when toolbar is vertical.
- Create a private property "Vertical" that uses Dock to verify when
toolbar is vertical or not.
- Set ControlStyles when change Dock property.
- Refactory in LayoutToolBar to have better variables names and to support
vertical toolbars.
- Fixes default value for ButtonSize when button count is equal zero, size
must be (39, 36) test case writed.

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

17 years ago2007-01-23 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Wed, 24 Jan 2007 00:45:35 +0000 (00:45 -0000)]
2007-01-23  Miguel de Icaza  <miguel@novell.com>

* StreamReader.cs (Read): Fix this overload, we were just lucky
that it worked in the past.   Must trigger a load from the buffer
if we reached its end.

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

17 years ago2007-01-23 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Wed, 24 Jan 2007 00:29:39 +0000 (00:29 -0000)]
2007-01-23  Miguel de Icaza  <miguel@novell.com>

* constant.cs: Bloat removal, CheckRange and CheckUnsigned are
gone, instead we inline the test, preventing the needless casts to
longs, ulongs and doubles for the parameters, avoiding calls to
methods that overchecked stuff, and instead inlined things
nicely.

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

17 years agoCosmetic: fix spelling; patch from David Mitchell
Miguel de Icaza [Wed, 24 Jan 2007 00:18:49 +0000 (00:18 -0000)]
Cosmetic: fix spelling;  patch from David Mitchell

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

17 years ago2007-01-23 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Tue, 23 Jan 2007 21:59:29 +0000 (21:59 -0000)]
2007-01-23  Jonathan Pobst  <monkey@jpobst.com>

* GridTableStylesCollectionTest.cs: Mark TestAdd as NotWorking.
There is a TODO in the DataGrid source referencing that Add should allow
multiple columns with the same name, but currently doesn't.

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

17 years ago2007-01-23 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 23 Jan 2007 21:40:58 +0000 (21:40 -0000)]
2007-01-23  Dick Porter  <dick@ximian.com>

* TcpListener.cs: 2.0 profile updates, based on a patch by Sridhar
Kulkarni (sridharkulkarni@gmail.com)

2007-01-23  Dick Porter  <dick@ximian.com>

* TcpListenerTest.cs: Test 2.0 Start(int) overload

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

17 years ago oops left some debug code in.
Jackson Harper [Tue, 23 Jan 2007 21:40:39 +0000 (21:40 -0000)]
    oops left some debug code in.

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

17 years ago2007-01-23 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Tue, 23 Jan 2007 21:38:27 +0000 (21:38 -0000)]
2007-01-23  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * BuildTask.cs, ConditionFactorExpression.cs, Target.cs,
        TaskEngine.cs, UsingTask.cs, ItemReference.cs, BuildItem.cs,
        BatchingImpl.cs, BuildProperty.cs: Track API changes.

        * Expression.cs (Parse): Added allowItems parameter and made regexes
        static.

        * Import.cs (Evaluate): Moved hack from tools/xbuild/Makefile here. It
        will try to import a.ext when given a.EXT.

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

17 years ago2007-01-23 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Tue, 23 Jan 2007 21:29:18 +0000 (21:29 -0000)]
2007-01-23  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * ProjectTest: Removed warning.

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

17 years ago2007-01-23 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Tue, 23 Jan 2007 21:28:18 +0000 (21:28 -0000)]
2007-01-23  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * EvaluationOrder.cs: Removed NotWorking from test that started to
        work.

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

17 years ago2007-01-23 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 23 Jan 2007 21:08:28 +0000 (21:08 -0000)]
2007-01-23  Dick Porter  <dick@ximian.com>

* TcpClient.cs: 2.0 profile updates, based on a patch by Sridhar
Kulkarni (sridharkulkarni@gmail.com)

2007-01-23  Dick Porter  <dick@ximian.com>

* TcpClientTest.cs: Test 2.0 Connect(IPAddress[], port) overload

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

17 years ago2007-01-23 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Tue, 23 Jan 2007 21:01:45 +0000 (21:01 -0000)]
2007-01-23  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * Makefile: Removed hack.

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

17 years ago * Control.cs: fix the checks so that they work correctly for mdi
Chris Toshok [Tue, 23 Jan 2007 20:25:26 +0000 (20:25 -0000)]
* Control.cs: fix the checks so that they work correctly for mdi
parents/children.

2007-01-23  Chris Toshok  <toshok@ximian.com>

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

17 years ago * Control.cs: ControlCollection seems to have super-secret
Chris Toshok [Tue, 23 Jan 2007 20:05:56 +0000 (20:05 -0000)]
* Control.cs: ControlCollection seems to have super-secret
abstraction breaking knowledge of Mdi containers.  allow MdiClient
to add toplevel controls.

2007-01-23  Chris Toshok  <toshok@ximian.com>

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

17 years ago2007-01-23 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Tue, 23 Jan 2007 19:53:39 +0000 (19:53 -0000)]
2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* ControlTest.cs: Added a tests for ControlCollection and
MDI children.

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

17 years ago2007-01-23 Andreia Gaita <avidigal@novell.com>
Andreia Gaita [Tue, 23 Jan 2007 19:47:33 +0000 (19:47 -0000)]
2007-01-23  Andreia Gaita  <avidigal@novell.com>

* SendKeysTest.cs: Marked interactive, they're unstable
* ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking,
we have to see why SetTopLevel is toggling the Form's visibility.

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

17 years agoFixed endianess issues in mono_test_byvalstr_check_unicode().
Paolo Molaro [Tue, 23 Jan 2007 19:25:21 +0000 (19:25 -0000)]
Fixed endianess issues in mono_test_byvalstr_check_unicode().

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

17 years ago2007-01-23 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 23 Jan 2007 18:48:18 +0000 (18:48 -0000)]
2007-01-23  Atsushi Enomoto  <atsushi@ximian.com>

* DataObject.cs : it should not append created DataObject element to
  the owner document. It affects on XPath selection, though currently
  SignedXml.GetReferenceHash() is bogus so I cannot add meaningful
  tests for it.

* XmlCanonicalizer.cs : in Canonicalize(XmlNodeList), nodes [0] could
  be XmlDocument and thus it could cause NullReferenceException.

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

17 years ago * Control.cs: throw an ArgumentException if a toplevel control is
Chris Toshok [Tue, 23 Jan 2007 18:48:00 +0000 (18:48 -0000)]
* Control.cs: throw an ArgumentException if a toplevel control is
added to our control collection from ControlCollection.Add, as
well as from ControlCollection.IList.Add.  This fixes the
ControlSetTopLevelTest.TestTopLevelAdd unit test.

Also, in ControlCollection.IList.Add, don't through an
ArgumentNullException, throw an ArgumentException, when value ==
null.  This matches MS.

2007-01-23  Chris Toshok  <toshok@ximian.com>

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

17 years ago2007-01-23 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Tue, 23 Jan 2007 18:43:23 +0000 (18:43 -0000)]
2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* ControlTest.cs: Make OnPaintTest NotWorking, since it only
works once in a while.

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

17 years agoPatch from Radek Doulik:
Miguel de Icaza [Tue, 23 Jan 2007 18:34:19 +0000 (18:34 -0000)]
Patch from Radek Doulik:

It allows one to create a type class derived from
        System.Type, which can be used for reflection and emitting. (Paolo
        helped me a lot with it)

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

17 years ago2007-01-23 Chris Toshok <toshok@ximian.com>
Chris Toshok [Tue, 23 Jan 2007 18:22:43 +0000 (18:22 -0000)]
2007-01-23  Chris Toshok  <toshok@ximian.com>

* BindingSource.cs: initial, incomplete, implementation of
BindingSource.

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

17 years ago * BindingSourceTest.cs: initial BindingSource tests. not built
Chris Toshok [Tue, 23 Jan 2007 18:20:19 +0000 (18:20 -0000)]
* BindingSourceTest.cs: initial BindingSource tests.  not built
yet.

2007-01-23  Chris Toshok  <toshok@ximian.com>

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

17 years ago2007-01-23 Chris Toshok <toshok@ximian.com>
Chris Toshok [Tue, 23 Jan 2007 18:19:13 +0000 (18:19 -0000)]
2007-01-23  Chris Toshok  <toshok@ximian.com>

* DefaultLayoutTest.cs: make the docking tests independent of
constants relating to the form's clientrectangle bounds, since on
X it has a different value when the window isn't mapped (as in
this case).

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

17 years ago* DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast,
Andreia Gaita [Tue, 23 Jan 2007 17:56:04 +0000 (17:56 -0000)]
* DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast,
failing on ms.net

2007-01-23  Andreia Gaita  <avidigal@novell.com>

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

17 years ago2007-01-23 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 23 Jan 2007 17:45:35 +0000 (17:45 -0000)]
2007-01-23  Atsushi Enomoto  <atsushi@ximian.com>

* SignedXmlTest.cs : fixed ambiguous variable name in previous tests.

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

17 years ago2007-01-23 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 23 Jan 2007 17:40:38 +0000 (17:40 -0000)]
2007-01-23  Atsushi Enomoto <atsushi@ximian.com>

* XmlCanonicalizer.cs : it should be reset before being reused.

* SignedXmlTest.cs :
  run the transformation in yesterday's test twice.

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

17 years ago* SendKeysTest.cs: wrong value for Interval, should be > 0
Andreia Gaita [Tue, 23 Jan 2007 17:34:48 +0000 (17:34 -0000)]
* SendKeysTest.cs: wrong value for Interval, should be > 0

2007-01-23  Andreia Gaita  <avidigal@novell.com>

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

17 years ago * TextControl.cs:
Jackson Harper [Tue, 23 Jan 2007 17:32:24 +0000 (17:32 -0000)]
    * TextControl.cs:
        * TextBoxBase.cs: Checking in some pieces of the undo stuff so
        that I can fix a broken unit test (TextBoxTest::ClearUndo)

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

17 years ago2007-01-23 Everaldo Canuto <everaldo@simios.org>
Everaldo Canuto [Tue, 23 Jan 2007 17:22:21 +0000 (17:22 -0000)]
2007-01-23  Everaldo Canuto  <everaldo@simios.org>

* ToolBar.cs: Add status fields to ToolBarButtonInfo.

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

17 years ago* mini-s390x.c: Use lgb instructions for I1 type variables instead of lb.
Neale Ferguson [Tue, 23 Jan 2007 17:13:23 +0000 (17:13 -0000)]
* mini-s390x.c: Use lgb instructions for I1 type variables instead of lb.

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

17 years agoTue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 23 Jan 2007 17:12:20 +0000 (17:12 -0000)]
Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>

* class.c, object.c: restrict GC-tracked fields to
UIntPtr fields used inside corlib, so we provide better
type info to the GC and also allow broken packing as in
bug #80580.

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

17 years ago* s390x-codegen.h: Add packed attribute to several instruction structures.
Neale Ferguson [Tue, 23 Jan 2007 17:11:29 +0000 (17:11 -0000)]
* s390x-codegen.h: Add packed attribute to several instruction structures.

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

17 years agoRemove this
Miguel de Icaza [Tue, 23 Jan 2007 17:00:05 +0000 (17:00 -0000)]
Remove this

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

17 years agoTue Jan 23 17:48:42 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 23 Jan 2007 16:49:11 +0000 (16:49 -0000)]
Tue Jan 23 17:48:42 CET 2007 Paolo Molaro <lupus@ximian.com>

* Context.cs: mark the GC-tracked field with UIntPtr.

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

17 years agoTue Jan 23 17:45:07 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 23 Jan 2007 16:45:30 +0000 (16:45 -0000)]
Tue Jan 23 17:45:07 CET 2007 Paolo Molaro <lupus@ximian.com>

* ModuleBuilder.cs, AssemblyBuilder.cs: mark the GC-tracked field
with UIntPtr.

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

17 years agoTue Jan 23 17:43:50 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 23 Jan 2007 16:44:13 +0000 (16:44 -0000)]
Tue Jan 23 17:43:50 CET 2007 Paolo Molaro <lupus@ximian.com>

* Thread.cs: mark the GC-tracked field with UIntPtr.

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

17 years agoTue Jan 23 17:19:13 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Tue, 23 Jan 2007 16:20:16 +0000 (16:20 -0000)]
Tue Jan 23 17:19:13 CET 2007 Paolo Molaro <lupus@ximian.com>

* ProcessStartInfo.cs: put the fields in the order expected
by the runtime code.

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

17 years agoFixed dumb typo.
Rolf Bjarne Kvinge [Tue, 23 Jan 2007 16:07:39 +0000 (16:07 -0000)]
Fixed dumb typo.

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

17 years ago* TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
Andreia Gaita [Tue, 23 Jan 2007 15:24:09 +0000 (15:24 -0000)]
* TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
* TreeNodeCollection.cs: New Add() methods, ContainsKey and
IndexOfKey() for 2.0

Tests:

* BindingTest.cs (BindingContextChangedTest2): Added 2.0-specific check,
was failing under ms.net.

* ComboBoxText.cs (FindStringExactMatchException): Add check for exception
only for 1.1 - was failing under ms.net

* ControlTest.cs:
  - AnchorDockTest: Fix incorrect assertion #5 - was failing
  under ms.net
  - TestForm: Fix incorrect assertion #4 - was failing
  under ms.net
* TreeNodeCollectionTest.cs: Add new tests for 2.0

2007-01-23  Andreia Gaita  <avidigal@novell.com>

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

17 years ago2007-01-23 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Tue, 23 Jan 2007 15:19:58 +0000 (15:19 -0000)]
2007-01-23  Miguel de Icaza  <miguel@novell.com>

* serial.c (poll_serial): Fix for #79073, based on the patch by
Leszek Ciesielski, without introducing a GNU libc-ism.
(write_serial): Handle EINTR here as well.

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

17 years ago* TemplateControl.jvm.cs: ParseControl not supported, added limited implementation...
Vladimir Krasnov [Tue, 23 Jan 2007 15:09:15 +0000 (15:09 -0000)]
* TemplateControl.jvm.cs: ParseControl not supported, added limited implementation if TestDeviceFilter
* TemplateControlTest.cs: removed not working attributes, TARGET_JVM for AppRelativeVirtualPath property tests

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

17 years agoFix the profile conformancy version
Konstantin Triger [Tue, 23 Jan 2007 14:48:36 +0000 (14:48 -0000)]
Fix the profile conformancy version

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

17 years ago2007-01-23 Rolf Bjarne Kvinge <RKvinge@novell.com>
Rolf Bjarne Kvinge [Tue, 23 Jan 2007 11:32:30 +0000 (11:32 -0000)]
2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>

* XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
to prevent it from changing z-order.
* MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
leave UI updates in MdiWindowManager.
* InternalWindowManager.cs: Check for 0 sized nc areas and make them
1 sized (NC handling goes weird on Linux otherwise).
* MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
remove a few NCRequestRecalcs. Changed calculations in IconicBounds
to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
and SetWindowState(s) to allow for changing the size of an activated child
before activating it (reduces a lot of flicker).

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

17 years ago2007-01-23 Marek Sieradzki <marek.sieradzki@gmail.com>
Marek Sieradzki [Tue, 23 Jan 2007 09:04:40 +0000 (09:04 -0000)]
2007-01-23  Marek Sieradzki  <marek.sieradzki@gmail.com>

        * Makefile: Fix Windows build.

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

17 years agoFix build here too
Miguel de Icaza [Tue, 23 Jan 2007 04:40:27 +0000 (04:40 -0000)]
Fix build here too

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

17 years agoFix build
Miguel de Icaza [Tue, 23 Jan 2007 04:36:14 +0000 (04:36 -0000)]
Fix build

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

17 years agoFix the test, by removing extra /
Miguel de Icaza [Tue, 23 Jan 2007 03:32:46 +0000 (03:32 -0000)]
Fix the test, by removing extra /

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

17 years agoFor debugging purposes
Miguel de Icaza [Tue, 23 Jan 2007 02:49:33 +0000 (02:49 -0000)]
For debugging purposes

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

17 years agoFix for the Namespace assignment
Miguel de Icaza [Tue, 23 Jan 2007 02:42:46 +0000 (02:42 -0000)]
Fix for the Namespace assignment

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

17 years ago2007-01-19 Atsushi Enomoto <atsushi@ximian.com>
Miguel de Icaza [Mon, 22 Jan 2007 23:56:37 +0000 (23:56 -0000)]
2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>

* System.Web.Services_test.dll.sources:
  Added ServiceDescriptionImporterTest.cs.
* Makefile : added test2.wsdl to EXTRA_DISTFILES.

2007-01-15  Gert Driesen  <drieseng@users.sourceforge.net>

* System.Web.Services_test.dll.sources: added SocketResponder.cs and
SoapHttpClientProtocolTest.cs.

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