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

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

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

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

15 years ago2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Fri, 17 Oct 2008 17:41:29 +0000 (17:41 -0000)]
2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>

* basic-simd.cs: Tests for new methods in Vector4ui.

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

15 years ago2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Fri, 17 Oct 2008 17:41:18 +0000 (17:41 -0000)]
2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>

* mini-ops.h: Add packed int shuffle.

* cpu-x86.md: Same.

* mini-x86.c (mono_arch_output_basic_block): Same.

* simd-intrinsics.c (vector4ui_intrinsics): Add compare equal,
extract mask, max, min, shuffle.

* simd-intrinsics.c (vector8us_intrinsics): Add max and min.

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

15 years ago2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Fri, 17 Oct 2008 17:41:14 +0000 (17:41 -0000)]
2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>

* x86/x86-codegen.h: Add packed int shuffle.

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

15 years ago2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Fri, 17 Oct 2008 17:41:03 +0000 (17:41 -0000)]
2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>

* basic-simd.cs: Tests for new methods in Vector8us.

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

15 years ago2008-10-17 Mario Carrion <mcarrion@novell.com>
Mario Carrion [Fri, 17 Oct 2008 17:24:13 +0000 (17:24 -0000)]
2008-10-17  Mario Carrion <mcarrion@novell.com>

* ComboBox.cs: Remove UIAListbox.

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

15 years agoFix the OP_IREM_IMM optimization.
Zoltan Varga [Fri, 17 Oct 2008 17:01:54 +0000 (17:01 -0000)]
Fix the OP_IREM_IMM optimization.

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

15 years ago 2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Fri, 17 Oct 2008 16:37:39 +0000 (16:37 -0000)]
2008-10-17  Rodrigo Kumpera  <rkumpera@novell.com>

     * Vector4ui.cs: Remove Average as there is no sse instruction for that.

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

15 years ago2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Fri, 17 Oct 2008 16:15:50 +0000 (16:15 -0000)]
2008-10-17 Rodrigo Kumpera <rkumpera@novell.com>

* Vector4ui.cs: Added Min, Max, Average, ExtractByteMask,
Shuffle and CompareEqual.

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

15 years ago2008-10-17 Mario Carrion <mcarrion@novell.com>
Mario Carrion [Fri, 17 Oct 2008 16:09:31 +0000 (16:09 -0000)]
2008-10-17  Mario Carrion <mcarrion@novell.com>

* ComboBox.cs, ListBox.cs: Using added/removed item in
  OnUIACollectionChangedEvent instead of index.

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

15 years agoblah
Jb Evain [Fri, 17 Oct 2008 15:44:14 +0000 (15:44 -0000)]
blah

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

15 years agofixicate
Jb Evain [Fri, 17 Oct 2008 15:38:52 +0000 (15:38 -0000)]
fixicate

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

15 years ago2008-10-17 Jb Evain <jbevain@novell.com>
Jb Evain [Fri, 17 Oct 2008 15:28:52 +0000 (15:28 -0000)]
2008-10-17  Jb Evain  <jbevain@novell.com>

* Mono.Cecil.Mdb/MdbWriter.cs: Adjust to Cecil changes.

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

15 years ago2008-10-17 Jb Evain <jbevain@novell.com>
Jb Evain [Fri, 17 Oct 2008 15:27:46 +0000 (15:27 -0000)]
2008-10-17  Jb Evain  <jbevain@novell.com>

* Mono.Cecil/ReflectionWriter.cs: remove dead code.
* Mono.Cecil.Cil/ISymbolWriter.cs: simplify Write method.

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

15 years agoUse UNIX line endings consistently
Marek Habersack [Fri, 17 Oct 2008 15:26:06 +0000 (15:26 -0000)]
Use UNIX line endings consistently

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

15 years agoNew test.
Marek Safar [Fri, 17 Oct 2008 15:19:17 +0000 (15:19 -0000)]
New test.

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

15 years ago2008-10-17 Marek Safar <marek.safar@gmail.com>
Marek Safar [Fri, 17 Oct 2008 15:16:23 +0000 (15:16 -0000)]
2008-10-17  Marek Safar  <marek.safar@gmail.com>

* ecore.cs: Resolve correctly ambiguous params delegate methods.

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

15 years agoMigrating from monodoc/class to mcs/class...
Jonathan Pryor [Fri, 17 Oct 2008 15:04:14 +0000 (15:04 -0000)]
Migrating from monodoc/class to mcs/class...

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

15 years agoMigrating from monodoc/ecma334 to mcs/docs/ecma334...
Jonathan Pryor [Fri, 17 Oct 2008 15:01:25 +0000 (15:01 -0000)]
Migrating from monodoc/ecma334 to mcs/docs/ecma334...

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

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

* UrlPattern.cs : fixed pattern match for such string that has
  suffix. (DynamicData uses it.)

* RouteTest.cs : added test for DynamicData default pattern.

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

15 years agoMigrating from monodoc/class to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 14:56:54 +0000 (14:56 -0000)]
Migrating from monodoc/class to mcs/docs...

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

15 years agopatch enabling better handling of local var debug info applied
Rodrigo B. de Oliveira [Fri, 17 Oct 2008 14:56:36 +0000 (14:56 -0000)]
patch enabling better handling of local var debug info applied

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

15 years ago2008-10-17 Marek Habersack <mhabersack@novell.com>
Marek Habersack [Fri, 17 Oct 2008 14:56:19 +0000 (14:56 -0000)]
2008-10-17  Marek Habersack  <mhabersack@novell.com>

* ImageMap.cs: added the SupportsEventValidation attribute to the
class.
Validate the event in RaisePostBackEvent ().
Register for event validation in Render ().

* DropDownList.cs, ListBox.cs: validate the event in LoadPostData ().

* TextBox.cs: validate the event in LoadPostData ().
Register for event validation in AddAttributesToRender ().

* HiddenField.cs: validate the event in RaisePostDataChangedEvent.
Register for event validation in Render ().

* RadioButton.cs: validate the event in LoadPostData ().
Register for event validation in InternalAddAttributesToRender.

* CheckBox.cs, RadioButtonList.cs: validate the event in
RaisePostDataChangedEvent.

* Menu.cs: added the SupportsEventValidation attribute to the
class.
Validate the event in RaisePostBackEvent ().
Register for event validation in GetClientEvent ().

* DetailsView.cs, GridView.cs: validate the event in
RaisePostBackEvent ().
Register for validation in GetCallbackScript () and in OnPreRender

* Button.cs, Table.cs, BulletedList.cs, Calendar.cs, LinkButton.cs,
ImageButton.cs, TreeView.cs: validate the event in RaisePostBackEvent ().

2008-10-17  Marek Habersack  <mhabersack@novell.com>

* Control.cs: added the ValidateEvent internal method, used by
classes descending from Control to automatically trigger event
validation.

* Page.cs: removed the CheckForValidationSupport method. It moved
to Control.cs
RaisePostBackEvent no longer validates the events, this
functionality has been moved to Control.ValidateEvent.

2008-10-17  Marek Habersack  <mhabersack@novell.com>

* HtmlInputHidden.cs: validate the event in LoadPostDataInternal.

* HtmlInputButton.cs: validate the event in
RaisePostBackEventInternal ().
Register for event validation in RenderAttributes ()

* HtmlTextArea.cs: validate the event in
RaisePostBackDataChangedEvent ().

* HtmlButton.cs: validate the event in RaisePostBackEvent ().
Register for event validation in RenderAttributes ()

* HtmlAnchor.cs: validate the event in RaisePostBackEvent ().
Register for event validation in RenderAttributes ().

* HtmlInputRadioButton.cs, HtmlSelect.cs: validate the event in
LoadPostData.

* HtmlInputText.cs, HtmlInputImage.cs, HtmlInputCheckBox.cs,
HtmlInputPassword.cs: validate the event in
RaisePostDataChangedEvent ().

2008-10-17  Marek Habersack  <mhabersack@novell.com>

* MenuAdapterTest.cs: work around event validation failure in the
test environment.

2008-10-17  Marek Habersack  <mhabersack@novell.com>

* PageTest.cs: use a custom version of HtmlInputHidden control to
work around the new event validation code which doesn't work in
this instance.

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

15 years agoMigrating from monodoc/class to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 14:55:25 +0000 (14:55 -0000)]
Migrating from monodoc/class to mcs/docs...

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

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

* ComboBox.cs: When we are sorting the items, if the item's type
doesn't support IComparer, use a default one that compares based
off the item's visible text.
[Fixes bug #436328]

2008-10-17  Jonathan Pobst  <monkey@jpobst.com>

* ComboBoxTest.cs: Add test for bug #436328.

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

15 years agoMigrating from monodoc/class to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 14:52:56 +0000 (14:52 -0000)]
Migrating from monodoc/class to mcs/docs...

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

15 years agoMigrating from monodoc/class to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 14:52:51 +0000 (14:52 -0000)]
Migrating from monodoc/class to mcs/docs...

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

15 years agoMigrating from monodoc/class to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 14:52:43 +0000 (14:52 -0000)]
Migrating from monodoc/class to mcs/docs...

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

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

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

15 years ago * Documentation/en/**: Move to appropriate assembly-specific
Jonathan Pryor [Fri, 17 Oct 2008 14:43:50 +0000 (14:43 -0000)]
* Documentation/en/**: Move to appropriate assembly-specific
  directories.

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

15 years ago2008-10-17 Jb Evain <jbevain@novell.com>
Jb Evain [Fri, 17 Oct 2008 14:36:02 +0000 (14:36 -0000)]
2008-10-17  Jb Evain  <jbevain@novell.com>

* Makefile: clean the Makefile, following the pattern in ../class,
to make it easier to add tools.

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

15 years ago2008-10-17 Marek Safar <marek.safar@gmail.com>
Marek Safar [Fri, 17 Oct 2008 14:22:14 +0000 (14:22 -0000)]
2008-10-17  Marek Safar  <marek.safar@gmail.com>

* generic.cs, anonymous.cs: Simplified GetDeclarations.

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

15 years agoMigrating from monodoc/class/Mono.GetOptions to mcs/class/Mono.GetOptions/Documentati...
Jonathan Pryor [Fri, 17 Oct 2008 14:20:41 +0000 (14:20 -0000)]
Migrating from monodoc/class/Mono.GetOptions to mcs/class/Mono.GetOptions/Documentation...

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

15 years agoMigrating from monodoc/class/System.XML to mcs/class/System.XML/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 14:12:20 +0000 (14:12 -0000)]
Migrating from monodoc/class/System.XML to mcs/class/System.XML/Documentation...

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

15 years agoMigrating from monodoc/class/System.Web.Services to mcs/class/System.Web.Services...
Jonathan Pryor [Fri, 17 Oct 2008 14:12:16 +0000 (14:12 -0000)]
Migrating from monodoc/class/System.Web.Services to mcs/class/System.Web.Services/Documentation...

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

15 years agoMigrating from monodoc/class/System.Web to mcs/class/System.Web/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 14:12:12 +0000 (14:12 -0000)]
Migrating from monodoc/class/System.Web to mcs/class/System.Web/Documentation...

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

15 years agoMigrating from monodoc/class/System.Security to mcs/class/System.Security/Documentati...
Jonathan Pryor [Fri, 17 Oct 2008 14:12:08 +0000 (14:12 -0000)]
Migrating from monodoc/class/System.Security to mcs/class/System.Security/Documentation...

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

15 years agoMigrating from monodoc/class/System.Runtime.Serialization.Formatters.Soap to mcs...
Jonathan Pryor [Fri, 17 Oct 2008 14:12:04 +0000 (14:12 -0000)]
Migrating from monodoc/class/System.Runtime.Serialization.Formatters.Soap to mcs/class/System.Runtime.Serialization.Formatters.Soap/Documentation...

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

15 years agoMigrating from monodoc/class/System.Runtime.Remoting to mcs/class/System.Runtime...
Jonathan Pryor [Fri, 17 Oct 2008 14:12:00 +0000 (14:12 -0000)]
Migrating from monodoc/class/System.Runtime.Remoting to mcs/class/System.Runtime.Remoting/Documentation...

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

15 years agoMigrating from monodoc/class/System.Drawing to mcs/class/System.Drawing/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:56 +0000 (14:11 -0000)]
Migrating from monodoc/class/System.Drawing to mcs/class/System.Drawing/Documentation...

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

15 years agoMigrating from monodoc/class/System.DirectoryServices to mcs/class/System.DirectorySe...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:52 +0000 (14:11 -0000)]
Migrating from monodoc/class/System.DirectoryServices to mcs/class/System.DirectoryServices/Documentation...

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

15 years agoMigrating from monodoc/class/System.Design to mcs/class/System.Design/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:46 +0000 (14:11 -0000)]
Migrating from monodoc/class/System.Design to mcs/class/System.Design/Documentation...

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

15 years agoMigrating from monodoc/class/System.Data to mcs/class/System.Data/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:42 +0000 (14:11 -0000)]
Migrating from monodoc/class/System.Data to mcs/class/System.Data/Documentation...

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

15 years agoMigrating from monodoc/class/System.Core to mcs/class/System.Core/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:38 +0000 (14:11 -0000)]
Migrating from monodoc/class/System.Core to mcs/class/System.Core/Documentation...

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

15 years agoMigrating from monodoc/class/System.Configuration.Install to mcs/class/System.Configu...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:34 +0000 (14:11 -0000)]
Migrating from monodoc/class/System.Configuration.Install to mcs/class/System.Configuration.Install/Documentation...

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

15 years agoMigrating from monodoc/class/Npgsql to mcs/class/Npgsql/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:29 +0000 (14:11 -0000)]
Migrating from monodoc/class/Npgsql to mcs/class/Npgsql/Documentation...

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

15 years agoMigrating from monodoc/class/Novell.Directory.Ldap to mcs/class/Novell.Directory...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:24 +0000 (14:11 -0000)]
Migrating from monodoc/class/Novell.Directory.Ldap to mcs/class/Novell.Directory.Ldap/Documentation...

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

15 years agoMigrating from monodoc/class/System to mcs/class/System/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:20 +0000 (14:11 -0000)]
Migrating from monodoc/class/System to mcs/class/System/Documentation...

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

15 years agoMigrating from monodoc/class/Mono.Security.Win32 to mcs/class/Mono.Security.Win32...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:16 +0000 (14:11 -0000)]
Migrating from monodoc/class/Mono.Security.Win32 to mcs/class/Mono.Security.Win32/Documentation...

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

15 years agoMigrating from monodoc/class/Mono.Security to mcs/class/Mono.Security/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:12 +0000 (14:11 -0000)]
Migrating from monodoc/class/Mono.Security to mcs/class/Mono.Security/Documentation...

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

15 years agoMigrating from monodoc/class/Mono.Posix to mcs/class/Mono.Posix/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 14:11:08 +0000 (14:11 -0000)]
Migrating from monodoc/class/Mono.Posix to mcs/class/Mono.Posix/Documentation...

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

15 years agoMigrating from monodoc/class/Mono.Data.SqliteClient to mcs/class/Mono.Data.SqliteClie...
Jonathan Pryor [Fri, 17 Oct 2008 14:04:16 +0000 (14:04 -0000)]
Migrating from monodoc/class/Mono.Data.SqliteClient to mcs/class/Mono.Data.SqliteClient/Documentation...

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

15 years agoMigrating from monodoc/class/Mono.Cairo to mcs/class/Mono.Cairo/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 14:04:11 +0000 (14:04 -0000)]
Migrating from monodoc/class/Mono.Cairo to mcs/class/Mono.Cairo/Documentation...

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

15 years agoMigrating from monodoc/class/Microsoft.Build.Utilities to mcs/class/Microsoft.Build...
Jonathan Pryor [Fri, 17 Oct 2008 14:04:05 +0000 (14:04 -0000)]
Migrating from monodoc/class/Microsoft.Build.Utilities to mcs/class/Microsoft.Build.Utilities/Documentation...

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

15 years agoMigrating from monodoc/class/Microsoft.Build.Framework to mcs/class/Microsoft.Build...
Jonathan Pryor [Fri, 17 Oct 2008 14:04:01 +0000 (14:04 -0000)]
Migrating from monodoc/class/Microsoft.Build.Framework to mcs/class/Microsoft.Build.Framework/Documentation...

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

15 years agoMigrating from monodoc/class/Commons.Xml.Relaxng to mcs/class/Commons.Xml.Relaxng...
Jonathan Pryor [Fri, 17 Oct 2008 14:03:53 +0000 (14:03 -0000)]
Migrating from monodoc/class/Commons.Xml.Relaxng to mcs/class/Commons.Xml.Relaxng/Documentation...

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

15 years ago * Makefile (DIST_ONLY_SUBDIRS): Add mono-shlib-cop; fixes the build.
Jonathan Pryor [Fri, 17 Oct 2008 14:03:09 +0000 (14:03 -0000)]
* Makefile (DIST_ONLY_SUBDIRS): Add mono-shlib-cop; fixes the build.

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

15 years agoMigrating from monodoc/class to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 13:56:58 +0000 (13:56 -0000)]
Migrating from monodoc/class to mcs/docs...

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

15 years ago * Mono.Documentation/monodocer.cs: -overrides & -pretty should default
Jonathan Pryor [Fri, 17 Oct 2008 13:39:40 +0000 (13:39 -0000)]
* Mono.Documentation/monodocer.cs: -overrides & -pretty should default
  to true.  (Not a major change, as mdoc.exe already did this, so it
  really only impacts monodocer1.exe, which is internal...)

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

15 years agoCompactFramework compilation fixes
Rodrigo B. de Oliveira [Fri, 17 Oct 2008 13:29:04 +0000 (13:29 -0000)]
CompactFramework compilation fixes

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

15 years agoFri Oct 17 15:23:00 CEST 2008 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 17 Oct 2008 13:26:13 +0000 (13:26 -0000)]
Fri Oct 17 15:23:00 CEST 2008 Paolo Molaro <lupus@ximian.com>

* processes.c: patch from Geoff Norton (gnorton@novell.com) to
strdup the open program on OSX (bug #431811).

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

15 years agoFix missing break.
Paolo Molaro [Fri, 17 Oct 2008 13:09:38 +0000 (13:09 -0000)]
Fix missing break.

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

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

* method-to-ir.c (mono_method_to_ir2): "refanytype" produces a
RuntimeTypeHandle, not a TypedReference.

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

15 years agoFri Oct 17 14:40:50 CEST 2008 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 17 Oct 2008 12:41:43 +0000 (12:41 -0000)]
Fri Oct 17 14:40:50 CEST 2008 Paolo Molaro <lupus@ximian.com>

* simd-intrinsics.c: remove relocations.

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

15 years agoNew test.
Marek Safar [Fri, 17 Oct 2008 11:35:45 +0000 (11:35 -0000)]
New test.

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

15 years agoNew tests.
Marek Safar [Fri, 17 Oct 2008 11:34:52 +0000 (11:34 -0000)]
New tests.

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

15 years ago2008-10-17 Marek Safar <marek.safar@gmail.com>
Marek Safar [Fri, 17 Oct 2008 11:32:21 +0000 (11:32 -0000)]
2008-10-17  Marek Safar  <marek.safar@gmail.com>

* cs-tokenizer.cs: More precise cast parsing.

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

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

* mini-amd64.c (mono_arch_output_basic_block): Port the IREM_IMM
optimizations from the x86 backend.

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

15 years agoFri Oct 17 12:00:51 CEST 2008 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 17 Oct 2008 10:03:55 +0000 (10:03 -0000)]
Fri Oct 17 12:00:51 CEST 2008 Paolo Molaro <lupus@ximian.com>

* simd-methods.h, simd-intrinsics.c: debloat method names and
prepare for no relocations.

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

15 years agoFri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
Paolo Molaro [Fri, 17 Oct 2008 08:52:33 +0000 (08:52 -0000)]
Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>

* loader.c: fixed check for interface type.

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

15 years ago2008-10-17 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Fri, 17 Oct 2008 06:04:25 +0000 (06:04 -0000)]
2008-10-17  Miguel de Icaza  <miguel@novell.com>

* atomic.h: Add CodeWarrior macros from Unity3D.

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

15 years ago2008-10-17 Carlos Alberto Cortez <calberto.cortez@gmail.com>
Carlos Alberto Cortez [Fri, 17 Oct 2008 05:50:10 +0000 (05:50 -0000)]
2008-10-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ColumnHeader.cs: Invalidate ListView.header_control when setting
ImageIndex/ImageKey.
* ThemeWin32Classic.cs: When drawing the column header, draw a image
for the column if available, and make the required adjustments to the
text location.
Fixes #435105.

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

15 years ago2008-10-17 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Fri, 17 Oct 2008 05:34:16 +0000 (05:34 -0000)]
2008-10-17  Miguel de Icaza  <miguel@novell.com>

* Allow types to be defined on the eglib-config.h file, that could
be a platform specific generated type file.

* gtimer.c: split functionality in platforms.

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

15 years agoMigrating from monodoc/class to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 04:39:54 +0000 (04:39 -0000)]
Migrating from monodoc/class to mcs/docs...

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

15 years agoMigrating from monodoc/class to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 04:39:02 +0000 (04:39 -0000)]
Migrating from monodoc/class to mcs/docs...

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

15 years agoMigrating from monodoc/class to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 04:38:48 +0000 (04:38 -0000)]
Migrating from monodoc/class to mcs/docs...

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

15 years agoMigrating from monodoc/class to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 04:38:34 +0000 (04:38 -0000)]
Migrating from monodoc/class to mcs/docs...

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

15 years agoMigrating from monodoc/class to mcs/docs...
Jonathan Pryor [Fri, 17 Oct 2008 04:38:01 +0000 (04:38 -0000)]
Migrating from monodoc/class to mcs/docs...

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

15 years ago2008-10-16 Rodrigo Kumpera <rkumpera@novell.com>
Rodrigo Kumpera [Fri, 17 Oct 2008 04:30:49 +0000 (04:30 -0000)]
2008-10-16 Rodrigo Kumpera <rkumpera@novell.com>

* Vector16b.cs: Added Min, Max, Average, ExtractByteMask,
SumOfAbsoluteDifferences and CompareEqual.

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

15 years agoMigrating monodoc/class/[ASSEMBLY] to mcs/class/[ASSEMBLY]/Documentation...
Jonathan Pryor [Fri, 17 Oct 2008 04:18:25 +0000 (04:18 -0000)]
Migrating monodoc/class/[ASSEMBLY] to mcs/class/[ASSEMBLY]/Documentation...

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

15 years ago * Mono.Documentation/monodocer.cs: Only provide a Main() method and
Jonathan Pryor [Fri, 17 Oct 2008 04:11:03 +0000 (04:11 -0000)]
* Mono.Documentation/monodocer.cs: Only provide a Main() method and
  use Mono.GetOptions when targeting .NET 1.0 (i.e. monodocer1.exe).

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

15 years agoMoving from monodoc/tools to mcs/tools/mdoc...
Jonathan Pryor [Fri, 17 Oct 2008 04:08:09 +0000 (04:08 -0000)]
Moving from monodoc/tools to mcs/tools/mdoc...

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

15 years agoMoving from monodoc/tools to mcs/tools/mdoc...
Jonathan Pryor [Fri, 17 Oct 2008 04:07:39 +0000 (04:07 -0000)]
Moving from monodoc/tools to mcs/tools/mdoc...

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

15 years agoMoving from monodoc/tools to mcs/tools/mdoc...
Jonathan Pryor [Fri, 17 Oct 2008 04:07:20 +0000 (04:07 -0000)]
Moving from monodoc/tools to mcs/tools/mdoc...

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

15 years agoMoving from monodoc/tools to mcs/tools/mdoc...
Jonathan Pryor [Fri, 17 Oct 2008 04:07:01 +0000 (04:07 -0000)]
Moving from monodoc/tools to mcs/tools/mdoc...

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

15 years agoNot sure why this was here, as it was _moved_ to Test...
Jonathan Pryor [Fri, 17 Oct 2008 04:02:49 +0000 (04:02 -0000)]
Not sure why this was here, as it was _moved_ to Test...

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

15 years agoThis never should have been renamed in the first place...
Jonathan Pryor [Fri, 17 Oct 2008 04:01:08 +0000 (04:01 -0000)]
This never should have been renamed in the first place...

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

15 years agoControl enabled to support accessibility.
Neville Gao [Fri, 17 Oct 2008 03:58:40 +0000 (03:58 -0000)]
Control enabled to support accessibility.

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

15 years ago * . (svn:ignore), Test (svn:ignore): Ignore generated files.
Jonathan Pryor [Fri, 17 Oct 2008 03:52:12 +0000 (03:52 -0000)]
* . (svn:ignore), Test (svn:ignore): Ignore generated files.
* assembler.cs, mdoc.cs, monodocer.cs, monodocs2html.cs,
  monodocs2slashdoc.cs, normalize.cs, validate.cs, XhtmlWriter.cs:
  Move to Mono.Documentation.
* defaulttemplate.xsl, overview.xsl, stylesheet.xsl: Moved to
  Resources.
* DocTest: Moved to Test.
* DocTest-v1.cs, DocTest-v2.patch, TestEcmaDocs.xml: Moved to Test.
* mdoc.exe.sources: Added; mcs include file to build mdoc.exe.
* Makefile: Added; build mdoc.exe, monodocer1.exe, and unit tests for
  mdoc.exe
* Mono.Documentation/assembler.cs, Mono.Documentation/normalize.cs,
  Mono.Documentation/mdoc.cs, Mono.Documentation/monodocs2slashdoc.cs,
  Mono.Documentation/monodocs2html.cs, Mono.Documentation/validate.cs:
  Modify command line handling to remove Mono.GetOptions dependency.
* Test/DocTest-v1.cs: Update //code/@src attribute due to changed paths.
* Test/msxdoc-expected.importslashdoc.xml,
* Test/en.expected.importslashdoc/Mono.DocTest/DocAttribute.xml: Flush
  due to above DocTest-v1.cs change.

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

15 years ago * Mono.Documentation/ManifestResourceResolver.cs,
Jonathan Pryor [Fri, 17 Oct 2008 01:50:48 +0000 (01:50 -0000)]
* Mono.Documentation/ManifestResourceResolver.cs,
  Mono.Documentation/XmlDocUtils.cs: Make types public so that they
  can be used from ../mdoc/mdoc.exe.

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

15 years ago * scripts/Makefile.am: Move mono-shlib-cop to scripts_2_0.
Jonathan Pryor [Fri, 17 Oct 2008 01:24:18 +0000 (01:24 -0000)]
* scripts/Makefile.am: Move mono-shlib-cop to scripts_2_0.

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

15 years ago * Makefile (SUBDIRS, net_2_0_SUBDIRS): Move mono-shlib-cop to
Jonathan Pryor [Fri, 17 Oct 2008 01:21:24 +0000 (01:21 -0000)]
* Makefile (SUBDIRS, net_2_0_SUBDIRS): Move mono-shlib-cop to
  net_2_0_SUBDIRS so that it can use Mono.Options...

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

15 years agoMigrating monodoc utilities to mcs/tools/mdoc...
Jonathan Pryor [Fri, 17 Oct 2008 01:00:11 +0000 (01:00 -0000)]
Migrating monodoc utilities to mcs/tools/mdoc...

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

15 years ago * mono-shlib-cop.cs: Migrate from Mono.GetOptions to Mono.Options.
Jonathan Pryor [Thu, 16 Oct 2008 23:56:26 +0000 (23:56 -0000)]
* mono-shlib-cop.cs: Migrate from Mono.GetOptions to Mono.Options.
* mono-shlib-cop.exe.sources: Include Mono.Options source.

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

15 years ago * Makefile: Update $(thisdir).
Jonathan Pryor [Thu, 16 Oct 2008 23:43:34 +0000 (23:43 -0000)]
* Makefile: Update $(thisdir).

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

15 years ago * Assmbly/AssemblyInfo.cs: Change location of mono.snk (since the
Jonathan Pryor [Thu, 16 Oct 2008 23:37:42 +0000 (23:37 -0000)]
* Assmbly/AssemblyInfo.cs: Change location of mono.snk (since the
  monodoc directory was moved from mcs/class to mcs/tools).

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

15 years agomonodoc.dll is a private assembly, and will never be stabalized, so it belongs
Jonathan Pryor [Thu, 16 Oct 2008 23:30:38 +0000 (23:30 -0000)]
monodoc.dll is a private assembly, and will never be stabalized, so it belongs
in mcs/tools...

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

15 years ago * Makefile: Improve `make clean` support.
Jonathan Pryor [Thu, 16 Oct 2008 23:24:55 +0000 (23:24 -0000)]
* Makefile: Improve `make clean` support.

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

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

* mini-ops.h: Add packed min/equal and sum of absolute differences.

* cpu-x86.md: Same.

* mini-x86.c (mono_arch_output_basic_block): Same.

* simd-intrinsics.c (vector16b_intrinsics): Add average, compare equal,
extract mask, max, min and sum of absolute differences.

* simd-intrinsics.c: Increase SIMD_INTRINSIC_NAME_MAX due to new huge
method name.

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