mono.git
15 years agooops, forgot to apply the patch here in bug #457089 by Michael Barker.
Atsushi Eno [Mon, 8 Dec 2008 07:06:43 +0000 (07:06 -0000)]
oops, forgot to apply the patch here in bug #457089 by Michael Barker.

svn path=/branches/messaging-2008/mcs/; revision=120980

15 years agoApply RabbitMQ support patch by Michael Barker, on bug #457089.
Atsushi Eno [Sun, 7 Dec 2008 09:55:03 +0000 (09:55 -0000)]
Apply RabbitMQ support patch by Michael Barker, on bug #457089.

svn path=/branches/messaging-2008/mcs/; revision=120957

15 years ago2008-10-27 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 27 Oct 2008 10:10:13 +0000 (10:10 -0000)]
2008-10-27  Atsushi Enomoto  <atsushi@ximian.com>

Patch by Michael Barker:
a patch that adds support for passing all of the Message
properties via RabbitMQ (as per version 1.1 of System.Messaging).
This includes Recoverable (supporting persistence) and Priority (which
would support priority based delivery if RabbitMQ supported it) as
well as state and argument checking.

svn path=/branches/messaging-2008/mcs/; revision=117134

15 years agoadd missing files (see bug #432471).
Atsushi Eno [Mon, 20 Oct 2008 08:06:16 +0000 (08:06 -0000)]
add missing files (see bug #432471).

svn path=/branches/messaging-2008/mcs/; revision=116496

15 years agoimport AMQP/Rabbit based implementation by Michael Barker (see r116493).
Atsushi Eno [Mon, 20 Oct 2008 07:49:40 +0000 (07:49 -0000)]
import AMQP/Rabbit based implementation by Michael Barker (see r116493).

svn path=/branches/messaging-2008/mcs/; revision=116494

15 years agoimport RabbitMQ.Client (see bug #432471 and
Atsushi Eno [Mon, 20 Oct 2008 07:31:10 +0000 (07:31 -0000)]
import RabbitMQ.Client (see bug #432471 and
http://lists.ximian.com/pipermail/mono-devel-list/2008-October/029498.html).

svn path=/branches/messaging-2008/mcs/; revision=116493

15 years ago2008-10-19 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Mon, 20 Oct 2008 05:00:34 +0000 (05:00 -0000)]
2008-10-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ListViewItem.cs: When deserializing enumerate over the data, instead
of accessing the data directly. This way we handle much better the
cases were we lack information.
Fixes #417520.

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

15 years ago2008-10-19 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Mon, 20 Oct 2008 00:59:55 +0000 (00:59 -0000)]
2008-10-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ListView.cs: When removing an item from a main ListView.Items
collection (and not a ListViewGroupCollection.Items one), remove it
also from the group, as .net does. Patch by Mario Carrion (mario at
novell dot com).
Fixes #436653.

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

15 years ago2008-10-20 Cedric Vivier <cedricv@neonux.com>
Cedric Vivier [Mon, 20 Oct 2008 00:03:54 +0000 (00:03 -0000)]
2008-10-20  Cedric Vivier  <cedricv@neonux.com>

* Debugger.cs: Implement Debugger.IsAttached

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

15 years ago2008-10-20 Cedric Vivier <cedricv@neonux.com>
Cedric Vivier [Mon, 20 Oct 2008 00:03:15 +0000 (00:03 -0000)]
2008-10-20  Cedric Vivier  <cedricv@neonux.com>

   * icall-def.h, icall.c: Add icall for Debugger.IsAttached

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 19 Oct 2008 21:38:23 +0000 (21:38 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* class.c (mono_method_get_vtable_index): Use
mono_method_get_vtable_slot () for accessing method->slot.

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 19 Oct 2008 21:34:19 +0000 (21:34 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* method-to-ir.c (mono_emit_method_call_full): Remove a needless call to
mono_class_setup_vtable ().

* mini-trampolines.c (mono_convert_imt_slot_to_vtable_slot): Use
mono_class_get_vtable_entry () for accessing klass->vtable.

* aot-runtime.c (load_method): Avoid a crash when using MONO_LOG_LEVEL.

* aot-compiler.c (add_generic_instances): Avoid a crash if a class is not
found.

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 19 Oct 2008 21:31:24 +0000 (21:31 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* object.c (build_imt_slots): Use mono_class_get_method_by_index () for
accessing klass->methods.

* class.c (mono_method_get_vtable_slot): New helper function.
(mono_class_get_vtable_entry): Ditto.
(mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
accessing method->slot.

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 19 Oct 2008 18:26:39 +0000 (18:26 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* generic-sharing.c (mono_class_get_method_generic): Pass the declaring
method to get_inflated_method ().

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

15 years ago* HttpWebRequestTest.cs: Fixed test for bug #429200.
Gert Driesen [Sun, 19 Oct 2008 18:07:02 +0000 (18:07 -0000)]
* HttpWebRequestTest.cs: Fixed test for bug #429200.

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 19 Oct 2008 17:50:27 +0000 (17:50 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* class.c (mono_class_get_inflated_method): New helper method to obtain
a method of an inflated class without calling setup_methods ().
(mono_class_get_cctor): Use get_inflated_method.

* generic-sharing.c (mono_class_get_method_generic): Ditto.

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 19 Oct 2008 14:35:22 +0000 (14:35 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* marshal.c image.c: Lazily create all the marshal caches.

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 19 Oct 2008 13:43:38 +0000 (13:43 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* image.c (mono_image_init): Move initialization of runtime_invoke
caches to marshal.c.

* marshal.c (get_cache): New helper function to lazily initialize a
wrapper cache.
(mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 19 Oct 2008 12:09:32 +0000 (12:09 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* method-to-ir.c (mono_save_token_info): Don't save references made from
wrappers.

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 19 Oct 2008 11:52:18 +0000 (11:52 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* aot-compiler.c (add_generic_instances): Add static rgctx wrappers for cctors
of generic instances.

* aot-runtime.c (find_extra_method): Search in all loaded AOT images.

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

15 years ago2008-10-19 Mark Probst <mark.probst@gmail.com>
Mark Probst [Sun, 19 Oct 2008 10:57:24 +0000 (10:57 -0000)]
2008-10-19  Mark Probst  <mark.probst@gmail.com>

* cpu-ppc.md, mini-ppc.c: The length of the code generated for
OP_JMP depends on the method signature.  Calculate it properly.

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 19 Oct 2008 10:54:29 +0000 (10:54 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* debug-helpers.c (mono_method_full_name): Include generic arguments.

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sun, 19 Oct 2008 10:42:21 +0000 (10:42 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* aot-runtime.c (mono_aot_find_jit_info): Handle extra methods which are
called directly.

* aot-compiler.c (emit_and_reloc_code): Allow direct calling of generic
instances.
(emit_extra_methods): Add another table mapping method indexes to
offsets in the extra_method_info table.

* mini.h: Bump AOT file format version.

* aot-runtime.c: Merge most of the code from mono_aot_get_method
and mono_aot_get_method_from_token () into one function.

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

15 years ago2008-10-19 Mark Probst <mark.probst@gmail.com>
Mark Probst [Sun, 19 Oct 2008 10:39:45 +0000 (10:39 -0000)]
2008-10-19  Mark Probst  <mark.probst@gmail.com>

* mini-ppc.c (emit_load_volatile_arguments): Inner loop needs a
separate counter.

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

15 years ago* tests2.sh: Remove extra echos
Andreia Gaita [Sun, 19 Oct 2008 02:30:23 +0000 (02:30 -0000)]
* tests2.sh: Remove extra echos

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

15 years ago* Managed.Windows.Forms/Test/System.Windows.Forms/FormTest.cs: Fix
Andreia Gaita [Sun, 19 Oct 2008 02:14:26 +0000 (02:14 -0000)]
* Managed.Windows.Forms/Test/System.Windows.Forms/FormTest.cs: Fix
  failing test on .NET/Win

2008-10-19  Andreia Gaita  <avidigal@novell.com>

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

15 years ago* Managed.Windows.Forms/System.Windows.Forms/Form.cs:
Andreia Gaita [Sun, 19 Oct 2008 02:12:28 +0000 (02:12 -0000)]
* Managed.Windows.Forms/System.Windows.Forms/Form.cs:
* Managed.Windows.Forms/Test/System.Windows.Forms/FormTest.cs: Forms
  that get closed without a handle being created are disposed in 2.0.
  Fixes failing FormTest.FormClose and FormTest.FormClose2 on windows.

2008-10-19  Andreia Gaita  <avidigal@novell.com>

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

15 years ago2008-10-18 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Sun, 19 Oct 2008 01:32:14 +0000 (01:32 -0000)]
2008-10-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ListView.cs: If both scrollbars are visible, the vertical one
shouldn't extend too far down.
Fixes #435771.

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

15 years ago * Makefile.am (man_MANS): Remove unpackaged files.
Jonathan Pryor [Sat, 18 Oct 2008 23:33:00 +0000 (23:33 -0000)]
* Makefile.am (man_MANS): Remove unpackaged files.

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

15 years ago2008-10-19 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sat, 18 Oct 2008 22:41:09 +0000 (22:41 -0000)]
2008-10-19  Zoltan Varga  <vargaz@gmail.com>

* aot-runtime.c: Merge most of the code from mono_aot_get_method
and mono_aot_get_method_from_token () into one function.

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

15 years ago2008-10-18 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sat, 18 Oct 2008 21:12:51 +0000 (21:12 -0000)]
2008-10-18  Zoltan Varga  <vargaz@gmail.com>

* aot-compiler.c aot-runtime.c: Fix the hash function used for the extra
methods.

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

15 years ago * configure.in: Generate data/monodoc.pc.
Jonathan Pryor [Sat, 18 Oct 2008 20:35:02 +0000 (20:35 -0000)]
* configure.in: Generate data/monodoc.pc.

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

15 years ago * Makefile $(LIBRARY_PACKAGE): Set to `monodoc`, as we historically
Jonathan Pryor [Sat, 18 Oct 2008 19:37:37 +0000 (19:37 -0000)]
* Makefile $(LIBRARY_PACKAGE): Set to `monodoc`, as we historically
    have had a monodoc package (and thus should preserve it).

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

15 years ago * data/Makefile.am: Add monodoc.pc to $(pkgconfig_DATA), $(DISTCLEANFILES).
Jonathan Pryor [Sat, 18 Oct 2008 19:35:18 +0000 (19:35 -0000)]
* data/Makefile.am: Add monodoc.pc to $(pkgconfig_DATA), $(DISTCLEANFILES).

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

15 years ago * data/monodoc.pc.in: Fixup sourcesdir.
Jonathan Pryor [Sat, 18 Oct 2008 19:33:27 +0000 (19:33 -0000)]
* data/monodoc.pc.in: Fixup sourcesdir.
* data/Makefile.am (EXTRA_DIST): Add monodoc.pc.in.

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

15 years agoMigrating from monodoc to mono/data...
Jonathan Pryor [Sat, 18 Oct 2008 19:28:10 +0000 (19:28 -0000)]
Migrating from monodoc to mono/data...

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

15 years ago * mdvalidator.1: Rename to mdvalidater.1.
Jonathan Pryor [Sat, 18 Oct 2008 19:25:44 +0000 (19:25 -0000)]
* mdvalidator.1: Rename to mdvalidater.1.
* Makefile.am (man_MANS): Rename to mdvalidator.1 to mdvalidater.1.

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

15 years agoOops.
Jonathan Pryor [Sat, 18 Oct 2008 19:24:42 +0000 (19:24 -0000)]
Oops.

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

15 years ago * Makefile.am (man_MANS): Add mdoc.5 and mono-config.5.
Jonathan Pryor [Sat, 18 Oct 2008 19:22:35 +0000 (19:22 -0000)]
* Makefile.am (man_MANS): Add mdoc.5 and mono-config.5.

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

15 years agoMigrating from monodoc/man to mono/man...
Jonathan Pryor [Sat, 18 Oct 2008 19:20:48 +0000 (19:20 -0000)]
Migrating from monodoc/man to mono/man...

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

15 years agoRemove a debug printf.
Zoltan Varga [Sat, 18 Oct 2008 19:18:33 +0000 (19:18 -0000)]
Remove a debug printf.

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

15 years ago2008-10-18 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Sat, 18 Oct 2008 19:17:35 +0000 (19:17 -0000)]
2008-10-18  Zoltan Varga  <vargaz@gmail.com>

* method-to-ir.c (mono_method_to_ir2): Change a !compile_aot assert to
disable_aot.

* mini.c (mono_patch_info_equal): Compare the generic context as well.

* mini.h: Bump aot file format version.

* aot-compiler.c aot-runtime.c: Generalize the wrapper handling code so the
AOT file can contain native code for methods which are not in the METHOD
table. Generate code for non-sharable generic instances of generic methods
found in the METHODSPEC table.

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

15 years ago * rules.make (dist-default): Distribute the Documentation directory,
Jonathan Pryor [Sat, 18 Oct 2008 15:49:11 +0000 (15:49 -0000)]
* rules.make (dist-default): Distribute the Documentation directory,
  if present.

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

15 years agoAdd Documentation...
Jonathan Pryor [Sat, 18 Oct 2008 15:20:13 +0000 (15:20 -0000)]
Add Documentation...

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

15 years agoTake 2! (net_2_0 needs to come before net_1_1...)
Jonathan Pryor [Sat, 18 Oct 2008 14:16:13 +0000 (14:16 -0000)]
Take 2!  (net_2_0 needs to come before net_1_1...)

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

15 years ago * rules.make (MDOC): MONO_PATH needs to include net_1_1 so monodoc.dll
Jonathan Pryor [Sat, 18 Oct 2008 13:29:37 +0000 (13:29 -0000)]
* rules.make (MDOC): MONO_PATH needs to include net_1_1 so monodoc.dll
  can be found.

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

15 years agoSet eol-style to native.
Gert Driesen [Sat, 18 Oct 2008 13:15:30 +0000 (13:15 -0000)]
Set eol-style to native.

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

15 years agoSet eol-style to native.
Gert Driesen [Sat, 18 Oct 2008 13:11:11 +0000 (13:11 -0000)]
Set eol-style to native.

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

15 years agoSet eol-style to native.
Gert Driesen [Sat, 18 Oct 2008 13:10:01 +0000 (13:10 -0000)]
Set eol-style to native.

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

15 years agoSet eol-style to native.
Gert Driesen [Sat, 18 Oct 2008 13:08:41 +0000 (13:08 -0000)]
Set eol-style to native.

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

15 years agoSet eol-style to native.
Gert Driesen [Sat, 18 Oct 2008 13:08:01 +0000 (13:08 -0000)]
Set eol-style to native.

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

15 years agoSet eol-style to native.
Gert Driesen [Sat, 18 Oct 2008 13:06:46 +0000 (13:06 -0000)]
Set eol-style to native.

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

15 years agoSet eol-style to native.
Gert Driesen [Sat, 18 Oct 2008 13:06:13 +0000 (13:06 -0000)]
Set eol-style to native.

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

15 years ago* EventLogTest.cs: Fixed compiler warning.
Gert Driesen [Sat, 18 Oct 2008 12:57:33 +0000 (12:57 -0000)]
* EventLogTest.cs: Fixed compiler warning.

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

15 years ago* HttpWebRequestTest.cs: Added test for bug #429200.
Gert Driesen [Sat, 18 Oct 2008 12:55:28 +0000 (12:55 -0000)]
* HttpWebRequestTest.cs: Added test for bug #429200.

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

15 years ago * docs/Makefile (MONODOC_INSTALL_DIR): Prefix path with $(DESTDIR) so
Jonathan Pryor [Sat, 18 Oct 2008 12:31:23 +0000 (12:31 -0000)]
* docs/Makefile (MONODOC_INSTALL_DIR): Prefix path with $(DESTDIR) so
  that it installs properly under the buildbot.

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

15 years ago2008-10-18 Mark Probst <mark.probst@gmail.com>
Mark Probst [Sat, 18 Oct 2008 12:16:28 +0000 (12:16 -0000)]
2008-10-18  Mark Probst  <mark.probst@gmail.com>

* mono.1: Documentation for "--no-x86-stack-align" option.

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

15 years ago* TypeDescriptorTests.cs:
Gert Driesen [Sat, 18 Oct 2008 08:03:37 +0000 (08:03 -0000)]
* TypeDescriptorTests.cs:
* PropertyDescriptorTests.cs: Define alias for S.C.DescriptionAttribute
to avoid ambiguous reference error using more recent versions of
NUnit (which also contains a DescriptionAttribute).

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

15 years ago* Test/System.Windows.Forms/tests2.sh: Some useful test options, see
Andreia Gaita [Sat, 18 Oct 2008 04:07:30 +0000 (04:07 -0000)]
* Test/System.Windows.Forms/tests2.sh: Some useful test options, see
  usage (default behaviour remains the same)

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

15 years ago * scripts/Makefile.am: Install scripts for mdoc-compat commands.
Jonathan Pryor [Sat, 18 Oct 2008 02:38:30 +0000 (02:38 -0000)]
* scripts/Makefile.am: Install scripts for mdoc-compat commands.
* scripts (svn:ignore): Ignore generated files.
* scripts/mdassembler, scripts/mdvalidater, scripts/monodocer,
  scripts/monodocs2html, scripts/monodocs2slashdoc: Added;
  "compatibility" scripts, converting the
  previous commands into mdoc commands.

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

15 years ago * README.makefiles: Add documentation about the new doc-update target.
Jonathan Pryor [Sat, 18 Oct 2008 00:25:54 +0000 (00:25 -0000)]
* README.makefiles: Add documentation about the new doc-update target.

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

15 years ago * Makefile: Reference the monodoc.dll from the net_1_1 profile, as
Jonathan Pryor [Fri, 17 Oct 2008 23:57:56 +0000 (23:57 -0000)]
* Makefile: Reference the monodoc.dll from the net_1_1 profile, as
  that's the only one that will get built.

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

15 years ago2008-10-18 Zoltan Varga <vargaz@gmail.com>
Zoltan Varga [Fri, 17 Oct 2008 23:41:58 +0000 (23:41 -0000)]
2008-10-18  Zoltan Varga  <vargaz@gmail.com>

* method-to-ir.c (mono_method_to_ir2): Remove the aot restriction when
encoding generic type handles.

* ir-emit.h (NEW_AOTCONST_TOKEN): Add a generic_context argument.
(NEW_TYPE_FROM_HANDLE_CONST): Add a generic_context argument.

* ir-emit.h: Rewrite the EMIT_NEW_XXXCONST macros to use the NEW_XXXCONST
macros + MONO_ADD_INS.

* mini.c (mono_jump_info_token_new2): New function which takes a generic
context as well.

* mini.h (MonoJumpInfoToken): Include fields for a generic context.

* mini.h: Bump aot file format version.

* aot-compiler.c aot-runtime.c: Update after changes to MonoJumpInfoToken.

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

15 years ago2008-10-17 Jonathan Pobst <monkey@jpobst.com>
Jonathan Pobst [Fri, 17 Oct 2008 21:35:02 +0000 (21:35 -0000)]
2008-10-17  Jonathan Pobst  <monkey@jpobst.com>

* DataGridView.cs: Add the ability to resize columns and rows with
the mouse.  Also support double-clicking to autoresize.
* DataGridViewColumn.cs: Invalidate the grid if a column's width changes.
* DataGridViewRow.cs: Invalidate the grid if a row's height changes.
* DataGridViewTextBoxCell.cs: Add 1 to preferred width so ellipsis
isn't shown on autoresize.
[Fixes bug #420193]

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

15 years ago * Makefile: Distribute monodoc.dll.config.in.
Jonathan Pryor [Fri, 17 Oct 2008 21:33:55 +0000 (21:33 -0000)]
* Makefile: Distribute monodoc.dll.config.in.

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

15 years ago * scripts/Makefile.am: Create scripts for mdoc sub-commands.
Jonathan Pryor [Fri, 17 Oct 2008 20:55:34 +0000 (20:55 -0000)]
* scripts/Makefile.am: Create scripts for mdoc sub-commands.

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

15 years ago * scripts/Makefile.am: Add mod.
Jonathan Pryor [Fri, 17 Oct 2008 20:46:20 +0000 (20:46 -0000)]
* scripts/Makefile.am: Add mod.

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

15 years agoMoving from monodoc/scripts to mono/scripts...
Jonathan Pryor [Fri, 17 Oct 2008 20:27:48 +0000 (20:27 -0000)]
Moving from monodoc/scripts to mono/scripts...

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

15 years ago * Makefile: Add mod to the build.
Jonathan Pryor [Fri, 17 Oct 2008 20:25:52 +0000 (20:25 -0000)]
* Makefile: Add mod to the build.
* mod/ChangeLog: Started.
* mod/mod.exe.sources: Added; sources for mod.exe.
* mod/Makefile: Added; build mod.exe.

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

15 years agoMoving from monodoc/engine to mcs/tools/mod...
Jonathan Pryor [Fri, 17 Oct 2008 20:18:43 +0000 (20:18 -0000)]
Moving from monodoc/engine to mcs/tools/mod...

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

15 years ago2008-10-17 Mark Probst <mark.probst@gmail.com>
Mark Probst [Fri, 17 Oct 2008 20:15:10 +0000 (20:15 -0000)]
2008-10-17  Mark Probst  <mark.probst@gmail.com>

* mini-x86.h, mini-x86.c, exceptions-x86.c: Align stack on all
platforms, with definable stack alignment value.  Set to 16 now
for all platforms.

* mini.c, mini.h, driver.c: Command line option for disabling
stack alignment.

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

15 years ago * Makefile: Add man pages added from monodoc/man...
Jonathan Pryor [Fri, 17 Oct 2008 20:12:38 +0000 (20:12 -0000)]
* Makefile: Add man pages added from monodoc/man...

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

15 years ago * Makefile: Fix $(EXTRA_DISTFILES) so that `make distcheck` doesn't
Jonathan Pryor [Fri, 17 Oct 2008 19:55:30 +0000 (19:55 -0000)]
* Makefile: Fix $(EXTRA_DISTFILES) so that `make distcheck` doesn't
  fail on mdoc anymore...

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

15 years ago2008-10-17 Bill Holmes <billholmes54@gmail.com>
Bill Holmes [Fri, 17 Oct 2008 19:34:18 +0000 (19:34 -0000)]
2008-10-17  Bill Holmes  <billholmes54@gmail.com>

* eglib.vcproj : Adding src\gtimer-win32.c to the VC project.

Code is contributed under MIT/X11 license.

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

15 years ago * Makefile: Use NO_INSTALL to prevent installation instead of using
Jonathan Pryor [Fri, 17 Oct 2008 19:32:54 +0000 (19:32 -0000)]
* Makefile: Use NO_INSTALL to prevent installation instead of using
  do-install and do-uninstall.

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

15 years ago * Makefile: Generate a monodoc.dll.config (installed by gacutil), so
Jonathan Pryor [Fri, 17 Oct 2008 19:29:21 +0000 (19:29 -0000)]
* Makefile: Generate a monodoc.dll.config (installed by gacutil), so
  that monodoc.dll can find the documentation sources.

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

15 years ago * Makefile: Add mdoc, monodoc to the build.
Jonathan Pryor [Fri, 17 Oct 2008 19:21:08 +0000 (19:21 -0000)]
* Makefile: Add mdoc, monodoc to the build.

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

15 years ago* docs/Makefile (DISTFILES): Don't use 'find' to list files.
Raja R Harinath [Fri, 17 Oct 2008 19:18:45 +0000 (19:18 -0000)]
* docs/Makefile (DISTFILES): Don't use 'find' to list files.

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

15 years agoMigrating from monodoc/engine to mcs/tools/monodoc...
Jonathan Pryor [Fri, 17 Oct 2008 19:16:21 +0000 (19:16 -0000)]
Migrating from monodoc/engine to mcs/tools/monodoc...

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

15 years agoA few fixes for monodoc
Raja R Harinath [Fri, 17 Oct 2008 19:13:04 +0000 (19:13 -0000)]
A few fixes for monodoc

* Makefile (net_2_0_SUBDIRS): Add 'docs'.
* docs/Makefile: Build documentation only in the net_2_0 profile.
* build/rules.make (MDOC): Pass a proper MONO_PATH.
* tools/mdoc/Makefile (MCS1): Use 'class/lib/net_1_1', not 'class/lib/1.0'.

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

15 years ago * docs/Makefile: Add install/uninstall support.
Jonathan Pryor [Fri, 17 Oct 2008 19:01:35 +0000 (19:01 -0000)]
* docs/Makefile: Add install/uninstall support.

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

15 years agoalways generate the local var sig
Rodrigo B. de Oliveira [Fri, 17 Oct 2008 18:55:21 +0000 (18:55 -0000)]
always generate the local var sig

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

15 years agoMoving from monodoc/engine to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 18:54:11 +0000 (18:54 -0000)]
Moving from monodoc/engine to mcs/docs...

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

15 years agoAdd doc-update target support.
Jonathan Pryor [Fri, 17 Oct 2008 18:45:17 +0000 (18:45 -0000)]
Add doc-update target support.

The doc-update target updates the Documentation/en directory for libraries
(and is otherwise ignored).

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

15 years ago * Makefile: Add fixup-docs target, to simplify importing NDesk.Options
Jonathan Pryor [Fri, 17 Oct 2008 18:36:28 +0000 (18:36 -0000)]
* Makefile: Add fixup-docs target, to simplify importing NDesk.Options
  documentation for use in Mono.Options

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

15 years ago * Documentation/**: Flush updated documentation.
Jonathan Pryor [Fri, 17 Oct 2008 18:35:13 +0000 (18:35 -0000)]
* Documentation/**: Flush updated documentation.

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

15 years agoMake robust to 'make clean; make'
Raja R Harinath [Fri, 17 Oct 2008 18:31:13 +0000 (18:31 -0000)]
Make robust to 'make clean; make'

* Makefile (CYCLIC_DEPS): If we're using BOOT_COMPILE, don't
bother looking for cyclic dependencies -- they'll fail to load
even if the dlls exist.
(handle-missing-deps): Rename from 'echo-warning'.  Remove cyclic
dependencies for real, if they exist.
Reported by Jonathan Pryor.

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

15 years ago * docs/Makefile: Assemble documentation.
Jonathan Pryor [Fri, 17 Oct 2008 18:28:30 +0000 (18:28 -0000)]
* docs/Makefile: Assemble documentation.
* docs/cs-errors.config: Update to refer to correct directory.
* docs/mono-tools.config: Man pages are in mono/man now...

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

15 years ago2008-10-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 17 Oct 2008 18:26:31 +0000 (18:26 -0000)]
2008-10-17  Atsushi Enomoto  <atsushi@ximian.com>

* DynamicDataRouteHandler.cs, DynamicDataRoute.cs, MetaTable.cs,
  MetaModel.cs : ongoing implementation.

* DynamicDataRouteTest.cs, TestStubTypes.cs: new tests.
* MetaModelTest.cs : fixed test namespace and type aliases.
  Now that this test does not always run first, remove run-order-
  dependent assertions. Added some more assertions.

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

15 years agoMigrating from monodoc/man to mono/man...
Jonathan Pryor [Fri, 17 Oct 2008 18:25:56 +0000 (18:25 -0000)]
Migrating from monodoc/man to mono/man...

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

15 years agoMigrating from monodoc/man to mono/man...
Jonathan Pryor [Fri, 17 Oct 2008 18:23:24 +0000 (18:23 -0000)]
Migrating from monodoc/man to mono/man...

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

15 years agoMigrating from monodoc/man to mono/man...
Jonathan Pryor [Fri, 17 Oct 2008 18:23:19 +0000 (18:23 -0000)]
Migrating from monodoc/man to mono/man...

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

15 years agoMigrating from monodoc/man to mono/man...
Jonathan Pryor [Fri, 17 Oct 2008 18:23:13 +0000 (18:23 -0000)]
Migrating from monodoc/man to mono/man...

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

15 years ago2008-10-17 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Fri, 17 Oct 2008 18:21:36 +0000 (18:21 -0000)]
2008-10-17  Atsushi Enomoto  <atsushi@ximian.com>

* RouteValueDictionary.cs : its string comparison is case
  insensitive.

* RouteValueDictionaryTest.cs : test for case-insensitive comparison.

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

15 years agoMigrating from monodoc/man to mono/man...
Jonathan Pryor [Fri, 17 Oct 2008 18:21:31 +0000 (18:21 -0000)]
Migrating from monodoc/man to mono/man...

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

15 years agoMigrating from monodoc/man to mono/man...
Jonathan Pryor [Fri, 17 Oct 2008 18:21:25 +0000 (18:21 -0000)]
Migrating from monodoc/man to mono/man...

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

15 years agoMigrating from monodoc/man to mono/man...
Jonathan Pryor [Fri, 17 Oct 2008 18:21:19 +0000 (18:21 -0000)]
Migrating from monodoc/man to mono/man...

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

15 years agoMigrating from monodoc/man to mono/man...
Jonathan Pryor [Fri, 17 Oct 2008 18:21:13 +0000 (18:21 -0000)]
Migrating from monodoc/man to mono/man...

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

15 years agoMigrating from monodoc/man to mono/man...
Jonathan Pryor [Fri, 17 Oct 2008 18:21:07 +0000 (18:21 -0000)]
Migrating from monodoc/man to mono/man...

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

15 years agoMigrating from monodoc/man to mono/man...
Jonathan Pryor [Fri, 17 Oct 2008 18:21:01 +0000 (18:21 -0000)]
Migrating from monodoc/man to mono/man...

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