mono.git
17 years ago2007-03-27 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 27 Mar 2007 14:33:25 +0000 (14:33 -0000)]
2007-03-27  Dick Porter  <dick@ximian.com>

* appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
changed.

* threads.c
(ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
the value of ReleaseMutex().

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

17 years agoShould've used "or" not "and" in the inequality test.
Alan McGovern [Tue, 27 Mar 2007 14:05:34 +0000 (14:05 -0000)]
Should've used "or" not "and" in the inequality test.

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

17 years ago * TextMap.cs: Implement some more characters. I need to go
Jackson Harper [Tue, 27 Mar 2007 14:03:31 +0000 (14:03 -0000)]
    * TextMap.cs: Implement some more characters.  I need to go
        through and do all of these. There are a lot missing

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

17 years agoEOL-Style:native
Alan McGovern [Tue, 27 Mar 2007 13:42:42 +0000 (13:42 -0000)]
EOL-Style:native

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

17 years ago2007-03-27 Dick Porter <dick@ximian.com>
Dick Porter [Tue, 27 Mar 2007 11:44:29 +0000 (11:44 -0000)]
2007-03-27  Dick Porter  <dick@ximian.com>

* socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
in little-endian order, not network endian, so must be converted
to host endian here.  Fixes bug 80593.

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

17 years agoFixed hardcoded 'Name' properties in different providers. Fixes TD bug (7751)
Ilya Kharmatsky [Tue, 27 Mar 2007 11:23:37 +0000 (11:23 -0000)]
Fixed hardcoded 'Name' properties in different providers. Fixes TD bug (7751)

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

17 years ago2007-03-26 Everaldo Canuto <everaldo@simios.org>
Everaldo Canuto [Tue, 27 Mar 2007 10:58:49 +0000 (10:58 -0000)]
2007-03-26  Everaldo Canuto  <everaldo@simios.org>

* XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields
needed to implement Balloon.

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

17 years agoEOL style native
Alan McGovern [Tue, 27 Mar 2007 02:39:16 +0000 (02:39 -0000)]
EOL style native

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

17 years ago2007-03-26 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Mon, 26 Mar 2007 23:24:26 +0000 (23:24 -0000)]
2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ListViewItemTest.cs: Add tests for constructors taking
an array of strings, for the ListViewSubItem constructors,
and for the ListViewSubItemCollection.AddRange method receiving
and array of null strings.

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

17 years ago2007-03-26 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Mon, 26 Mar 2007 23:21:54 +0000 (23:21 -0000)]
2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ListViewItem.cs: In the constructors that take
an array of strings, don't use ListViewSubItemCollection.AddRange
method to add items, since we need to have a different behaviour (in
the constructors we add an item for each null string, opposed to
the behaviour of AddRange, which adds nothing).

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

17 years ago * TextControl.cs: Draw and measure line endings when in non
Jackson Harper [Mon, 26 Mar 2007 22:36:59 +0000 (22:36 -0000)]
    * TextControl.cs: Draw and measure line endings when in non
        multiline mode.
        - When searching the text, count the end of the last line as a
        word boundary.

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

17 years ago flush
Jackson Harper [Mon, 26 Mar 2007 22:36:19 +0000 (22:36 -0000)]
    flush

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

17 years ago This test works now!
Jackson Harper [Mon, 26 Mar 2007 22:28:28 +0000 (22:28 -0000)]
    This test works now!

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

17 years ago2007-03-27 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 26 Mar 2007 22:25:33 +0000 (22:25 -0000)]
2007-03-27  Martin Baulig  <martin@ximian.com>

Fix #81209.

* decl.cs
(DeclSpace.LookupNestedTypeInHierarchy): Correctly handle nested
generic types.

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

17 years ago2007-03-26 Andreia Gaita <avidigal@novell.com>
Andreia Gaita [Mon, 26 Mar 2007 22:24:50 +0000 (22:24 -0000)]
2007-03-26  Andreia Gaita  <avidigal@novell.com>

* NumericUpDown.cs: Fix broken 1.1 api for ParseEditText

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

17 years ago New test.
Jackson Harper [Mon, 26 Mar 2007 20:50:50 +0000 (20:50 -0000)]
    New test.

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

17 years ago * RichTextBox.cs: The selection_start and selection_end don't
Jackson Harper [Mon, 26 Mar 2007 20:19:37 +0000 (20:19 -0000)]
    * RichTextBox.cs: The selection_start and selection_end don't
        really track the correct tags for the selection. So we'll
manually
        compute the correct tag here.

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

17 years ago* ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
Rolf Bjarne Kvinge [Mon, 26 Mar 2007 18:50:31 +0000 (18:50 -0000)]
* ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
  and Continuous styles. Fixes #79469.

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

17 years ago2007-03-26 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Mon, 26 Mar 2007 18:15:45 +0000 (18:15 -0000)]
2007-03-26  Jonathan Pobst  <monkey@jpobst.com>

* ToolStrip.cs: Implement Tooltips.
* ToolStripItem.cs: Create internal method for determining tooltip.

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

17 years ago2007-03-26 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Mon, 26 Mar 2007 17:13:32 +0000 (17:13 -0000)]
2007-03-26  Jonathan Pobst  <monkey@jpobst.com>

* PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.

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

17 years agoInitialize current culture from request locale
Konstantin Triger [Mon, 26 Mar 2007 14:48:49 +0000 (14:48 -0000)]
Initialize current culture from request locale

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

17 years ago2007-03-26 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Mon, 26 Mar 2007 13:47:27 +0000 (13:47 -0000)]
2007-03-26  Marek Habersack  <mhabersack@novell.com>

Use GetExpressionFromString to generate a correct expression for
custom page/control attributes. Fixes bug #81132.

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

17 years agouse session timeout taken from web.xml; add support for changing session timeout...
Konstantin Triger [Mon, 26 Mar 2007 13:26:43 +0000 (13:26 -0000)]
use session timeout taken from web.xml; add support for changing session timeout programmatically

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

17 years ago* flowanalysis.cs (FlowBranching.Reachability): Use a boolean
Raja R Harinath [Mon, 26 Mar 2007 13:12:30 +0000 (13:12 -0000)]
* flowanalysis.cs (FlowBranching.Reachability): Use a boolean
instead of TriState.  Remove all mention of TriState.

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

17 years ago2007-03-26 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Mon, 26 Mar 2007 12:31:45 +0000 (12:31 -0000)]
2007-03-26  Marek Habersack  <mhabersack@novell.com>

* TemplateControl.cs: make local resources work with master
pages - use the AppRelativeVirtualPath for resource resolution.

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

17 years agocorrectly handle null and empty virtual pathes in MapPath
Konstantin Triger [Mon, 26 Mar 2007 12:13:04 +0000 (12:13 -0000)]
correctly handle null and empty virtual pathes in MapPath

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

17 years ago2007-03-26 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Mon, 26 Mar 2007 11:56:44 +0000 (11:56 -0000)]
2007-03-26  Marek Habersack  <mhabersack@novell.com>

Process meta:resourcekey after all the field/attribute assignments
are done. Fixes bug #80809.
Clean the code up a bit.

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

17 years ago2007-03-26 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Mon, 26 Mar 2007 11:42:01 +0000 (11:42 -0000)]
2007-03-26  Marek Habersack  <mhabersack@novell.com>

* TemplateParser.cs: support the meta:resourcekey attribute in
Page and Control directives. Fixes bug #81204.

2007-03-26  Marek Habersack  <mhabersack@novell.com>

* TemplateControlCompiler.cs: refactor assining properties from
resources a bit to support pages and user controls. Fixes bug
#81204.

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

17 years ago* flowanalysis.cs (FlowBranching.Reachability): Prepare to be
Raja R Harinath [Mon, 26 Mar 2007 09:59:52 +0000 (09:59 -0000)]
* flowanalysis.cs (FlowBranching.Reachability): Prepare to be
replaced by a boolean.  Add boolean 'is_unreachable' field, check
and maintain invariants.

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

17 years ago * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
Everaldo Canuto [Mon, 26 Mar 2007 09:57:40 +0000 (09:57 -0000)]
* NotifyIcon.cs: On disposing verify if icon is visible and hide it,
it prevents a problem thak keeps icon visible after application
closes on win32.

2007-03-26  Everaldo Canuto  <everaldo@simios.org>

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

17 years ago2007-03-26 Everaldo Canuto <everaldo@simios.org>
Everaldo Canuto [Mon, 26 Mar 2007 09:08:02 +0000 (09:08 -0000)]
2007-03-26  Everaldo Canuto  <everaldo@simios.org>

* NotifyIcon.cs: Balloon properties and methods created.

* XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.

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

17 years ago2007-03-25 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Mon, 26 Mar 2007 04:11:05 +0000 (04:11 -0000)]
2007-03-25  Jonathan Pobst  <monkey@jpobst.com>

* ToolStripTest.cs: Fix ambiguous Category attribute.

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

17 years ago2007-03-25 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Sun, 25 Mar 2007 22:42:56 +0000 (22:42 -0000)]
2007-03-25  Jonathan Pobst  <monkey@jpobst.com>

* ToolStripTest.cs: Mark WM decoration dependent test as NotWorking.

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

17 years ago2007-03-25 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Sun, 25 Mar 2007 20:42:48 +0000 (20:42 -0000)]
2007-03-25  Jonathan Pobst  <monkey@jpobst.com>

* ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.

2007-03-25  Jonathan Pobst  <monkey@jpobst.com>

* ButtonTest.cs: Add test demonstrating the behavior of ImageList.
* MenuStripTest.cs: General test suite.
* ToolStripComboBoxTest.cs: Enable tests for FlatStyle.
* ToolStripControlHostTest.cs: Form.ShowInTaskbar = false.
* ToolStripItemTest.cs: Test for method Dispose.
* ToolStripMenuItemTest.cs: Add tests for constructor and keyboard shortcuts.
* ToolStripProgressBarTest.cs: Enable previously NotWorking test.
* ToolStripTest.cs: Add tests for Overflow, Dock/Orientation, and
CreateLayoutSettings.

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

17 years agoMore complicated test.
Marek Safar [Sun, 25 Mar 2007 19:18:16 +0000 (19:18 -0000)]
More complicated test.

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

17 years ago2007-03-25 Marek Safar <marek.safar@gmail.com>
Marek Safar [Sun, 25 Mar 2007 19:17:19 +0000 (19:17 -0000)]
2007-03-25  Marek Safar  <marek.safar@gmail.com>

* generic.cs (InferTypeArguments): Infer arguments before they are used
for compatibility check.

2007-03-25  Marek Safar  <marek.safar@gmail.com>

* anonymous.cs: Restored checks disabled for uninflated anonymous methods.

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

17 years agoFurther optimisation for the Swap*** methods. SwapLong is now twice as fast as the...
Alan McGovern [Sun, 25 Mar 2007 17:12:05 +0000 (17:12 -0000)]
Further optimisation for the Swap*** methods. SwapLong is now twice as fast as the initial method.

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

17 years agoSpell error in exception message fixed.
Ilya Kharmatsky [Sun, 25 Mar 2007 16:23:36 +0000 (16:23 -0000)]
Spell error in exception message fixed.

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

17 years agouse servlet context to store the ping flag
Konstantin Triger [Sun, 25 Mar 2007 14:25:22 +0000 (14:25 -0000)]
use servlet context to store the ping flag

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

17 years ago* HttpContext.cs: AppGlobalResourcesAssembly static member stored in AppDomain for...
Vladimir Krasnov [Sun, 25 Mar 2007 13:48:38 +0000 (13:48 -0000)]
* HttpContext.cs: AppGlobalResourcesAssembly static member stored in AppDomain for TARGET_JVM

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

17 years ago2007-03-25 Marek Safar <marek.safar@gmail.com>
Marek Safar [Sun, 25 Mar 2007 13:14:18 +0000 (13:14 -0000)]
2007-03-25  Marek Safar  <marek.safar@gmail.com>

* GregorianCalendar.cs, HebrewCalendar.cs, JapaneseCalendar.cs,
HijriCalendar.cs, JapaneseCalendar.cs, JulianCalendar.cs,
KoreanCalendar.cs, TaiwanCalendar.cs, ThaiBuddhistCalendar.cs:
Removed twoDigitYearMax field.

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

17 years ago2007-03-25 Marek Safar <marek.safar@gmail.com>
Marek Safar [Sun, 25 Mar 2007 13:03:36 +0000 (13:03 -0000)]
2007-03-25  Marek Safar  <marek.safar@gmail.com>

* expression.cs: Stop using obsolete 2.0 opcodes.

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

17 years agoNew test.
Marek Safar [Sun, 25 Mar 2007 12:35:41 +0000 (12:35 -0000)]
New test.

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

17 years ago2007-03-25 Marek Safar <marek.safar@gmail.com>
Marek Safar [Sun, 25 Mar 2007 12:34:53 +0000 (12:34 -0000)]
2007-03-25  Marek Safar  <marek.safar@gmail.com>

* enum.cs (EnumMember.Define): Fixed regression and slowdown caused by
one of the latests Martin's fixes.

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

17 years agoNew test.
Marek Safar [Sun, 25 Mar 2007 12:27:43 +0000 (12:27 -0000)]
New test.

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

17 years agoimplement logical pinging for IDE
Konstantin Triger [Sun, 25 Mar 2007 10:41:46 +0000 (10:41 -0000)]
implement logical pinging for IDE

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

17 years agodestroy AppDomain of first Servlet.destroy
Konstantin Triger [Sun, 25 Mar 2007 10:05:01 +0000 (10:05 -0000)]
destroy AppDomain of first Servlet.destroy

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

17 years agostop processing if AppDomain already destroyed
Konstantin Triger [Sun, 25 Mar 2007 10:01:28 +0000 (10:01 -0000)]
stop processing if AppDomain already destroyed

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

17 years agoAdd DataConverter
Miguel de Icaza [Sun, 25 Mar 2007 06:10:14 +0000 (06:10 -0000)]
Add DataConverter

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

17 years ago2007-03-25 Marek Safar <marek.safar@gmail.com>
Marek Safar [Sun, 25 Mar 2007 01:10:12 +0000 (01:10 -0000)]
2007-03-25  Marek Safar  <marek.safar@gmail.com>

* monodiet.vcproj, monodis.vcproj, monograph.vcproj, pedump.vsproj:
Fixed build.

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

17 years ago2007-03-24 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Sat, 24 Mar 2007 20:56:11 +0000 (20:56 -0000)]
2007-03-24  Jonathan Pobst  <monkey@jpobst.com>

* Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
parameter indicates which aspects were explicit/user-set.
* ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).

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

* DefaultLayout.cs: Call SetBounds with BoundsSpecified.None instead
of using SetImplicitBounds.
* TableLayout.cs: Call SetBounds with BoundsSpecified.None instead of
modifying Control.Bounds.

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

* DefaultLayoutTest.cs: Enable some NotWorking tests that now
work correctly.

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

17 years agoMoved to olive for now.
Marek Safar [Sat, 24 Mar 2007 17:47:11 +0000 (17:47 -0000)]
Moved to olive for now.

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

17 years agoChangelog entry for Optimising IPAddress.cs
Alan McGovern [Sat, 24 Mar 2007 17:44:02 +0000 (17:44 -0000)]
Changelog entry for Optimising IPAddress.cs

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

17 years agoOptimised the SwapInt and SwapLong methods
Alan McGovern [Sat, 24 Mar 2007 17:37:24 +0000 (17:37 -0000)]
Optimised the SwapInt and SwapLong methods

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

17 years ago2007-03-24 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Sat, 24 Mar 2007 17:05:40 +0000 (17:05 -0000)]
2007-03-24  Jonathan Pobst  <monkey@jpobst.com>

* ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
* ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
SmallChange, and Value (2.0).
* Timer.cs: Throw AOORE instead of AE for property Interval (2.0).

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

* ProgressBarTest.cs, ScrollBarTest.cs, TimerTest.cs: Update
tests to pass on .Net 2.0.

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

17 years ago2007-03-22 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Sat, 24 Mar 2007 01:03:21 +0000 (01:03 -0000)]
2007-03-22  Marek Habersack  <mhabersack@novell.com>

* data/net_2_0/machine.config: added a few missing sections, added
missing allowDefinition and allowLocation attributes.

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

17 years ago2007-03-24 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Sat, 24 Mar 2007 01:01:57 +0000 (01:01 -0000)]
2007-03-24  Marek Habersack  <mhabersack@novell.com>

* WebConfigurationManagerTest.cs: the tests don't work because of
the way the test suite is set up. In a normal application, the
three test would work just fine.

2007-03-24  Marek Habersack  <mhabersack@novell.com>

* HttpRuntime.cs: use ICalls.GetMachineConfigPath instead of
opening the machine.config file and getting its path.

* CapabilitiesLoader.cs: use HttpRuntime.MachineConfigurationDirectory
instead of opening the machine config file and getting its path.

2007-03-24  Marek Habersack  <mhabersack@novell.com>

* WebConfigurationHost.cs: allow MachineToApplication definition
for config paths that equal the domain virtual app directory.

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

17 years agoStole Miguel's `qh'
Marek Safar [Fri, 23 Mar 2007 22:13:30 +0000 (22:13 -0000)]
Stole Miguel's `qh'

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

17 years ago2007-03-23 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Fri, 23 Mar 2007 21:32:35 +0000 (21:32 -0000)]
2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ListView.cs: Always set item_control.Width in LayoutDetails
if View is Details. Setting it later in CalculateScrollBars
in a not-so-corner scenario (the sum of columns width is
not bigger than the ListView width when handle is created, and then
that sum gets bigger by increasing the width of the columns)
causes a very weird recursion path (which shouldn't be happening,
since header_control sets it in CalculateScrollBars too). This bug
appeared after Chris' fixes for handle created issues, so probably
it's related to some handle-creation time.

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

17 years ago2007-03-27 Marek Safar <marek.safar@gmail.com>
Marek Safar [Fri, 23 Mar 2007 21:10:05 +0000 (21:10 -0000)]
2007-03-27  Marek Safar  <marek.safar@gmail.com>

* InvocationExpression.cs,
* ExpressionType.cs,
* ParameterExpression.cs: Updated to match with the latest version.

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

17 years ago2007-03-23 Chris Toshok <toshok@ximian.com>
Chris Toshok [Fri, 23 Mar 2007 20:42:58 +0000 (20:42 -0000)]
2007-03-23  Chris Toshok  <toshok@ximian.com>

* DataGrid.cs (GetVisibleRowCount): increase the row count in the
case where there's an add row, just so we don't end up in a case
where it's not displayed (this happens when the row is partially
obscured).  Fixes bug #79574.

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

17 years ago oops debug code.
Jackson Harper [Fri, 23 Mar 2007 20:36:10 +0000 (20:36 -0000)]
    oops debug code.

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

17 years ago * TextControl.cs:
Jackson Harper [Fri, 23 Mar 2007 20:30:01 +0000 (20:30 -0000)]
    * TextControl.cs:
        * TextBoxBase.cs:
        * RichTextBox.cs: Preserve line endings in the lines text
        * buffer,
        also added an enum that represents the line ending type.

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

17 years agoBuild is fixed
Miguel de Icaza [Fri, 23 Mar 2007 20:20:17 +0000 (20:20 -0000)]
Build is fixed

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

17 years agosvn path=/trunk/mcs/; revision=74907
Antonello Provenzano [Fri, 23 Mar 2007 19:30:57 +0000 (19:30 -0000)]
svn path=/trunk/mcs/; revision=74907

17 years agoFri Mar 23 20:25:31 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 23 Mar 2007 19:26:57 +0000 (19:26 -0000)]
Fri Mar 23 20:25:31 CET 2007 Paolo Molaro <lupus@ximian.com>

* mini-codegen.c: make sure the right spill amount is
used for fp or integer registers (fixes the float_sub_spill() on ppc).

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

17 years agosvn path=/trunk/mcs/; revision=74905
Antonello Provenzano [Fri, 23 Mar 2007 19:18:02 +0000 (19:18 -0000)]
svn path=/trunk/mcs/; revision=74905

17 years agocommand line options, and dos2unix
Miguel de Icaza [Fri, 23 Mar 2007 19:11:16 +0000 (19:11 -0000)]
command line options, and dos2unix

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

17 years ago* NumericUpDown.cs: Fix logic so Text and Value properties are not
Andreia Gaita [Fri, 23 Mar 2007 19:10:31 +0000 (19:10 -0000)]
* NumericUpDown.cs: Fix logic so Text and Value properties are not
messed with in every method call, but only from DownButton,
UpButton, UpdateEditText() and ValidateText. Fixes #80346

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

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

17 years agosvn path=/trunk/mcs/; revision=74902
Antonello Provenzano [Fri, 23 Mar 2007 19:06:02 +0000 (19:06 -0000)]
svn path=/trunk/mcs/; revision=74902

17 years agosvn path=/trunk/mcs/; revision=74901
Antonello Provenzano [Fri, 23 Mar 2007 19:04:49 +0000 (19:04 -0000)]
svn path=/trunk/mcs/; revision=74901

17 years ago.sources file fixed for ExceptionCompiler.cs
Antonello Provenzano [Fri, 23 Mar 2007 19:02:19 +0000 (19:02 -0000)]
.sources file fixed for ExceptionCompiler.cs

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

17 years agoRemove System.Core until it gets fixed
Miguel de Icaza [Fri, 23 Mar 2007 18:49:16 +0000 (18:49 -0000)]
Remove System.Core until it gets fixed

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

17 years agoFri Mar 23 19:43:35 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 23 Mar 2007 18:45:57 +0000 (18:45 -0000)]
Fri Mar 23 19:43:35 CET 2007 Paolo Molaro <lupus@ximian.com>

* mini-ppc.c: fixes for the fp_branch_nan test.

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

17 years ago.sources file fixed for ListInitException.cs
Antonello Provenzano [Fri, 23 Mar 2007 18:41:37 +0000 (18:41 -0000)]
.sources file fixed for ListInitException.cs

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

17 years ago2007-03-23 Chris Toshok <toshok@ximian.com>
Chris Toshok [Fri, 23 Mar 2007 18:05:10 +0000 (18:05 -0000)]
2007-03-23  Chris Toshok  <toshok@ximian.com>

* DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
format objects if the format spec is "".  Fixes bug #80889.

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

17 years agoImplementation of the basic features of LINQ Expressions.
Antonello Provenzano [Fri, 23 Mar 2007 18:03:41 +0000 (18:03 -0000)]
Implementation of the basic features of LINQ Expressions.

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

17 years ago opps. flush this.
Jackson Harper [Fri, 23 Mar 2007 17:25:39 +0000 (17:25 -0000)]
    opps. flush this.

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

17 years ago2007-03-23 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Fri, 23 Mar 2007 16:16:20 +0000 (16:16 -0000)]
2007-03-23  Miguel de Icaza  <miguel@novell.com>

* expression.cs: On BigEndian systems, swap the bytes, temporary
solution until we get a new bitconverter class.

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

17 years agoFri Mar 23 16:52:06 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 23 Mar 2007 15:54:28 +0000 (15:54 -0000)]
Fri Mar 23 16:52:06 CET 2007 Paolo Molaro <lupus@ximian.com>

* ILParser.jay: fix BitConverter use on big endian archs
(this was likely the cause of Zoltan's change in r72237
which has been reverted in r74485).

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

17 years ago2007-03-23 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Fri, 23 Mar 2007 15:27:22 +0000 (15:27 -0000)]
2007-03-23  Zoltan Varga  <vargaz@gmail.com>

* basic.cs: Comment out new test which still fails on ia64.

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

17 years agoFri Mar 23 15:54:23 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 23 Mar 2007 14:56:28 +0000 (14:56 -0000)]
Fri Mar 23 15:54:23 CET 2007 Paolo Molaro <lupus@ximian.com>

* mini.c: immediate shifted or fix (mono_metadata_user_string assert).

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

17 years agoSaved buffer.
Paolo Molaro [Fri, 23 Mar 2007 14:04:02 +0000 (14:04 -0000)]
Saved buffer.

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

17 years agoFri Mar 23 12:53:28 CET 2007 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 23 Mar 2007 12:08:37 +0000 (12:08 -0000)]
Fri Mar 23 12:53:28 CET 2007 Paolo Molaro <lupus@ximian.com>

* mini-ppc.c, mini-ppc.h: struct passing ABI fix (bug #77968).

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

17 years ago2007-03-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Fri, 23 Mar 2007 01:34:01 +0000 (01:34 -0000)]
2007-03-23  Martin Baulig  <martin@ximian.com>

Fix #81158.

* decl.cs (MemberCache.AddMembers): Add generic methods both as
"Method" and "Method`1".  Normally, a cache lookup is done on the
"Method" form (ie. without the generic arity), but this one makes
lookups on the full form work as well.

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

17 years ago2007-03-22 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Fri, 23 Mar 2007 00:05:07 +0000 (00:05 -0000)]
2007-03-22  Miguel de Icaza  <miguel@novell.com>

* ToolStripPanel.cs (Join): added stubs to build PDN3

* Control.cs (AutoScrollOffset): Add.

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

17 years ago2007-03-22 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Thu, 22 Mar 2007 23:54:42 +0000 (23:54 -0000)]
2007-03-22  Miguel de Icaza  <miguel@novell.com>

* SystemInformation.cs (MouseWheelScrollDelta): Expose this
property, its only implemented for Win32, on X11 it defaults to
some hardcoded value.

* ToolStripItem.cs (AllowDrop): Add property

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

17 years agoAdd new ctor
Miguel de Icaza [Thu, 22 Mar 2007 23:35:03 +0000 (23:35 -0000)]
Add new ctor

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

17 years agoAdd
Miguel de Icaza [Thu, 22 Mar 2007 23:26:43 +0000 (23:26 -0000)]
Add

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

17 years agoAdd support for contexts containing '/'
Konstantin Triger [Thu, 22 Mar 2007 23:26:26 +0000 (23:26 -0000)]
Add support for contexts containing '/'

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

17 years agoAdd
Miguel de Icaza [Thu, 22 Mar 2007 23:26:06 +0000 (23:26 -0000)]
Add

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

17 years agocomplete the pipeline in case of exception during InitOnce() to avoid a deadlock
Konstantin Triger [Thu, 22 Mar 2007 23:17:33 +0000 (23:17 -0000)]
complete the pipeline in case of exception during InitOnce() to avoid a deadlock

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

17 years agoTARGET_J2EE: make initialization_exception AppDomain specific
Konstantin Triger [Thu, 22 Mar 2007 23:12:36 +0000 (23:12 -0000)]
TARGET_J2EE: make initialization_exception AppDomain specific

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

17 years agoFix wrong 81410 bug number, the right number is 80410
Everaldo Canuto [Thu, 22 Mar 2007 22:02:23 +0000 (22:02 -0000)]
Fix wrong 81410 bug number, the right number is 80410

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

17 years agoupdate the man page too match last changes
Jb Evain [Thu, 22 Mar 2007 21:31:21 +0000 (21:31 -0000)]
update the man page too match last changes

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

17 years ago2007-03-22 Jb Evain <jbevain@gmail.com>
Jb Evain [Thu, 22 Mar 2007 21:03:06 +0000 (21:03 -0000)]
2007-03-22  Jb Evain  <jbevain@gmail.com>

* dump.c, dump.h, main.c: Implement dumping of Strings
and UserStrings heap.

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

17 years agocorlib_test.dll.sources: Added missing Rfc2898DeriveBytes unit tests to the build.
Sebastien Pouliot [Thu, 22 Mar 2007 20:59:28 +0000 (20:59 -0000)]
corlib_test.dll.sources: Added missing Rfc2898DeriveBytes unit tests to the build.

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

17 years ago2007-03-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 22 Mar 2007 20:57:14 +0000 (20:57 -0000)]
2007-03-22  Sebastien Pouliot  <sebastien@ximian.com>
* Rfc2898DeriveBytes.cs: Fixed endian bug in F (thanks to Roei Erez)
and reduced the number of memory allocations.

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

17 years ago2007-03-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 22 Mar 2007 20:34:13 +0000 (20:34 -0000)]
2007-03-22  Sebastien Pouliot  <sebastien@ximian.com>
* Rfc2898DeriveBytesTest.cs: Add test case to trigger an endian bug.

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

17 years ago2007-03-22 Mike Kestner <mkestner@novell.com>
Mike Kestner [Thu, 22 Mar 2007 19:46:46 +0000 (19:46 -0000)]
2007-03-22  Mike Kestner  <mkestner@novell.com>

* ListView.cs : in FullRowSelect Details mode, only enable box
selection if the user clicks over the "item" column outside of the
text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]

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