mono.git
19 years ago2005-05-25 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 25 May 2005 11:20:21 +0000 (11:20 -0000)]
2005-05-25  Zoltan Varga  <vargaz@freemail.hu>

* Assembly.cs: Avoid security checks if Assembly.Location is "".

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

19 years ago2005-05-25 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 25 May 2005 11:13:39 +0000 (11:13 -0000)]
2005-05-25  Zoltan Varga  <vargaz@freemail.hu>

* MethodInfoTest.cs: Add a test for bug #75029.

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

19 years ago2005-05-25 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Wed, 25 May 2005 11:12:36 +0000 (11:12 -0000)]
2005-05-25  Zoltan Varga  <vargaz@freemail.hu>

* icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
the method is static. Fixes #75029.

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

19 years ago * System.Data/DataTable.cs: Reworked DataTable.LoadDataRow method after
Sureshkumar T [Wed, 25 May 2005 10:57:45 +0000 (10:57 -0000)]
* System.Data/DataTable.cs: Reworked DataTable.LoadDataRow method after
  regressions caused by Index redesign.
* System.Data/DataRow.cs: Load : reworked.

* Test/System.Data/DataTableLoadRowTest.cs: Added  additional cases for
  AutoIncrementTest to gauge any side effect with auto
  incrementing in case of upsert.

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

19 years ago2005-05-25 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 25 May 2005 09:55:24 +0000 (09:55 -0000)]
2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>

* SymbolWriterImpl.cs: An implementation of ISymbolWriter. It is just a
wrapper for the MonoSymbolWriter class that mcs is using.

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

19 years ago* ObjectType.cs : Some fixes to Narrowing conversions
Satya Sudha K [Wed, 25 May 2005 09:51:25 +0000 (09:51 -0000)]
* ObjectType.cs : Some fixes to Narrowing conversions
* VBBinder.cs : Fixed my previous checkin

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

19 years agoFixed a testcase
Satya Sudha K [Wed, 25 May 2005 09:45:30 +0000 (09:45 -0000)]
Fixed a testcase

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

19 years agoexpression.cs, statement.cs: Late binding for method invocations involving object...
Satya Sudha K [Wed, 25 May 2005 09:42:42 +0000 (09:42 -0000)]
expression.cs, statement.cs: Late binding for method invocations involving object arguments

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

19 years ago2005-05-25 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 25 May 2005 09:37:07 +0000 (09:37 -0000)]
2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>

* ModuleBuilder.cs: Implemented DefineDocument(). Generate debug
info when saving the module.
* ILGenerator.cs: Keep marked sequence points in a list.
Added a GenerateDebugInfo method, which dumps the info collected
during code generation.
* TypeBuilder.cs:
* ConstructorBuilder.cs:
* MethodBuilder.cs: Added method for generating debug info.
* LocalBuilder.cs: Added StartOffset and EndOffset properties.
* CustomAttributeBuilder.cs: Use IsInstanceOfType instead of
IsAssignableFrom when possible.

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

19 years ago2005-05-25 Lluis Sanchez Gual <lluis@novell.com>
Lluis Sanchez [Wed, 25 May 2005 09:31:53 +0000 (09:31 -0000)]
2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>

* reflection.c: Update the table_idx field of method builders after
saving the module, since it can change. This is a workaround for
bug #74914.

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

19 years ago2005-05-25 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 25 May 2005 08:29:39 +0000 (08:29 -0000)]
2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>

* DateTime.cs : Added minimum digit parameter to ParseNumber() to
  reject 2 digit years for "yyyy".
  Use GetAllDateTimePatterns() instead of constant string.
  Fixed bug #72788.

* DateTimeTest.cs : added testcase for #72788. Test that assures we
  reject 2 digit years for "yyyy".

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

19 years ago2005-05-25 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 25 May 2005 08:21:36 +0000 (08:21 -0000)]
2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>

* culture-info-table.h : update (additional French date format).

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

19 years ago2005-05-25 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 25 May 2005 08:19:58 +0000 (08:19 -0000)]
2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>

* fr.xml : new file.

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

19 years agofix value fetch logic
Konstantin Triger [Wed, 25 May 2005 07:58:40 +0000 (07:58 -0000)]
fix value fetch logic

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

19 years ago* Makefile (EXTRA_DISTFILES): Remove System.Xml.Query/skeleton-2.0.cs.
Raja R Harinath [Wed, 25 May 2005 07:26:04 +0000 (07:26 -0000)]
* Makefile (EXTRA_DISTFILES): Remove System.Xml.Query/skeleton-2.0.cs.

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

19 years ago2005-05-25 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Wed, 25 May 2005 06:57:47 +0000 (06:57 -0000)]
2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>

* DateTime.cs : next_not_digit prevented some valid parse.
  Just remove it, since now we pass max length to ParseNumber() and
  thus it is not needed anymore. Fixed bug 63137.

* DateTimeTest.cs : removed some NotWorking (they are working).
  Added testcase for #63137.

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

19 years agoSystem.Data.dll.sources : Added DbException.cs, SqlClientMetaDataCollectionNames.cs
Umadevi S [Wed, 25 May 2005 03:35:46 +0000 (03:35 -0000)]
System.Data.dll.sources : Added DbException.cs, SqlClientMetaDataCollectionNames.cs

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

19 years agofixed some 2.0 and 1.0 specific fields/attributes for various classes.
Umadevi S [Wed, 25 May 2005 03:33:30 +0000 (03:33 -0000)]
fixed some 2.0 and 1.0 specific fields/attributes for various classes.
        * Added SqlClientMetaDataCollectionNames.cs, Implemented some 2.0
        properties for SqlParameterCollection for the bulkcopy feature.

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

19 years agoAdded DbException.cs
Umadevi S [Wed, 25 May 2005 03:29:25 +0000 (03:29 -0000)]
Added DbException.cs

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

19 years agoMove test-386 to NEW_TEST_SOURCES_common.
Raja R Harinath [Wed, 25 May 2005 03:21:54 +0000 (03:21 -0000)]
Move test-386 to NEW_TEST_SOURCES_common.

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

19 years agoFixed LowOrder and HighOrder to preserve sign.
Jonathan Chambers [Wed, 25 May 2005 02:19:51 +0000 (02:19 -0000)]
Fixed LowOrder and HighOrder to preserve sign.

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

19 years ago- Another one missed
Peter Dennis Bartok [Wed, 25 May 2005 01:23:24 +0000 (01:23 -0000)]
- Another one missed

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

19 years ago- I did it again. Forgot to add this.
Peter Dennis Bartok [Wed, 25 May 2005 01:23:01 +0000 (01:23 -0000)]
- I did it again. Forgot to add this.

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

19 years ago2005-05-24 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Tue, 24 May 2005 22:19:07 +0000 (22:19 -0000)]
2005-05-24  Peter Bartok  <pbartok@novell.com>

* OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
  Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
  Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
  FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
  NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
  ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
  DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
  AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
  DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
  StatusBar.cs, MonthCalendar.cs, TreeView.cs: Cleanup
* DataGridPreferredColumnWidthTypeConverter.cs: Added
* System.Windows.Forms.dll.sources: Added
  DataGridPreferredColumnWidthTypeConverter.cs
* SWF.csproj: Updated

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

19 years ago2005-05-24 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 24 May 2005 20:07:11 +0000 (20:07 -0000)]
2005-05-24  Atsushi Enomoto  <atsushi@ximian.com>

* DateTime.cs : HH should not always block tt. Fixed bug #60912.
  Reset num after whitespace parsing.
  Added "M/d/yyyy HH':'mm':'ss tt" as an invariant pattern.

* DateTimeTest.cs : testcase for #60912.

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

19 years ago2005-05-24 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Tue, 24 May 2005 19:17:54 +0000 (19:17 -0000)]
2005-05-24  Atsushi Enomoto  <atsushi@ximian.com>

* DateTime.cs : Allow ',' where whitespaces are allowed.
  Fixed bug #71289.

* DateTimeTest.cs : testcase for #71289.

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

19 years ago2005-05-24 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Tue, 24 May 2005 16:56:46 +0000 (16:56 -0000)]
2005-05-24  Peter Bartok  <pbartok@novell.com>

* System.Windows.Forms.dll.sources: Added Help.cs
* SWF.csproj: Updated

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

19 years ago2005-05-24 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Tue, 24 May 2005 16:55:58 +0000 (16:55 -0000)]
2005-05-24  Peter Bartok  <pbartok@novell.com>

* Help.cs: Added, implemented trivial functions, throws up MessageBox
  when user tries to get help
* DataObject.cs, DataFormats.cs, LinkArea.cs,
  SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
  to suppress warnings
* XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
  avoid unreachable code warning

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

19 years agoThread.cs: Removed #pragma which aren't supported by CSC 7.x.
Sebastien Pouliot [Tue, 24 May 2005 15:18:04 +0000 (15:18 -0000)]
Thread.cs: Removed #pragma which aren't supported by CSC 7.x.

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

19 years agoForgot to say that it fixes #68711
Duncan Mak [Tue, 24 May 2005 13:09:32 +0000 (13:09 -0000)]
Forgot to say that it fixes #68711

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

19 years ago2005-05-24 Duncan Mak <duncan@novell.com>
Duncan Mak [Tue, 24 May 2005 12:21:30 +0000 (12:21 -0000)]
2005-05-24  Duncan Mak  <duncan@novell.com>

* ecore.cs (CastFromDecimal): New class for casting a decimal to
another class, used in Convert.ExplicitNumericConversion.
(CastToDecimal): New class, similar to above, but casts to
System.Decimal, used in Convert.ImplicitNumericConversion and also
in explicit convesion from double/float to decimal.

* convert.cs (ImplicitNumericConversion): Handle implicit
conversions to System.Decimal.
(ExplicitNumericConversion): handle explicit conversions to
System.Decimal.

2005-05-24  Duncan Mak  <duncan@novell.com>

* test-386.cs: New test from #68711.

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

19 years ago2005-05-24 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Tue, 24 May 2005 11:49:23 +0000 (11:49 -0000)]
2005-05-24  Sebastien Pouliot  <sebastien@ximian.com>

* CriticialFinalizerObject.cs: Changed ComVisible to true.
* ReliabilityContractAttribute.cs: Default constructor is obsolete.
Properties don't have setters.

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

19 years ago Testcases for overload resolution involving 'object' arguments
Satya Sudha K [Tue, 24 May 2005 11:01:38 +0000 (11:01 -0000)]
 Testcases for overload resolution involving 'object' arguments

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

19 years agoIn Test/System.Text.RegularExpressions:
Raja R Harinath [Tue, 24 May 2005 10:28:19 +0000 (10:28 -0000)]
In Test/System.Text.RegularExpressions:
* RegexReplace.cs: Add testcase for $+.

In System.Text.RegularExpressions:
* replace.cs (ReplacementEvaluator.CompileTerm): Fix group
returned by $+.

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

19 years agoRevised DrawString methods
Kornél Pál [Tue, 24 May 2005 09:25:26 +0000 (09:25 -0000)]
Revised DrawString methods

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

19 years ago2005-05-23:2 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Mon, 23 May 2005 22:18:07 +0000 (22:18 -0000)]
2005-05-23:2  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
* Mono.GetOptions/OptionList.cs: Oops, forgot some debugging messages

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

19 years ago2005-05-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Mon, 23 May 2005 21:26:23 +0000 (21:26 -0000)]
2005-05-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Net/WebConnection.cs: prevent 2 nullrefs when the aborting
during Connect() and reset the status to Success before starting a
new request.

* System.Net.Sockets/Socket.cs: apply the same hack on blocking Connect
calls as the one used in Accept.

Fixes bug #75025.

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

19 years ago2005-05-23 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
Rafael Teixeira [Mon, 23 May 2005 17:17:43 +0000 (17:17 -0000)]
2005-05-23  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
* Mono.GetOptions/Options.cs: To make code using Mono.GetOptions Unit-Testable, as suggested by
  Rodrigo 'Bamboo' Oliveira, assume the assembly with the Options-derived class to be the "entry" one
  instead of the one pointed by Reflection, unless some Mono.GetOptions provided class is used directly

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

19 years ago2005-05-23 Martin Baulig <martin@ximian.com>
Martin Baulig [Mon, 23 May 2005 17:15:14 +0000 (17:15 -0000)]
2005-05-23  Martin Baulig  <martin@ximian.com>

* statement.cs (Try.DoResolve): Don't create a `finally' if we
don't need to.  Fix #75014.

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

19 years agoCopying back the arguments (matching 'ByRef' parameters) in the reverse
Satya Sudha K [Mon, 23 May 2005 08:54:01 +0000 (08:54 -0000)]
Copying back the arguments (matching 'ByRef' parameters) in the reverse
order (starting with the last argument backwards) as done by vbc

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

19 years ago* rules.make (STD_TARGETS): Make them all go through an indirection.
Raja R Harinath [Mon, 23 May 2005 08:53:54 +0000 (08:53 -0000)]
* rules.make (STD_TARGETS): Make them all go through an indirection.
(all): Indirect through do-all.
(all.real): Remove.
(do-%): New pattern fallback.  Performs the standard behaviour:
%-recursive, and then %-local.
(do-run-test): New.  Make '-k' more useful.
Reported by Ritvik Mayank.

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

19 years ago* xslttest.cs : wrap streams with using {...} so the file descriptors
Andrew Skiba [Mon, 23 May 2005 08:36:47 +0000 (08:36 -0000)]
* xslttest.cs : wrap streams with using {...} so the file descriptors
are closed at time

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

19 years agoTestcase for argument-ordering in latebinding
Satya Sudha K [Mon, 23 May 2005 08:26:56 +0000 (08:26 -0000)]
Testcase for argument-ordering in latebinding

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

19 years ago* Makefile : permit to create reference results on Mono; change
Andrew Skiba [Mon, 23 May 2005 06:50:29 +0000 (06:50 -0000)]
* Makefile : permit to create reference results on Mono; change
comments in Makefile, so they are not printed during the
build
* xslttest.cs : forgot to write the generated results

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

19 years agoVBBinder.cs : Support for named arguments in late binding
Satya Sudha K [Mon, 23 May 2005 06:28:22 +0000 (06:28 -0000)]
VBBinder.cs : Support for named arguments in late binding

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

19 years ago* statement.cs : Support named arguments in late binding
Satya Sudha K [Mon, 23 May 2005 06:24:40 +0000 (06:24 -0000)]
* statement.cs : Support named arguments in late binding

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

19 years ago2005-05-23 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 23 May 2005 03:19:27 +0000 (03:19 -0000)]
2005-05-23  Atsushi Enomoto  <atsushi@ximian.com>

* System.Xml.Query : removed the whole directory (removed from .net 2.0)

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

19 years ago2005-05-23 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Mon, 23 May 2005 01:26:40 +0000 (01:26 -0000)]
2005-05-23  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchemaInference.cs : For each resulting schema, it has to emit
  xs:import when it has a reference to external schema components.

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

19 years ago2005-05-22 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Sun, 22 May 2005 22:29:53 +0000 (22:29 -0000)]
2005-05-22  Ben Maurer  <bmaurer@ximian.com>

* BitConverter.cs: Speed this up, fixing 74014. Patch from
`Aleksandar Dezelin'.

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

19 years ago2005-05-22 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Sun, 22 May 2005 21:45:58 +0000 (21:45 -0000)]
2005-05-22  Ben Maurer  <bmaurer@ximian.com>

* configure.in: Add config stuff for libsqlite{,3} and
libX11.

* data/config.in: Add dllmaps for above mentioned libs. This means
that the devel packages are not needed.

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

19 years ago2005-03-22 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Sun, 22 May 2005 19:17:13 +0000 (19:17 -0000)]
2005-03-22  Peter Bartok  <pbartok@novell.com>

* Graphics.cs: Fixed bug #74762, DrawString was crashing on s.Length
  if s was null.

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

19 years ago2005-05-22 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 22 May 2005 18:44:00 +0000 (18:44 -0000)]
2005-05-22  Zoltan Varga  <vargaz@freemail.hu>

* *-ia64.*: Ongoing IA64 work.

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

19 years ago2005-05-22 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 22 May 2005 18:25:06 +0000 (18:25 -0000)]
2005-05-22  Zoltan Varga  <vargaz@freemail.hu>

* ia64/ia64-codegen.h: Ongoing IA64 work.

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

19 years ago2005-05-22 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sun, 22 May 2005 15:20:04 +0000 (15:20 -0000)]
2005-05-22  Sebastien Pouliot  <sebastien@ximian.com>

* corlib.dll.sources: Renamed CER to Cer to match 2.0 beta2.

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

19 years ago2005-05-22 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
Francisco Figueiredo Jr. [Sun, 22 May 2005 14:20:34 +0000 (14:20 -0000)]
2005-05-22  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>

* NpgsqlDataReader.cs: Fixed a bug in Read(). It was throwing an InvalidOperationException when trying to read from a query which didn't return any resultset. It should just return false. Thanks Helge Lenuweit <helge at lenuweit dot net> for heads up.

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

19 years ago2005-05-22 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 22 May 2005 13:32:06 +0000 (13:32 -0000)]
2005-05-22  Zoltan Varga  <vargaz@freemail.hu>

* *-ia64.*: Ongoing IA64 work.

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

19 years ago2005-05-22 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 22 May 2005 13:31:28 +0000 (13:31 -0000)]
2005-05-22  Zoltan Varga  <vargaz@freemail.hu>

* ia64/ia64-codegen.h: Ongoing IA64 work.

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

19 years agocleanup + exception
Konstantin Triger [Sun, 22 May 2005 11:10:46 +0000 (11:10 -0000)]
cleanup + exception

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

19 years ago2005-05-22 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sun, 22 May 2005 06:25:51 +0000 (06:25 -0000)]
2005-05-22  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchemaInference.cs : When doing lax inference, set minOccurs="0"
  of those elements in a sequence. Fixed misspellings.

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

19 years ago2005-05-22 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 22 May 2005 01:30:59 +0000 (01:30 -0000)]
2005-05-22  Zoltan Varga  <vargaz@freemail.hu>

* *-ia64.*: Ongoing IA64 work.

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

19 years ago2005-05-22 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 22 May 2005 01:29:00 +0000 (01:29 -0000)]
2005-05-22  Zoltan Varga  <vargaz@freemail.hu>

* ia64/ia64-codegen.h: Ongoing IA64 work.

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

19 years ago2005-05-22 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 22 May 2005 01:27:09 +0000 (01:27 -0000)]
2005-05-22  Zoltan Varga  <vargaz@freemail.hu>

* basic.cs objects.cs: Move tests accessing static variables as well.

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

19 years ago2005-05-22 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Sun, 22 May 2005 01:22:20 +0000 (01:22 -0000)]
2005-05-22  Zoltan Varga  <vargaz@freemail.hu>

* basic.cs objects.cs: Move test_0_pin_string to objects.cs.

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

19 years agoIn Test/System.Web.Security:
Sebastien Pouliot [Sun, 22 May 2005 00:34:04 +0000 (00:34 -0000)]
In Test/System.Web.Security:
2005-05-21  Sebastien Pouliot  <sebastien@ximian.com>

* FormsAuthenticationTest.cs: New. Unit tests for FormsAuthentication.
In .:
2005-05-21  Sebastien Pouliot  <sebastien@ximian.com>

* System.Web_test.dll.sources: Added tests for FormsAuthentication.

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

19 years ago2005-05-21 Sebastien Pouliot <sebastien@ximian.com>
Sebastien Pouliot [Sun, 22 May 2005 00:12:13 +0000 (00:12 -0000)]
2005-05-21  Sebastien Pouliot  <sebastien@ximian.com>

* FormsAuthentication.cs: Hash the UTF8 representation of the password
strings (to be compatible with Microsoft implementation).

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

19 years ago2005-05-21 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Sat, 21 May 2005 20:52:34 +0000 (20:52 -0000)]
2005-05-21  Ben Maurer  <bmaurer@ximian.com>

* UnixUserTest.cs, UnixGroupTest.cs: Disable tests that might not
work on a Solaris box with NIS. Bug #72293.

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

19 years ago2005-05-21 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Sat, 21 May 2005 20:45:11 +0000 (20:45 -0000)]
2005-05-21  Ben Maurer  <bmaurer@ximian.com>

* StringTest.cs: Add a test for bug #62160

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

19 years ago2004-10-03 Gert Driesen <drieseng@users.sourceforge.net>
Ben Maurer [Sat, 21 May 2005 19:46:32 +0000 (19:46 -0000)]
2004-10-03  Gert Driesen  <drieseng@users.sourceforge.net>

* StringTest.cs: Added test for issue with replacing of null chars
(bug #67395).

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

19 years ago2005-05-21 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 21 May 2005 10:55:29 +0000 (10:55 -0000)]
2005-05-21  Atsushi Enomoto <atsushi@ximian.com>

* DTDObjectModel.cs : For simple type restriction creation it failed
  when there is no enumerations (largely failed).

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

19 years ago2005-05-21 Atsushi Enomoto <atsushi@ximian.com>
Atsushi Eno [Sat, 21 May 2005 10:33:07 +0000 (10:33 -0000)]
2005-05-21  Atsushi Enomoto <atsushi@ximian.com>

* XmlImplementation.cs : added new NET_2_0 ctor.
  Let's check corcompare:-/

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

19 years ago flush
Jackson Harper [Sat, 21 May 2005 08:31:27 +0000 (08:31 -0000)]
flush

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

19 years ago2005-05-21 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Sat, 21 May 2005 05:44:57 +0000 (05:44 -0000)]
2005-05-21  Ben Maurer  <bmaurer@ximian.com>

* BaseDataList.cs: Caption is in 1.1 too, though not
documented. Gonz owes me [more] ice cream. Yummmmm.

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

19 years ago2005-05-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 20 May 2005 22:05:39 +0000 (22:05 -0000)]
2005-05-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* BaseDataList.cs: implemented 2.0 Caption property.

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

19 years ago2005-05-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 22:02:15 +0000 (22:02 -0000)]
2005-05-21  Zoltan Varga  <vargaz@freemail.hu>

* mini.c (SIG_HANDLER_SIGNATURE): Fix warning.

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

19 years ago2005-05-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 22:00:48 +0000 (22:00 -0000)]
2005-05-21  Zoltan Varga  <vargaz@freemail.hu>

* driver.c: Always print failed tests.

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

19 years ago2005-05-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 21:58:38 +0000 (21:58 -0000)]
2005-05-21  Zoltan Varga  <vargaz@freemail.hu>

* mini-codegen.c: Use cfg->frame_reg instead of a macro for the
frame pointer.

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

19 years ago2005-05-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 21:57:19 +0000 (21:57 -0000)]
2005-05-21  Zoltan Varga  <vargaz@freemail.hu>

* *ia64*: Ongoing IA64 work.

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

19 years ago2005-05-21 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 21:55:37 +0000 (21:55 -0000)]
2005-05-21  Zoltan Varga  <vargaz@freemail.hu>

* ia64/ia64-codegen.h: Ongoing IA64 work.

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

19 years ago2005-05-20 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Fri, 20 May 2005 21:50:19 +0000 (21:50 -0000)]
2005-05-20  Peter Bartok  <pbartok@novell.com>

* CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData

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

19 years ago2005-05-20 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Fri, 20 May 2005 21:41:18 +0000 (21:41 -0000)]
2005-05-20  Miguel de Icaza  <miguel@novell.com>

* TypeBuilder.cs (UnderlyingSystemType): should always return this
according to Zoltan.  Old code left there, but should probably be removed.

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

19 years ago2005-05-20 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Fri, 20 May 2005 21:41:00 +0000 (21:41 -0000)]
2005-05-20  Ben Maurer  <bmaurer@ximian.com>

* driver.cs (Main): If the switch argument isn't actually a
switch, treat it like a file. Fixes 73405.

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

19 years ago2005-05-20 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Fri, 20 May 2005 21:38:29 +0000 (21:38 -0000)]
2005-05-20  Miguel de Icaza  <miguel@novell.com>

* typemanager.cs: Do not throw an exception in the TypeBuilder
case, we take care of it on the TypeCode.

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

19 years ago2005-05-20 Miguel de Icaza <miguel@novell.com>
Miguel de Icaza [Fri, 20 May 2005 21:38:20 +0000 (21:38 -0000)]
2005-05-20  Miguel de Icaza  <miguel@novell.com>

* typemanager.cs (EnumToUnderlying): Do not throw if we do not
know the type at this stage, just break through.   Fixes #75008

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

19 years ago2005-05-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 21:07:12 +0000 (21:07 -0000)]
2005-05-20  Zoltan Varga  <vargaz@freemail.hu>

* Makefile.am (MPH_C_SOURCE): Add map-icalls.h. Fixes #75012.

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

19 years ago2005-05-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Gonzalo Paniagua Javier [Fri, 20 May 2005 20:59:09 +0000 (20:59 -0000)]
2005-05-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* HtmlInputFile.cs: fixed typo in the setter for MaxLength. Closes bug
number 74989.

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

19 years agofix dist
Ben Maurer [Fri, 20 May 2005 20:04:51 +0000 (20:04 -0000)]
fix dist

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

19 years ago2005-05-20 Jordi Mas i Hernandez <jordi@ximian.com>
Jordi Mas i Hernandez [Fri, 20 May 2005 19:57:30 +0000 (19:57 -0000)]
2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>

* DataGridTextBoxColumn.cs: Basic painting methods
* DataGridTableStyle.cs: Set table style in the column
* ThemeWin32Classic.cs: Use Theme for colors
* DataGridDrawingLogic.cs: Implement more drawing
* DataGrid.cs: drawing, theming, enhacements, fixes
* DataGridColumnStyle.cs: fixes, drawing
* Theme.cs: theming for Datagrid

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

19 years ago2005-05-20 Peter Bartok <pbartok@novell.com>
Peter Dennis Bartok [Fri, 20 May 2005 19:32:22 +0000 (19:32 -0000)]
2005-05-20  Peter Bartok  <pbartok@novell.com>

* Cursor.cs: Implemented GetObjectData() method

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

19 years ago2005-05-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 19:30:59 +0000 (19:30 -0000)]
2005-05-20  Zoltan Varga  <vargaz@freemail.hu>

* basic.cs: Add tests for add.ovf. Fix warnings.

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

19 years agoFixed Bug #53169
Kornél Pál [Fri, 20 May 2005 18:06:02 +0000 (18:06 -0000)]
Fixed Bug #53169

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

19 years ago* AssemblyTest.cs: Use SRE to emit assembly to ensure test for bug
Gert Driesen [Fri, 20 May 2005 17:44:35 +0000 (17:44 -0000)]
* AssemblyTest.cs: Use SRE to emit assembly to ensure test for bug
#74958 passes on .NET 2.0 Beta 2.

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

19 years ago2005-05-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 17:43:24 +0000 (17:43 -0000)]
2005-05-20  Zoltan Varga  <vargaz@freemail.hu>

* TypeDelegator.cs: Implement some methods.

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

19 years ago2005-05-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 17:42:48 +0000 (17:42 -0000)]
2005-05-20  Zoltan Varga  <vargaz@freemail.hu>

* Type.cs: Add some helper methods needed by other classes.

* Array.cs: Improve support for user defined Type subclasses.

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

19 years ago2005-05-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 16:39:17 +0000 (16:39 -0000)]
2005-05-20  Zoltan Varga  <vargaz@freemail.hu>

* Type.cs: Rename GetTypeCode icall to GetTypeCodeInternal and add a managed
wrapper function, not used yet.

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

19 years agoCorrected ChangeLog date
Kornél Pál [Fri, 20 May 2005 16:37:16 +0000 (16:37 -0000)]
Corrected ChangeLog date

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

19 years ago2005-05-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 16:37:08 +0000 (16:37 -0000)]
2005-05-20  Zoltan Varga  <vargaz@freemail.hu>

* TypeDelegator.cs: Revert this as it breaks the build.

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

19 years ago2005-05-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 16:34:04 +0000 (16:34 -0000)]
2005-05-20  Zoltan Varga  <vargaz@freemail.hu>

* Type.cs Array.cs: Revert this as it breaks the build.

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

19 years ago2005-05-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 16:24:31 +0000 (16:24 -0000)]
2005-05-20  Zoltan Varga  <vargaz@freemail.hu>

* icall.c (ves_icall_type_Equals): Revert last change.

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

19 years ago2005-05-20 Ben Maurer <bmaurer@ximian.com>
Ben Maurer [Fri, 20 May 2005 16:23:11 +0000 (16:23 -0000)]
2005-05-20  Ben Maurer  <bmaurer@ximian.com>

* regex.cs: Some memory allocation optimizations.

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

19 years ago2005-05-20 Zoltan Varga <vargaz@freemail.hu>
Zoltan Varga [Fri, 20 May 2005 16:09:31 +0000 (16:09 -0000)]
2005-05-20  Zoltan Varga  <vargaz@freemail.hu>

* TypeDelegator.cs: Implement some methods.

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