mono.git
16 years agowithout the typo this time
Stephane Delcroix [Fri, 11 Jan 2008 19:21:07 +0000 (19:21 -0000)]
without the typo this time

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

16 years ago2008-01-11 Stephane Delcroix <sdelcroix@novell.com>
Stephane Delcroix [Fri, 11 Jan 2008 19:19:45 +0000 (19:19 -0000)]
2008-01-11  Stephane Delcroix  <sdelcroix@novell.com>

* DateTimeOffset.cs: Fixes the MinValue (was equal to MaxValue)...

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

16 years ago2008-01-11 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Fri, 11 Jan 2008 16:45:12 +0000 (16:45 -0000)]
2008-01-11  Zoltan Varga  <vargaz@gmail.com>

* mono-ehash.c: Don't include os/gc_wrapper.h.

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

16 years ago2008-01-11 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Fri, 11 Jan 2008 16:01:32 +0000 (16:01 -0000)]
2008-01-11  Zoltan Varga  <vargaz@gmail.com>

* mini-amd64.c (mono_arch_output_basic_block): Use a 4 byte load in OP_CHECK_THIS.

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

16 years ago* TypedDataSetGenerator.cs: Remove mention of NET_3_5 -- the
Raja R Harinath [Fri, 11 Jan 2008 16:01:25 +0000 (16:01 -0000)]
* TypedDataSetGenerator.cs: Remove mention of NET_3_5 -- the
enclosed methods are part of 2.0 SP1.
* TypedDataSetSchemaImporterExtension.cs: Likewise.

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

16 years ago2008-01-11 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Fri, 11 Jan 2008 15:40:28 +0000 (15:40 -0000)]
2008-01-11  Zoltan Varga  <vargaz@gmail.com>

* mini-sparc.c (mono_arch_output_basic_block): Use a byte load in CHECK_THIS.
Fixes #353182.

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

16 years ago2008-01-11 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Fri, 11 Jan 2008 15:37:33 +0000 (15:37 -0000)]
2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>

* verify.c (get_boxable_mono_type): check if the token is valid.

* verify.c (set_stack_value): changed to add an error if an
invalid type is set on stack. Changed all callers due to signature change.

* verify.c (do_stobj): implement stobj validation.

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

16 years ago2008-01-11 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Fri, 11 Jan 2008 14:51:02 +0000 (14:51 -0000)]
2008-01-11  Zoltan Varga  <vargaz@gmail.com>

* Makefile.am (version.h): Make this work with non-bash shells.

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

16 years ago2008-01-11 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Fri, 11 Jan 2008 14:48:10 +0000 (14:48 -0000)]
2008-01-11  Zoltan Varga  <vargaz@gmail.com>

* reflection.c (reflection_methodbuilder_to_mono_method): No need to
set container->is_method, it was set earlier.

* metadata.c (type_in_image): Handle MVARs which belong to not finished
generic methods.

* reflection.c (mono_reflection_initialize_generic_parameter): Set
is_method of the generic container to TRUE for methods.

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

16 years ago2008-01-11 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Fri, 11 Jan 2008 14:30:05 +0000 (14:30 -0000)]
2008-01-11 Rodrigo Kumpera <rkumpera@novell.com>

* unverifiable_ldfld_reference_type_by_ref.il: new test for ldfld.

* invalid_stojb_bad_token.il: test for bad ldobj token.

* invalid_stojb_token_out_of_bounds.il: same.

* make_stobj_test.sh: new test generator.

* make_test.sh: added new tests for stobj.

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

16 years agostub Expression::Lambda
Jb Evain [Fri, 11 Jan 2008 13:04:31 +0000 (13:04 -0000)]
stub Expression::Lambda

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

16 years agoNew test.
Marek Safar [Fri, 11 Jan 2008 10:09:54 +0000 (10:09 -0000)]
New test.

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

16 years ago2008-01-11 Marek Safar <marek.safar@gmail.com>
Marek Safar [Fri, 11 Jan 2008 10:09:05 +0000 (10:09 -0000)]
2008-01-11  Marek Safar  <marek.safar@gmail.com>

  * lambda.cs: Don't use a cast on unknown expression statement.

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

16 years agoIn .:
Geoff Norton [Fri, 11 Jan 2008 03:32:26 +0000 (03:32 -0000)]
In .:
* ControlHAndler.cs:  Mark all dirty areas as dirty with the Hwnd system.

2008-01-10  Geoff Norton  <gnorton@novell.com>

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

16 years agoIn .:
Geoff Norton [Fri, 11 Jan 2008 03:31:36 +0000 (03:31 -0000)]
In .:
2008-01-10  Geoff Norton  <gnorton@novell.com>

* XplatUICarbon.cs:  Clip the Graphics context to the invalid area
tracked in the Hwnd.  Only invalidate the dirty region to the Carbon
window manager.

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

16 years ago2008-01-10 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Fri, 11 Jan 2008 00:39:15 +0000 (00:39 -0000)]
2008-01-10  Jonathan Pobst  <monkey@jpobst.com>

* Form.cs: Enforce the Form minimum size in SetBoundsCore.  Fixed
failing test.

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

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

* XplatUIX11.cs: Set a minimum window size and enforce it.  Even though
Linux doesn't care, having a minimum matches MS and keeps the window
from becoming too small to use window decorations.
[Fixes bug #338996]

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

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

* metadata.c (type_in_image): Handle type parameters properly.

* class-internals.h (MonoGenericParam): Add an 'image' argument to track
memory ownership of this structure.

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

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

* ThemeWin32Classic.cs: Tie CheckBox/RadioButton focus rectangles to
ShowFocusCues.  Make focus rectangles fit the text instead of the whole
control.  [Fixes bug #325419]

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

16 years ago2008-01-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 10 Jan 2008 19:13:29 +0000 (19:13 -0000)]
2008-01-10  Sebastien Pouliot  <sebastien@ximian.com>

* AuthenticodeDeformatter.cs: Use RSAManaged and the new overloaded
PKCS1.Verify_v15 with tryNonStandardEncoding == true when verifying
timestamping certificate signatures. Fix for #350958

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

16 years ago2008-01-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 10 Jan 2008 19:12:50 +0000 (19:12 -0000)]
2008-01-10  Sebastien Pouliot  <sebastien@ximian.com>

* PKCS1.cs: Add a new method that optionally checks for badly
padding, technically invalid, PKCS#1 block. This is required to
support timestamping verification for Authenticode (since the
main timestamping service does this). Fix for #350958

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

16 years ago2008-01-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 10 Jan 2008 19:12:15 +0000 (19:12 -0000)]
2008-01-10  Sebastien Pouliot  <sebastien@ximian.com>

* PKCS12.cs, X509Certificate.cs, X509Chain.cs, X509Extension.cs:
Synchronize/update with Mono.Security assembly

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

16 years agoremove dead code/compiler warning
Sebastien Pouliot [Thu, 10 Jan 2008 19:07:50 +0000 (19:07 -0000)]
remove dead code/compiler warning

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

16 years ago2008-01-10 Geoff Norton <gnorton@novell.com>
Geoff Norton [Thu, 10 Jan 2008 19:05:37 +0000 (19:05 -0000)]
2008-01-10  Geoff Norton  <gnorton@novell.com>

        * cs-tokenizer.cs: One more token to distinguish between method and lambda
        arguments

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

16 years ago2008-01-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 10 Jan 2008 18:33:05 +0000 (18:33 -0000)]
2008-01-10  Sebastien Pouliot  <sebastien@ximian.com>

* AuthenticodeDeformatter.cs: Use RSAManaged and the new overloaded
PKCS1.Verify_v15 with tryNonStandardEncoding == true when verifying
timestamping certificate signatures. Fix for #350958

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

16 years ago2008-01-10 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Thu, 10 Jan 2008 18:32:50 +0000 (18:32 -0000)]
2008-01-10  Sebastien Pouliot  <sebastien@ximian.com>

* PKCS1.cs: Add a new method that optionally checks for badly
padding, technically invalid, PKCS#1 block. This is required to
support timestamping verification for Authenticode (since the
main timestamping service does this). Fix for #350958

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

16 years ago2008-01-10 Geoff Norton <gnorton@novell.com>
Geoff Norton [Thu, 10 Jan 2008 18:07:27 +0000 (18:07 -0000)]
2008-01-10  Geoff Norton  <gnorton@novell.com>

        * ControlHandler.cs:  Ensure we send controls a WM_WINDOWPOSCHANGED
        when their bounds are changed by the carbon system.  Fixes initial sizing
        of PDN DocumentWorkspace bug.

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

16 years agoTARGET_JVM: make sure XmlDateTimeSerializationMode.Unspecified works
Konstantin Triger [Thu, 10 Jan 2008 17:56:47 +0000 (17:56 -0000)]
TARGET_JVM: make sure XmlDateTimeSerializationMode.Unspecified works

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

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

* webform.js:
implement useAsync feature for Callback.

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

16 years agoenlarge memory size
Leonid Freydovich [Thu, 10 Jan 2008 16:32:33 +0000 (16:32 -0000)]
enlarge memory size

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

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

* DelegateTest.cs: Add CreateDelegate tests.

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

16 years ago2008-01-10 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Thu, 10 Jan 2008 16:25:48 +0000 (16:25 -0000)]
2008-01-10  Zoltan Varga  <vargaz@gmail.com>

* Delegate.cs: Implement argument checking in CreateDelegate(Type,object,MethodInfo)
method. Make the CreateDelegate(Type,MethodInfo) overload calls this version.
Fixes #352805.

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

16 years ago2008-01-10 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Thu, 10 Jan 2008 15:30:14 +0000 (15:30 -0000)]
2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>

* verify.c (get_boxable_mono_type): make typedref types been just
unverifiable. check for void type.

* verify.c (do_unbox_any): added, verify opcode unbox.any.

* verify.c (do_load_function_ptr): accept method spec tokens.

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

16 years ago2008-01-10 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Thu, 10 Jan 2008 15:26:14 +0000 (15:26 -0000)]
2008-01-10 Rodrigo Kumpera <rkumpera@novell.com>

* valid_ldftn_method_spec_token.il: new test
for loading function pointers for generic methods.

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

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