mono.git
16 years agoTARGET_JVM: use J2EEUtils.InputStreamWrapper for reading java's InputStream
Konstantin Triger [Thu, 10 Jan 2008 15:10:44 +0000 (15:10 -0000)]
TARGET_JVM: use J2EEUtils.InputStreamWrapper for reading java's InputStream

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

16 years agoimplement Java InputStreamWrapper
Konstantin Triger [Thu, 10 Jan 2008 15:08:35 +0000 (15:08 -0000)]
implement Java InputStreamWrapper

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

16 years ago2008-01-10 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Thu, 10 Jan 2008 14:56:29 +0000 (14:56 -0000)]
2008-01-10  Jonathan Pobst  <monkey@jpobst.com>

* ComboBox.cs: Guard against an NRE if the user open a new form from a
SelectedIndexChanged event.  This closes the combobox dropdown, and we
were trying to dispose it.  [Fixes bug #352830]

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

16 years agoduplicate ChageLog entry, sorry
Stephane Delcroix [Thu, 10 Jan 2008 14:05:15 +0000 (14:05 -0000)]
duplicate ChageLog entry, sorry

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

16 years ago2008-01-10 Stephane Delcroix <sdelcroix@novell.com>
Stephane Delcroix [Thu, 10 Jan 2008 14:04:28 +0000 (14:04 -0000)]
2008-01-10  Stephane Delcroix  <sdelcroix@novell.com>

* DateTimeOffset.cs: chain the Parse* methods together.

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

16 years agorefactoring:
Igor Zelmanovich [Thu, 10 Jan 2008 13:35:21 +0000 (13:35 -0000)]
refactoring:
renamed methods if internal IScriptManager.

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

16 years agoTARGET_JVM: wireup auto events only if user did not add them manually
Konstantin Triger [Thu, 10 Jan 2008 11:21:52 +0000 (11:21 -0000)]
TARGET_JVM: wireup auto events only if user did not add them manually

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

16 years agorefactoring: add internal modifier to event keys, so they can be accessed from Templa...
Konstantin Triger [Thu, 10 Jan 2008 11:20:12 +0000 (11:20 -0000)]
refactoring: add internal modifier to event keys, so they can be accessed from TemplateControl

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

16 years ago2008-01-10 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Thu, 10 Jan 2008 11:18:40 +0000 (11:18 -0000)]
2008-01-10 Igor Zelmanovich <igorz@mainsoft.com>

* webform.js:
make scripts compatible with MicrosoftAjaxLibrary.

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

16 years ago2008-01-08 Dean Brettle <dean@brettle.com>
Marek Habersack [Thu, 10 Jan 2008 10:16:54 +0000 (10:16 -0000)]
2008-01-08  Dean Brettle <dean@brettle.com>

       * NunitWeb/NunitWeb/WebTest.cs: copy .mdb or .pdb files with
       assemblies so we get line numbers in stack traces!

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

16 years ago2008-01-10 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Thu, 10 Jan 2008 10:03:01 +0000 (10:03 -0000)]
2008-01-10  Marek Habersack  <mhabersack@novell.com>

* CSharpCodeCompiler.cs: check if running under the debugger and,
if yes, make sure that gmcs runs correctly by removing the
MONO_INSIDE_MDB environment variable before executing gmcs and
restore it after the compiler process exits. Fixes bug #352377

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

16 years agorefactoring
Igor Zelmanovich [Thu, 10 Jan 2008 09:46:48 +0000 (09:46 -0000)]
refactoring

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

16 years agoavoid NullReferenceException
Igor Zelmanovich [Thu, 10 Jan 2008 08:59:58 +0000 (08:59 -0000)]
avoid NullReferenceException

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

16 years ago2008-01-09 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Thu, 10 Jan 2008 01:24:10 +0000 (01:24 -0000)]
2008-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ListViewItemTest.cs: Activating the RemoveFocusedItem test,
as well as commenting the assertion that is failling _only_ in the
test scenario, not in real world (see the explanation in the test).

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

16 years ago * make_test.sh: added tests for unbox.any.
Rodrigo Kumpera [Thu, 10 Jan 2008 01:00:47 +0000 (01:00 -0000)]
* make_test.sh: added tests for unbox.any.

* make_unbox_any_test.sh: new test generator.

2008-01-09 Rodrigo Kumpera <rkumpera@novell.com>

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

16 years ago2008-01-10 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 9 Jan 2008 23:59:18 +0000 (23:59 -0000)]
2008-01-10  Zoltan Varga  <vargaz@gmail.com>

* mini.c (handle_delegate_ctor): Optimize away setting of NULL target.

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

16 years ago* Mono.Mozilla/Base.cs,
Andreia Gaita [Wed, 9 Jan 2008 23:10:41 +0000 (23:10 -0000)]
* Mono.Mozilla/Base.cs,
  Mono.Mozilla/WebBrowser.cs,
  Mono.WebBrowser/IWebBrowser.cs,
  Mono.WebBrowser/Manager.cs:
  Add initial support for specifying the toolkit the application is running
  on (gtk or winforms). Knowing this allows gluezilla not to initialize
  a gtk loop if the application is already running one (and is passing
  gluezilla a gtk handle and not an X/HWND handle). This should make it
  easy to also use gluezilla/Mono.Mozilla with gtk apps.

2008-01-09  Andreia Gaita <avidigal@novell.com>

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

16 years ago2008-01-10 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 23:09:09 +0000 (23:09 -0000)]
2008-01-10  Jb Evain  <jbevain@novell.com>

* Mono.Cecil/ReflectionHelper.cs: deal with complex arrays.

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

16 years ago2008-01-09 Andreia Gaita <avidigal@novell.com>
Andreia Gaita [Wed, 9 Jan 2008 22:54:32 +0000 (22:54 -0000)]
2008-01-09  Andreia Gaita <avidigal@novell.com>

* build-csproj2k5: take out weird characters creeping in, vstudio
doesn't appreciate them.

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

16 years ago2008-01-10 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 9 Jan 2008 22:38:22 +0000 (22:38 -0000)]
2008-01-10  Zoltan Varga  <vargaz@gmail.com>

* marshal.c (mono_class_native_size): Always set *align even if this is called
recursively.

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

16 years ago2008-01-09 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Wed, 9 Jan 2008 21:26:29 +0000 (21:26 -0000)]
2008-01-09  Zoltan Varga  <vargaz@gmail.com>

* verify.c (mono_verify_corlib): Remove this as it was not used and was
out-of-date.

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

16 years ago2008-01-09 Dick Porter <dick@ximian.com>
Dick Porter [Wed, 9 Jan 2008 21:13:05 +0000 (21:13 -0000)]
2008-01-09  Dick Porter  <dick@ximian.com>

* versioninfo.c (get_ptr_from_rva, scan_resource_dir): Make it
work on big-endian systems.
(scan_resource_dir): Copy the resource directory entry and
byteswap if necessary so it works big-endian.  This fixes bug
345972 for real this time.
(VerQueryValue): String values set the length to the number of
unicode chars, but the data length reported was already correct so
don't halve it again.  Fixes the previous fix for bug 345972.
(GetFileVersionInfo): On big-endian systems, scan the resource
data and turn all unicode strings into UTF-16BE.  FileVersionInfo
now works big-endian.

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

16 years ago2008-01-09 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Wed, 9 Jan 2008 20:31:56 +0000 (20:31 -0000)]
2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>

* verify.c: removed some old unused tables. A huge bunch of small fixes
to things found while testing the verifier with mono basic.

* verify.c (dump_stack_value): dump null literal flag to.

* verify.c (verify_type_compatibility_full): fix comparison
for types that have a generic super type.

* verify.c (verify_stack_type_compatibility): fix compatibility
between null literals and reference types. fix compatibility between
boxed valuetypes and object. fix corner case test for enums.

* verify.c (do_cmp_op): proper verification of cgt.un in case
of reference types.

* verify.c (do_invoke_method): fix error message.

* verify.c (do_store_indirect

* verify.c (check_is_valid_type_for_field_ops): proper verification
of managed pointers to valuetypes and boxed valuetypes. proper verification
of null literals.

* verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
allow token to be a reference type.

* verify.c (do_cast): proper handling of boxes valuetypes.

* verify.c (do_stelem): proper handling of storing a boxed valuetype
in object[].

* verify.c (mono_method_verify): pass the opcode to do_cmp_op
to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
fixed the decoding of unbox_any

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

16 years ago2008-01-09 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Wed, 9 Jan 2008 20:30:44 +0000 (20:30 -0000)]
2008-01-09 Rodrigo Kumpera <rkumpera@novell.com>

* make_test.sh: added tests for add|sub|mul ovf;

* unverifiable_unbox_toke_is_reference_type.il: New test for regressions
found while validating vbnc.

* valid_stind_ref_with_boxed_value.il: same.
*  valid_ldelema_enum_array.il: same.

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

16 years ago2008-01-09 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Wed, 9 Jan 2008 19:42:49 +0000 (19:42 -0000)]
2008-01-09  Jonathan Pobst  <monkey@jpobst.com>

* Control.cs, Form.cs: Implement the necessary semantics for
ShowFocusCues.  All paint code will need to check Control.ShowFocusCues
to determine if a focus rectangle should be drawn.
* PropertyGrid.cs: Fix property visibility to match override.
* ThemeWin32Classic.cs: Use ShowFocusCues for Button.

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

16 years agofix GetActionType for the non generic type
Jb Evain [Wed, 9 Jan 2008 19:36:05 +0000 (19:36 -0000)]
fix GetActionType for the non generic type

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

16 years ago2008-01-09 Marek Safar <marek.safar@gmail.com>
Marek Safar [Wed, 9 Jan 2008 18:54:57 +0000 (18:54 -0000)]
2008-01-09  Marek Safar  <marek.safar@gmail.com>

  * doc.cs: Report better /doc crash details.

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

16 years agoNew tests.
Marek Safar [Wed, 9 Jan 2008 18:53:13 +0000 (18:53 -0000)]
New tests.

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

16 years ago2008-01-08 Marek Safar <marek.safar@gmail.com>
Marek Safar [Wed, 9 Jan 2008 18:52:20 +0000 (18:52 -0000)]
2008-01-08  Marek Safar  <marek.safar@gmail.com>

A fix for bug #352536
  * ecore.cs, assign.cs, codegen.cs: Check event assignments.

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

16 years ago2008-01-09 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 18:43:19 +0000 (18:43 -0000)]
2008-01-09  Jb Evain  <jbevain@novell.com>

* ExpressionTest.cs: tests for GetActionType.

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

16 years ago2008-01-09 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 18:43:05 +0000 (18:43 -0000)]
2008-01-09  Jb Evain  <jbevain@novell.com>

* Expression.cs: implement GetActionType.

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

16 years ago2008-01-09 Geoff Norton <gnorton@novell.com>
Geoff Norton [Wed, 9 Jan 2008 18:39:57 +0000 (18:39 -0000)]
2008-01-09  Geoff Norton  <gnorton@novell.com>

        * XplatUICarbon.cs: Scroll windows in the correct direction.

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

16 years ago2008-01-09 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 9 Jan 2008 18:16:30 +0000 (18:16 -0000)]
2008-01-09  Atsushi Enomoto  <atsushi@ximian.com>

* DateTimeTest.cs : mark KindPattern() as not working (wrt #352210).

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

16 years ago2008-01-09 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Wed, 9 Jan 2008 18:05:43 +0000 (18:05 -0000)]
2008-01-09  Sebastien Pouliot  <sebastien@ximian.com>

* DateTimeTest.cs: In X509Certificate test case remove the Tick
assert (depends on timezone) and add a test for AdjustToUniversal
when using Z.

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

16 years ago2008-01-09 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 9 Jan 2008 17:12:55 +0000 (17:12 -0000)]
2008-01-09  Atsushi Enomoto  <atsushi@ximian.com>

* DateTime.cs : revert the previous fix. It caused regression on
  the buildbot.

* DateTimeTest.cs : the previous fix was reverted, so mark
  corresponding test as NotWorking.

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

16 years ago2008-01-09 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Wed, 9 Jan 2008 16:44:53 +0000 (16:44 -0000)]
2008-01-09  Jonathan Pobst  <monkey@jpobst.com>

* Application.cs: Use GetCommandLineArgs to calculate ExecutablePath.
[Fixes bug #323552]

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

16 years agoavoid another visual tree of tests
Jb Evain [Wed, 9 Jan 2008 16:17:30 +0000 (16:17 -0000)]
avoid another visual tree of tests

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

16 years agoadd file
Jb Evain [Wed, 9 Jan 2008 16:15:13 +0000 (16:15 -0000)]
add file

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

16 years ago2008-01-09 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 16:14:57 +0000 (16:14 -0000)]
2008-01-09  Jb Evain  <jbevain@novell.com>

* ExpressionTest.cs: add new fixture of assorted tests for
Expression. Contains tests for GetFuncType for now.

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

16 years ago2008-01-09 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 16:14:17 +0000 (16:14 -0000)]
2008-01-09  Jb Evain  <jbevain@novell.com>

* Expression.cs: fix GetFuncType to return the correct type
depending on the asked arity.

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

16 years ago2008-01-09 Geoff Norton <gnorton@novell.com>
Geoff Norton [Wed, 9 Jan 2008 16:02:44 +0000 (16:02 -0000)]
2008-01-09  Geoff Norton  <gnorton@novell.com>

        * WindowHandler.cs:  Hide utility windows when the window is minimizing
        or deactivating.  Show them when the window is restored.
        * ApplicationHandler.cs: Hide the utility windows when the app
        deactivates.  Restore them when we get focus back.

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

16 years ago2008-01-09 Geoff Norton <gnorton@novell.com>
Geoff Norton [Wed, 9 Jan 2008 16:01:15 +0000 (16:01 -0000)]
2008-01-09  Geoff Norton  <gnorton@novell.com>

        * XplatUICarbon.cs: Track all created utility windows so we can hide them
        when the app is deactivated or spaces is enabled.

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

16 years agotabs instead of spaces
Jb Evain [Wed, 9 Jan 2008 15:53:09 +0000 (15:53 -0000)]
tabs instead of spaces

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

16 years agotabs instead of spaces
Jb Evain [Wed, 9 Jan 2008 15:52:22 +0000 (15:52 -0000)]
tabs instead of spaces

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

16 years agoThis file is obsolete now.
Juraj Skripsky [Wed, 9 Jan 2008 15:43:17 +0000 (15:43 -0000)]
This file is obsolete now.
I should have removed it in commit r91612.

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

16 years ago2008-01-09 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Wed, 9 Jan 2008 15:31:10 +0000 (15:31 -0000)]
2008-01-09 Igor Zelmanovich <igorz@mainsoft.com>

* WebUIValidation_2.0.js:
* webform.js:
make scripts compatible with MicrosoftAjaxLibrary.

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

16 years ago2008-01-09 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Wed, 9 Jan 2008 15:27:42 +0000 (15:27 -0000)]
2008-01-09 Igor Zelmanovich <igorz@mainsoft.com>

* Page.cs:
* ClientScriptManager.cs:
refactoring.

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

16 years ago2008-01-09 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 9 Jan 2008 15:05:38 +0000 (15:05 -0000)]
2008-01-09  Zoltan Varga  <vargaz@freemail.hu>

* runtime/Makefile.am (mcs-compileall): Remove some whitespace after
a backslash.

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

16 years ago2008-01-09 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 14:09:55 +0000 (14:09 -0000)]
2008-01-09  Jb Evain  <jbevain@novell.com>

* Expression.cs: ArrayLength: only accept single
dimensional array.

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

16 years agotabs instead of spaces
Jb Evain [Wed, 9 Jan 2008 14:04:52 +0000 (14:04 -0000)]
tabs instead of spaces

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

16 years ago2008-01-09 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 14:03:30 +0000 (14:03 -0000)]
2008-01-09  Jb Evain  <jbevain@novell.com>

* ExpressionTest_ArrayLength.cs: Fix Rank2String to pass on .net.

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

16 years ago2008-01-09 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 13:58:40 +0000 (13:58 -0000)]
2008-01-09  Jb Evain  <jbevain@novell.com>

* Expression.cs: throw ArgumentNullException when the type
parameter of Call is null.

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

16 years ago2008-01-09 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 13:56:42 +0000 (13:56 -0000)]
2008-01-09  Jb Evain  <jbevain@novell.com>

* Expression.cs: make the TypeAs test pass.

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

16 years agoprops
Jb Evain [Wed, 9 Jan 2008 13:50:00 +0000 (13:50 -0000)]
props

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

16 years agotabs instead of spaces
Jb Evain [Wed, 9 Jan 2008 13:46:50 +0000 (13:46 -0000)]
tabs instead of spaces

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

16 years ago2008-01-09 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 13:45:34 +0000 (13:45 -0000)]
2008-01-09  Jb Evain  <jbevain@novell.com>

* ExpressionTest_Call.cs: fix wrong test.

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

16 years agotabs instead of spaces
Jb Evain [Wed, 9 Jan 2008 13:43:41 +0000 (13:43 -0000)]
tabs instead of spaces

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

16 years ago2008-01-09 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 13:42:31 +0000 (13:42 -0000)]
2008-01-09  Jb Evain  <jbevain@novell.com>

* ExpressionTest_TypeAs.cs: correct wrong test for numerics.
Add test for nullable types.

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

16 years agoimplement BaseExternalContext
Konstantin Triger [Wed, 9 Jan 2008 13:19:30 +0000 (13:19 -0000)]
implement BaseExternalContext

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

16 years agoreformating
Jb Evain [Wed, 9 Jan 2008 11:44:43 +0000 (11:44 -0000)]
reformating

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

16 years ago2008-01-09 Jb Evain <jbevain@novell.com>
Jb Evain [Wed, 9 Jan 2008 11:43:29 +0000 (11:43 -0000)]
2008-01-09  Jb Evain  <jbevain@novell.com>

* Makefile: remove -langversion:linq which is
default now.

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

16 years ago2008-01-09 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 9 Jan 2008 06:15:01 +0000 (06:15 -0000)]
2008-01-09  Atsushi Enomoto  <atsushi@ximian.com>

* DateTime.cs : fixed bug #352210. Kind is unspecified by default,
  while the tick is for local time by default. This fix also involved
  special x509 handling.

* DateTimeTest.cs : added test for bug #352210. Renamed
  RoundtripKindPattern() to KindPattern(), as it is not really about
  roundtrip. Test tick value for 'Z' pattern (X509 cert) as well.

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

16 years ago2008-01-08 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Wed, 9 Jan 2008 05:09:51 +0000 (05:09 -0000)]
2008-01-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ListViewItem.cs: Cosmetic fix - When calculating layout for item, don't add an
extra separation pixel for the label rect origin if SmallImageList is
null, and thus we don't need that separation between icon and label
rects.
Patch by Ernesto Carrea.
Fixes # 340195.

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

16 years ago2008-01-09 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Wed, 9 Jan 2008 04:07:29 +0000 (04:07 -0000)]
2008-01-09 Rodrigo Kumpera <rkumpera@novell.com>

* valid_isinst_with_boxed_valuetype.il: New test for regressions
found while validating vbnc.

* valid_ldfld_valuetype_by_ref.il: same.
* valid_ldfld_valuetype_by_value.il: same.
* valid_stelem_ref_boxed_value.il: same.
* valid_stloc_boxed_valuetype.il: same.
* valid_sub_class_of_generic_type_is_compatible.il: same.
* unverifiable_ldfld_valuetype_boxed.il:  same.
* unverifiable_ldfld_reference_type_by_ref.il: same.

* make_test.sh: new tests for stfld and cgt.un.

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

16 years ago2008-01-08 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Tue, 8 Jan 2008 18:31:49 +0000 (18:31 -0000)]
2008-01-08  Zoltan Varga  <vargaz@gmail.com>

* boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.

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

16 years ago2008-01-08 Marek Safar <marek.safar@gmail.com>
Marek Safar [Tue, 8 Jan 2008 17:36:57 +0000 (17:36 -0000)]
2008-01-08  Marek Safar  <marek.safar@gmail.com>

* Array.cs (LastIndexOf<T>): Fixed bound checking.

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

16 years ago2008-01-08 Marek Safar <marek.safar@gmail.com>
Marek Safar [Tue, 8 Jan 2008 17:33:51 +0000 (17:33 -0000)]
2008-01-08  Marek Safar  <marek.safar@gmail.com>

* ArrayTest.cs: Test both LastIndexOf versions for
ArgumentOutOfRangeException.

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

16 years agomake WebForm_DoCallback useful within AJAX.
Igor Zelmanovich [Tue, 8 Jan 2008 16:32:40 +0000 (16:32 -0000)]
make WebForm_DoCallback useful within AJAX.

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

16 years ago2008-01-08 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Tue, 8 Jan 2008 16:29:09 +0000 (16:29 -0000)]
2008-01-08  Zoltan Varga  <vargaz@gmail.com>

* mini.c (mono_method_to_ir): Fix possible reading of invalid memory in
the InitializeArray optimization.

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

16 years agospaces to tabs
Marek Safar [Tue, 8 Jan 2008 16:03:24 +0000 (16:03 -0000)]
spaces to tabs

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

16 years agoNew tests.
Marek Safar [Tue, 8 Jan 2008 15:17:16 +0000 (15:17 -0000)]
New tests.

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

16 years ago2008-01-08 Marek Safar <marek.safar@gmail.com>
Marek Safar [Tue, 8 Jan 2008 15:13:56 +0000 (15:13 -0000)]
2008-01-08  Marek Safar  <marek.safar@gmail.com>

A fix for bug #352287
  * ecore.cs, expression.cs: Do `this' access checking in all member access
  expressions.

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

16 years ago2008-01-08 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Tue, 8 Jan 2008 15:03:20 +0000 (15:03 -0000)]
2008-01-08  Marek Habersack  <mhabersack@novell.com>

* TemplateControlCompiler.cs: statements to assign
fields/properties from resources must be processed at the very end
of the control creation method. Some controls (like HyperLink) can
set their Text attribute using literal content. In such cases, in
order to properly localize the control, the value read from the
local page resources must be assigned after the literal value has
been added to the control. Fixes bug #323494

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

16 years ago2008-01-08 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Tue, 8 Jan 2008 15:00:59 +0000 (15:00 -0000)]
2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>

* verify.c (do_newobj): do delegate verification.

* verify.c (verify_delegate_compatibility): perform delegate
verification.

* verify.c (verify_ldftn_delegate): perform tests related to
ldftn delegates.

* verify.c (mono_delegate_signature_equal): perform the
slightly diferent signature comparison required by delegates.

* metadata.c (mono_metadata_type_equal_full): added and exported
as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
allows signature only comparison.

* metadata-internal.h (mono_metadata_type_equal_full): added and exported
as MONO_INTERNAL.

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

16 years ago2008-01-08 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Tue, 8 Jan 2008 14:51:54 +0000 (14:51 -0000)]
2008-01-08  Jonathan Pobst  <monkey@jpobst.com>

* StatusStrip.cs: Invalidate after completing a layout.  The base
OnLayout does this, but we don't call the base.
* ToolStripItem.cs: Revert the previous change to invalidate after
the item moves.
[Fixes bug #351341 better.]

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

16 years ago2008-01-08 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Tue, 8 Jan 2008 14:12:41 +0000 (14:12 -0000)]
2008-01-08 Rodrigo Kumpera <rkumpera@novell.com>

* make_delegate_test.sh: increased max stack for
ldvirtftn tests.

* make_tests.sh: added new tests for delegates
constructed with ldvirtftn.

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

16 years agoC# 3.0 updates
Marek Safar [Tue, 8 Jan 2008 14:04:22 +0000 (14:04 -0000)]
C# 3.0 updates

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

16 years ago2008-01-08 Marek Safar <marek.safar@gmail.com>
Marek Safar [Tue, 8 Jan 2008 13:56:19 +0000 (13:56 -0000)]
2008-01-08  Marek Safar  <marek.safar@gmail.com>

  * rootcontext.cs, driver.cs: Switch to linq mode by default.

  * report.cs: Reset message stacks.

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

16 years ago2008-01-08 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 8 Jan 2008 13:55:14 +0000 (13:55 -0000)]
2008-01-08  Sebastien Pouliot  <sebastien@ximian.com>

* Font.cs: Fix GetHashCode to use the same values as Equals. Fix
bug #351647

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

16 years ago2008-01-08 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 8 Jan 2008 13:54:17 +0000 (13:54 -0000)]
2008-01-08  Sebastien Pouliot  <sebastien@ximian.com>

* TestFont.cs: Add test case for GetHashCode from Jonathan Pobst
for bug #351647

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

16 years agomake the behavior for SqlDataSourceView.FilterExpression comply with the behavior...
Konstantin Triger [Tue, 8 Jan 2008 13:44:02 +0000 (13:44 -0000)]
make the behavior for SqlDataSourceView.FilterExpression comply with the behavior of ObjectDataSourceView.FilterExpression

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

16 years agofix build with csc
Jb Evain [Tue, 8 Jan 2008 13:40:31 +0000 (13:40 -0000)]
fix build with csc

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

16 years ago2008-01-08 Stephane Delcroix <sdelcroix@novell.com>
Stephane Delcroix [Tue, 8 Jan 2008 13:29:29 +0000 (13:29 -0000)]
2008-01-08  Stephane Delcroix  <sdelcroix@novell.com>

* TimeZoneInfo.TransitionTime.cs: fully qualify System.DayOfWeek in
casting operation.

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

16 years agoNew test.
Marek Safar [Tue, 8 Jan 2008 11:25:22 +0000 (11:25 -0000)]
New test.

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

16 years ago2008-01-08 Marek Safar <marek.safar@gmail.com>
Marek Safar [Tue, 8 Jan 2008 11:25:03 +0000 (11:25 -0000)]
2008-01-08  Marek Safar  <marek.safar@gmail.com>

  * generic.cs (InferInPhases): Correctly calculate params position.

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

16 years ago2008-01-08 Marek Safar <marek.safar@gmail.com>
Marek Safar [Tue, 8 Jan 2008 10:55:10 +0000 (10:55 -0000)]
2008-01-08  Marek Safar  <marek.safar@gmail.com>

  * cs-tokenizer.cs: No need to parse full string when parsing lambda
  arguments.

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

16 years ago2008-01-08 Igor Zelmanovich <igorz@mainsoft.com>
Igor Zelmanovich [Tue, 8 Jan 2008 10:08:03 +0000 (10:08 -0000)]
2008-01-08 Igor Zelmanovich <igorz@mainsoft.com>

* DetailsViewTest.cs:
* DropDownListTest.cs:
* FormViewTest.cs:
* GridViewTest.cs:
removed NotWorking attributes.

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

16 years agoTARGET_J2EE:
Igor Zelmanovich [Tue, 8 Jan 2008 09:54:28 +0000 (09:54 -0000)]
TARGET_J2EE:
refactoring,  do not use TLS for Context and getFacesContext().

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

16 years agoadded #if TARGET_J2EE
Igor Zelmanovich [Tue, 8 Jan 2008 08:22:03 +0000 (08:22 -0000)]
added #if TARGET_J2EE

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

16 years agoGetService returns instance of the page if is.
Igor Zelmanovich [Tue, 8 Jan 2008 08:20:54 +0000 (08:20 -0000)]
GetService returns instance of the page if is.

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

16 years agoFix java build
Noam Lampert [Tue, 8 Jan 2008 07:28:08 +0000 (07:28 -0000)]
Fix java build

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

16 years ago2008-01-07 Juraj Skripsky <js@hotfeet.ch>
Juraj Skripsky [Tue, 8 Jan 2008 06:50:05 +0000 (06:50 -0000)]
2008-01-07  Juraj Skripsky <js@hotfeet.ch>

* NameObjectCollectionBase.cs: Add argument checking in CopyTo,
replace use of enumerator by for-loop. Check IsReadOnly in BaseSet()
only on the 2.0 profile.

2008-01-07  Gert Driesen  <drieseng@users.sourceforge.net>

* NameObjectCollectionBaseTest.cs: Add tests for argument checking in
GetObjectData, Add, Clear, Remove, RemoveAt, Set and CopyTo.

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

16 years ago2008-01-08 Arina Itkes <arinai@mainsoft.com>
Atsushi Eno [Tue, 8 Jan 2008 05:41:02 +0000 (05:41 -0000)]
2008-01-08  Arina Itkes  <arinai@mainsoft.com>

* Methods.cs: Fix for compatibility with .NET:
  In .NET if SOAPAction is set to empty string it is regarded like
  clearly specified with empty string.

2008-01-08  Atsushi Enomoto  <atsushi@ximian.com>

* ServiceDescriptionReflectorTest.cs : added test for empty SOAP
  action.

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

16 years ago2008-01-08 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 8 Jan 2008 05:02:44 +0000 (05:02 -0000)]
2008-01-08  Atsushi Enomoto  <atsushi@ximian.com>

* XslKey.cs, XslStylesheet.cs, Compiler.cs : XSLT 1.0 does not
  prohibit more than one xsl:key with the same QName, so do not use
  the name as a 'key' in the table for xsl:key. Fixed bug #351939,
  patch by Tor Lillqvist.

* XslTransformTests.cs : added test from bug #351939.
  (by Tor Lillqvist)

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

16 years ago2008-01-08 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Tue, 8 Jan 2008 00:13:09 +0000 (00:13 -0000)]
2008-01-08  Zoltan Varga  <vargaz@gmail.com>

* Makefile.am (DISABLED_TESTS): Disable bug-77127.exe for now to make the
build green.

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

16 years ago2008-01-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 7 Jan 2008 23:24:10 +0000 (23:24 -0000)]
2008-01-07  Sebastien Pouliot  <sebastien@ximian.com>

* CultureInfoConverter.cs: Gendarme's AvoidToStringOnStringsRule in
ConvertFrom method.
* DesignerAttribute.cs: Gendarme's AvoidToStringOnStringsRule in
TypeId getter.

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

16 years ago2008-01-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 7 Jan 2008 23:23:39 +0000 (23:23 -0000)]
2008-01-07  Sebastien Pouliot  <sebastien@ximian.com>

* CredentialCache.cs: Gendarme's AvoidToStringOnStringsRule in
CredentialCacheKey constructor. UseStringEmptyRule on CredentialCache
static ctor (3 times).

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

16 years ago* build-csproj2k5: Added to generate Mono.Mozilla2K5.csproj from .sources
Andreia Gaita [Mon, 7 Jan 2008 22:40:01 +0000 (22:40 -0000)]
* build-csproj2k5: Added to generate Mono.Mozilla2K5.csproj from .sources
* Mono.Mozilla2K5.csproj: updated
* Makefile: run the build-csproj2k5

2008-01-07  Andreia Gaita <avidigal@novell.com>

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

16 years ago2008-01-07 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Mon, 7 Jan 2008 22:23:12 +0000 (22:23 -0000)]
2008-01-07  Zoltan Varga  <vargaz@gmail.com>

* mono-api-diff.cs: Check the names of method parameters as well.

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

16 years ago2008-01-07 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Mon, 7 Jan 2008 21:42:12 +0000 (21:42 -0000)]
2008-01-07  Sebastien Pouliot  <sebastien@ximian.com>

* Identity.cs: Fix Disposed setter to use value (not true). Found
using Gendarme.

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